<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>logic and proof Archives - rweber.net</title>
	<atom:link href="https://www.rweber.net/category/mathematics/logic-and-proof/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.rweber.net/category/mathematics/logic-and-proof/</link>
	<description>trying to be a mile wide AND a mile deep</description>
	<lastBuildDate>Thu, 12 Oct 2017 11:18:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">37896774</site>	<item>
		<title>Proof examples</title>
		<link>https://www.rweber.net/mathematics/logic-and-proof/proof-examples/</link>
					<comments>https://www.rweber.net/mathematics/logic-and-proof/proof-examples/#respond</comments>
		
		<dc:creator><![CDATA[Rebecca]]></dc:creator>
		<pubDate>Thu, 10 Apr 2014 12:00:34 +0000</pubDate>
				<category><![CDATA[logic and proof]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[implication]]></category>
		<category><![CDATA[proofs]]></category>
		<guid isPermaLink="false">http://www.rweber.net/?p=5735</guid>

					<description><![CDATA[<p>Theorem: Suppose a, b, c are natural numbers. If a divides b and b divides c, then a divides c. Bad Proof: Suppose the hypothesis. We can substitute a times something for b in the equation b times something equals c. The two somethings together multiply a to c so we&#8217;re done.[way too vague; might [&#8230;]</p>
<p>The post <a href="https://www.rweber.net/mathematics/logic-and-proof/proof-examples/">Proof examples</a> appeared first on <a href="https://www.rweber.net">rweber.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><b>Theorem:</b> Suppose a, b, c are natural numbers. If a divides b and b divides c, then a divides c.</p>
<ul>
<li><b>Bad Proof:</b> Suppose the hypothesis. We can substitute a times something for b in the equation b times something equals c. The two somethings together multiply a to c so we&#8217;re done.[way too vague; might be logically sound but difficult even to assess that]</li>
<li><b>Deceptive Proof:</b> Suppose a, b, c are natural numbers such that a divides b and b divides c. All of a&#8217;s prime factors must also be prime factors of b, and likewise for b and c. Therefore any prime factor of a must be a prime factor of c, so a divides c.<br />
[seems convincing, but the prime factor business is without its own proof here, so preliminary work is missing. Even with that, would need repeated prime factors to occur sufficiently many times, so the argument would need cleaning up.]</li>
<li><b>Good Proof:</b> Recall a divides b if and only if there is an integer k such that ak = b. Suppose, then, that ak_1 = b and bk_2 = c for k_1, k_2 natural numbers. By substitution, ak_1k_2 = c. Since the product k_1k_2 must be some natural number k, ak=c and a divides c.</li>
</ul>
<hr />
<p><b>Multiple proof techniques for one statement:</b></p>
<p><b>Quick definition:</b> integer n is even if, for some integer k, n=2k, and odd if, for some integer k, n = 2k+1.</p>
<p><b>Claim:</b> If n is even, n+1 is odd.</p>
<ul>
<li><b>Direct proof:</b> Let n be even and k be such that n=2k. Then n+1 = 2k+1, so by definition n+1 is odd.</li>
<li><b>Contrapositive proof:</b> Suppose n+1 is not odd. Then it must be even, so for some k n+1 = 2k. That means n = 2k-1 = 2k-2+1 = 2(k-1)+1. Since k is an integer, so is k-1, so n is odd by definition. Therefore, if n is even, n+1 must be odd.</li>
<li><b>Contradiction proof:</b> Suppose n is even but n+1 is not odd. Then for some integers k, l, n=2k and n+1=2l. However, then n+1 = 2k+1 = 2l, so l=k+1/2. Since k and l are both integers, this is impossible, so whenever n is even n+1 must be odd.</li>
</ul>
<hr />
<p><b>Proof using multiple methods together:</b></p>
<p><b>Theorem:</b> The polynomial p(x) = x^3 + x &#8211; 1 has exactly one real root.</p>
<p><b>Proof:</b> First we show that p(x) has at least one real root. Note that p(0) = -1 and p(1) = 1. By the Intermediate Value Theorem, since 0 lies between -1 and 1, there must be a real number c between 0 and 1 such that p(c) = 0. [Direct]</p>
<p>Now suppose for a contradiction that for c_1 ≠ c_2, p(c_1) = p(c_2) = 0. Then by the Mean Value Theorem, there must be some b between c_1 and c_2 such that <img decoding="async" src="https://s0.wp.com/latex.php?latex=p%27%28b%29+%3D+%5Cfrac%7Bp%28c_1%29-p%28c_2%29%7D%7Bc_1-c_2%7D+%3D+0.&#038;bg=ffffff&#038;fg=000&#038;s=0&#038;c=20201002" alt="p&#039;(b) = &#92;frac{p(c_1)-p(c_2)}{c_1-c_2} = 0." class="latex" /> However, p'(x) = 3x^2 + 1, which is always strictly greater than zero. Therefore there cannot be such c_1 ≠ c_2, and p has only one real root.</p>
<hr />
<p><b>Case proof:</b></p>
<p><b>Claim:</b> If n is an integer, then n^2+n is even.</p>
<p><b>Proof:</b> Case 1: n is even. Then n^2 and n are both even, and the sum of two even numbers is even.</p>
<p>Case 2: n is odd. Then n^2 and n are both odd, and the sum of two odd numbers is even.</p>
<hr />
<p><b>Proof of equivalence using two implications:</b></p>
<p><b>Theorem:</b> Let a be an integer. Then a is nondivisible by 3 if and only if a^2-1 is divisible by 3.</p>
<p><b>Proof:</b> (-&gt;) Suppose a is nondivisible by 3. Then a = 3k + r for some integer k, and r equal to 1 or 2. Substituting, a^2-1 = (3k+r)^2-1 = 9k^2+6kr+r^2-1. Clearly this is divisible by 3 exactly when r^2-1 is. Since r=1 gives r^2-1 = 0 and r=2 gives r^2-1 = 3, both of which are divisible by 3, a^2-1 is divisible by 3 for any a nondivisible by 3.</p>
<p>(&lt;-) Suppose a^2-1 is divisible by 3. Since a^2-1 = (a-1)(a+1) and 3 is prime, 3 must divide at least one of a-1 or a+1. However, in either case 3 cannot also divide a itself.</p>
<p>The key to a (one-part) &#8220;if and only if&#8221; proof is in the -&gt; half:</p>
<p><b>Proof:</b> Any integer a may be written as 3k + r for some integer k with r equal to 0, 1, or 2; a is divisible by 3 if in this form its r is 0. By substitution, a^2-1 = (3k+r)^2-1 = 9k^2+6kr+r^2-1, which is divisible by 3 exactly when r^2-1 is. We may plug in each of our values of r: r=0 gives r^2-1 = -1, r=1 gives r^2-1 = 0, and r=2 gives r^2-1 = 3. The latter two, corresponding to a nondivisible by 3, are divisible by 3, and the first one, corresponding to a divisible by 3, is not divisible by 3, giving the desired correspondence.</p>
<p>Depending on context, these might qualify as &#8220;bad&#8221; proofs since they take for granted the <a href="http://en.wikipedia.org/wiki/Euclidean_division">division algorithm</a> and the fact that if a prime number divides m it must divide at least one of the terms in any factorization of m.</p>
<p>The post <a href="https://www.rweber.net/mathematics/logic-and-proof/proof-examples/">Proof examples</a> appeared first on <a href="https://www.rweber.net">rweber.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.rweber.net/mathematics/logic-and-proof/proof-examples/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5735</post-id>	</item>
		<item>
		<title>Bullet-proof lists</title>
		<link>https://www.rweber.net/mathematics/logic-and-proof/bullet-proof-lists/</link>
					<comments>https://www.rweber.net/mathematics/logic-and-proof/bullet-proof-lists/#comments</comments>
		
		<dc:creator><![CDATA[Rebecca]]></dc:creator>
		<pubDate>Thu, 03 Apr 2014 12:00:16 +0000</pubDate>
				<category><![CDATA[logic and proof]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[implication]]></category>
		<category><![CDATA[proofs]]></category>
		<guid isPermaLink="false">http://www.rweber.net/?p=5733</guid>

					<description><![CDATA[<p>Proof traits explicit/specific (non-vague) logically sound, including complete lacking irrelevant statements understandable to the reader self-contained (may assume basic things; anything else needs explicit reference to previous work or must be written out in the proof) Proof kinds Direct proof: Assume hypothesis and march to conclusion. Contradiction: If proving a single clause, assume its negation [&#8230;]</p>
<p>The post <a href="https://www.rweber.net/mathematics/logic-and-proof/bullet-proof-lists/">Bullet-proof lists</a> appeared first on <a href="https://www.rweber.net">rweber.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Proof traits</p>
<ul>
<li>explicit/specific (non-vague)</li>
<li>logically sound, including complete</li>
<li>lacking irrelevant statements</li>
<li>understandable to the reader</li>
<li>self-contained (may assume basic things; anything else needs explicit reference to previous work or must be written out in the proof)</li>
</ul>
<p>Proof kinds</p>
<ul>
<li>Direct proof: Assume hypothesis and march to conclusion.</li>
<li>Contradiction: If proving a single clause, assume its negation and prove something that contradicts laws of mathematics. If proving A->B, assume not B and (implicitly or explicitly) A, and prove something that contradicts one of those two assumptions or general laws of mathematics.</li>
<li>Contraposition: Arguably a special case of contradiction; used only for proving implications, A->B. Assume not B and prove not A.</li>
<li>Induction: Theorem asserts something about an infinite collection, such as all natural numbers. Prove it for the lowest value (starting point) and then show that if you know it for n you can prove it for n+1. Conclude it holds for all values.</li>
</ul>
<p>Proof tips</p>
<ul>
<li>Bi-implication is often easiest to prove as two separate implications, possibly using different methods.</li>
<li>Existence: Either show the statement holds for a specific value or kind of value (e.g. all even numbers), or draw a contradiction from the assumption that it holds for no value.</li>
<li>Universal: Leave the value as a variable and use only properties common to all possible instances of the variable.</li>
<li>&#8220;For all x there exists y&#8221; (AE): Universally-quantified value must be represented as a variable, existentially-quantified value may (often must) be a function of the universal one.</li>
<li>&#8220;There exists x such that for all y&#8221; (EA): Universally-quantified value must still be a variable. Existentially-quantified value can be specified, but must not be a function of the universal one because the same value (not just the same function) has to work for all possible values of the variable.</li>
<li>Disjunction: &#8220;A or B&#8221; is often proved as &#8220;not A -> B&#8221; or &#8220;not B -> A&#8221;, whichever is more straightforward.</li>
<li>Cases: Sometimes your universally-quantified values fall into a few neat categories (odd/even, positive/negative/zero) and it is easier to use different proofs for each category.</li>
<li>If it&#8217;s not coming together, two things to check: Can you work backwards? Are there any definitions you haven&#8217;t fully unpacked?</li>
</ul>
<p>Proof warnings</p>
<ul>
<li>Existence of an item satisfying the given criteria may be shown by presenting an example (constructive proofs) but need not be (nonconstructive proofs). For example, the Intermediate Value Theorem says if f is continuous and f(a) &ne; f(b), for any r between f(a) and f(b) there is c between a and b such that f(c) = r. Its proof gives no clue as to where c might be found, not even in terms of a, b, and r.</li>
<li>If you are trying to prove something holds of all items in a certain group you may assume only traits that hold of every item in the group. For example, if you are proving something about all rational numbers you may use the fact that they may each be written as p/q where p, q are integers, q is nonzero, and gcd(p,q)=1. Be careful not to assume rational numbers are nonintegers, integers are positive, and so forth.</li>
<li>If you are asked to prove an implication, it is likely it is not actually an equivalence, and if you &#8220;prove&#8221; an equivalence it will be incorrect. This trap catches more students than you might expect.</li>
</ul>
<p>The post <a href="https://www.rweber.net/mathematics/logic-and-proof/bullet-proof-lists/">Bullet-proof lists</a> appeared first on <a href="https://www.rweber.net">rweber.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.rweber.net/mathematics/logic-and-proof/bullet-proof-lists/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5733</post-id>	</item>
		<item>
		<title>Pieces of Posts</title>
		<link>https://www.rweber.net/mathematics/calculus/pieces-posts/</link>
					<comments>https://www.rweber.net/mathematics/calculus/pieces-posts/#respond</comments>
		
		<dc:creator><![CDATA[Rebecca]]></dc:creator>
		<pubDate>Thu, 20 Mar 2014 12:00:13 +0000</pubDate>
				<category><![CDATA[calculus]]></category>
		<category><![CDATA[logic and proof]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[communication]]></category>
		<guid isPermaLink="false">http://www.rweber.net/?p=5749</guid>

					<description><![CDATA[<p>From the Editor in Notices of the AMS Vol 43, Issue 10 (October 1996) was an essay on the need for mathematical literacy in the general public, beginning with Nixon&#8217;s use of the third derivative. A beginner&#8217;s guide to quadric surfaces (pdf), by me, for my calculus students and intended to supplement the textbook rather [&#8230;]</p>
<p>The post <a href="https://www.rweber.net/mathematics/calculus/pieces-posts/">Pieces of Posts</a> appeared first on <a href="https://www.rweber.net">rweber.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="http://www.ams.org/notices/199610/page2.pdf">From the Editor</a> in <a href="http://www.ams.org/notices/199610/index.html">Notices of the AMS Vol 43, Issue 10</a> (October 1996) was an essay on the need for mathematical literacy in the general public, beginning with Nixon&#8217;s use of the third derivative.</p>
<p><a href="https://www.rweber.net/wp-content/uploads/2014/07/quadrics.pdf">A beginner&#8217;s guide to quadric surfaces</a> (pdf), by me, for my calculus students and intended to supplement the textbook rather than be used as a replacement.</p>
<p>I found the <a href="http://usatoday30.usatoday.com/news/washington/2005-05-16-seat-belts-pickups_x.htm">first paragraph of this article</a> on seat belt use to be a great example of awkward statistics writing.</p>
<p>Chapter 23 of <a href="http://www.gutenberg.org/files/16317/16317-h/16317-h.htm#CHAPTER_XXIII">The Art of Public Speaking</a> by Carnegie and Esenwein is a thorough exploration of logic in debate.</p>
<p>The post <a href="https://www.rweber.net/mathematics/calculus/pieces-posts/">Pieces of Posts</a> appeared first on <a href="https://www.rweber.net">rweber.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.rweber.net/mathematics/calculus/pieces-posts/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5749</post-id>	</item>
		<item>
		<title>Turing Machines Online</title>
		<link>https://www.rweber.net/mathematics/logic-and-proof/turing-machines-online/</link>
					<comments>https://www.rweber.net/mathematics/logic-and-proof/turing-machines-online/#respond</comments>
		
		<dc:creator><![CDATA[Rebecca]]></dc:creator>
		<pubDate>Mon, 14 Oct 2013 12:00:52 +0000</pubDate>
				<category><![CDATA[logic and proof]]></category>
		<guid isPermaLink="false">http://www.rweber.net/?p=47</guid>

					<description><![CDATA[<p>Honestly, I never made use of Turing machine simulators when I taught computability theory, but they can be quite fun to play with and allow you to run programs that are far more complicated than you could ever step through with pencil and paper. The list below could be considered an update of the list [&#8230;]</p>
<p>The post <a href="https://www.rweber.net/mathematics/logic-and-proof/turing-machines-online/">Turing Machines Online</a> appeared first on <a href="https://www.rweber.net">rweber.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Honestly, I never made use of Turing machine simulators when I taught computability theory, but they can be quite fun to play with and allow you to run programs that are far more complicated than you could ever step through with pencil and paper. The list below could be considered an update of the list found quite a ways down <a href="http://www.turing.org.uk/turing/scrapbook/machine.html">this page</a> of the Alan Turing Internet Scrapbook, with broken links removed, new links added, and notes on whether the simulator requires plug-ins or proprietary software. Anything past the first category has not been tested by me personally.</p>
<p>As a bonus, here&#8217;s a <a href="http://aturingmachine.com/">beautiful physical Turing machine</a>, by Mike Davey.</p>
<p><b>Run in browser and require no change to my settings:</b></p>
<ul>
<li>Very fun <a href="http://morphett.info/turing/turing.html">simulator by Anthony Morphett</a>; has examples but also allows you to write your own programs.</li>
<li>Choose from three programs by <a href="http://www.turing.org.uk/turing/scrapbook/tmjava.html">Andrew Hodges</a> on the Alan Turing Internet Scrapbook page.</li>
<li>Basic, clean simulator by <a href="http://www.kishwaukeecollege.edu/faculty/dklick/cis119/TuringSim.html">David Klick</a>. Instructions are a little thin, as it is specifically for one of his courses, and you must write your own program. I wrote a program to change any trailing (left-end) 0s to 1s as &#8220;start:0:start:1:right [line break] start:1:halt::&#8221; and it worked as planned.</li>
</ul>
<p><b>Run in browser but I allow insufficient Java (i.e., gave me &#8220;missing plug-in&#8221;):</b></p>
<ul>
<li><a href="http://math.hws.edu/TMCM/java/labs/xTuringMachineLab.html">xTuringMachine Lab</a>: supplement to David Eck&#8217;s book <em>The Most Complex Machine</em>; has many exercises.</li>
<li><a href="http://www2.mta.ac.il/~amirben/tm.html">Amir Ben-Amran</a></li>
<li><a href="http://www.cs.ship.edu/~tbriggs/TuringMachine/index.html">Tom Briggs</a></li>
<li><a href="http://ironphoenix.org/tril/tm/">Suzanne Britton</a></li>
<li><a href="http://www.6by9.net/z/projects/turingMachine/">Eliot Eshelman</a></li>
<li><a href="http://web.bvu.edu/faculty/schweller/Turing/Turing.html">Kenneth Schweller</a></li>
</ul>
<p><b>Must be downloaded:</b></p>
<ul>
<li>Multi-platform pre-compiled: <a href="http://www.jflap.org/">JFLAP</a>, which also covers regular languages, context-free languages, and L-systems; <a href="http://sourceforge.net/projects/tuataratmsim/">Tuatara Turing Machine Simulator</a>.</li>
<li>Java: <a href="http://www.cs.columbia.edu/~zeph/software/BJDweck/">B.J. Dweck</a>, <a href="http://webhome.cs.uvic.ca/~wendym/tm/09fall/java/java_tm.html">Wendy Myrvold</a>, <a href="http://introcs.cs.princeton.edu/java/74turing/">Tom Ventimiglia</a>.</li>
<li>C and related: <a href="http://www.cs.odu.edu/~sainswor/Projects/QTMS">Scott Ainsworth</a> (Windows/C#), <a href="http://alexvn.freeservers.com/s1/turing.html">Alex Vinokur</a> (C++), <a href="http://www2.lns.mit.edu/~dsw/turing/turing.html">TM by David Woodruff</a> (C), <a href="http://www.xiaotu.com/sdba/theory/turmachi.htm">group effort out of Taiwan</a> (.exe or ANSI-C).</li>
<li>Specific OS: <a href="http://www.sergeyberezin.com/turing/">Sergey Berezin</a> (UNIX), <a href="https://itunes.apple.com/us/app/turing-machine-simulator/id303032123?mt=8">Alexander Clauss</a> (iPad/iPhone/iPod touch), <a href="http://archives.math.utk.edu/software/msdos/miscellaneous/jkturing/">John Kennedy</a> (MS-DOS), <a href="http://userpages.wittenberg.edu/bshelburne/Turing.htm">Brian Shelburne</a> (MS-DOS).</li>
<li>Et cetera: <a href="http://www.cis.upenn.edu/~matuszek/cit596-2012/NewPages/turing-machine-simulator.html">David Matuszek</a> (Python), <a href="http://www.numerit.com/app.htm">Uri Levy</a> (requires NumRun from Numerit), <a href="http://www.ticalc.org/archives/files/fileinfo/36/3611.html">Jimmy M&aring;rdell</a> (TI-86) (!!).</li>
</ul>
<p>The post <a href="https://www.rweber.net/mathematics/logic-and-proof/turing-machines-online/">Turing Machines Online</a> appeared first on <a href="https://www.rweber.net">rweber.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.rweber.net/mathematics/logic-and-proof/turing-machines-online/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">47</post-id>	</item>
		<item>
		<title>Handouts for Tricky Things</title>
		<link>https://www.rweber.net/mathematics/linear-algebra/handouts-for-tricky-things/</link>
					<comments>https://www.rweber.net/mathematics/linear-algebra/handouts-for-tricky-things/#respond</comments>
		
		<dc:creator><![CDATA[Rebecca]]></dc:creator>
		<pubDate>Mon, 12 Nov 2012 13:00:07 +0000</pubDate>
				<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[logic and proof]]></category>
		<category><![CDATA[proofs]]></category>
		<guid isPermaLink="false">http://www.rweber.net/?p=33</guid>

					<description><![CDATA[<p>When I was an undergraduate, we had an entire class dedicated to making the transition from calculus-type mathematics to abstract upperclass-level mathematics. We learned basic logic and set notation and manipulation, proof structures, and induction, proving simple number theory results that didn&#8217;t require additional new concepts beyond induction. I got to teach such a course [&#8230;]</p>
<p>The post <a href="https://www.rweber.net/mathematics/linear-algebra/handouts-for-tricky-things/">Handouts for Tricky Things</a> appeared first on <a href="https://www.rweber.net">rweber.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When I was an undergraduate, we had an entire class dedicated to making the transition from calculus-type mathematics to abstract upperclass-level mathematics.  We learned basic logic and set notation and manipulation, proof structures, and induction, proving simple number theory results that didn&#8217;t require additional new concepts beyond induction.  I got to teach such a course once, at the University of Florida.  At Dartmouth, I taught two courses that had that as a secondary goal: linear algebra, for math majors, and discrete math for computer science, for CS majors.  In the latter class there was a lot more space to fit that conceptual material in.  Linear algebra, however, is packed with, well, linear algebra, and in fact I think I only discussed induction in one of the iterations I taught.  I did need to teach induction to my computability theory students, however, so my handout on that topic continued to see use.</p>
<p>Here are those handouts for your potential use:</p>
<ul>
<li><a href="https://www.rweber.net/linear/proofs.pdf">Proof-writing tips</a> and notes on mathematical definitions, aimed at my linear algebra students but not subject-specific.</li>
<li>An explanation, with examples and exercises, of <a href="https://www.rweber.net/linear/induction.pdf">mathematical induction</a>.</li>
</ul>
<p>The post <a href="https://www.rweber.net/mathematics/linear-algebra/handouts-for-tricky-things/">Handouts for Tricky Things</a> appeared first on <a href="https://www.rweber.net">rweber.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.rweber.net/mathematics/linear-algebra/handouts-for-tricky-things/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">33</post-id>	</item>
	</channel>
</rss>
