<?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#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Some Classical Maths</title>
	<atom:link href="http://someclassicalmaths.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://someclassicalmaths.wordpress.com</link>
	<description></description>
	<lastBuildDate>Thu, 12 Jan 2012 06:11:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='someclassicalmaths.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Some Classical Maths</title>
		<link>http://someclassicalmaths.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://someclassicalmaths.wordpress.com/osd.xml" title="Some Classical Maths" />
	<atom:link rel='hub' href='http://someclassicalmaths.wordpress.com/?pushpress=hub'/>
		<item>
		<title>The Coin Problem for two denominations</title>
		<link>http://someclassicalmaths.wordpress.com/2012/01/12/the-coin-problem-for-two-denominations/</link>
		<comments>http://someclassicalmaths.wordpress.com/2012/01/12/the-coin-problem-for-two-denominations/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 06:10:57 +0000</pubDate>
		<dc:creator>Cliff Bott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://someclassicalmaths.wordpress.com/?p=1155</guid>
		<description><![CDATA[The Coin Problem for two denominations is a linear diophantine equation where a1, a2 and b are positive and a1 and a2 are unequal and have a gcd of one.  The solutions are required to be non-negative integers. It is called a coin problem because it can be likened to the problem &#8216;in how many [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=someclassicalmaths.wordpress.com&amp;blog=8503104&amp;post=1155&amp;subd=someclassicalmaths&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The Coin Problem for two denominations is a linear diophantine equation</p>
<p style="padding-left:30px;"><img src='http://s0.wp.com/latex.php?latex=a_%7B1%7Dx_%7B1%7D%2Ba_%7B2%7Dx_%7B2%7D%3Db+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='a_{1}x_{1}+a_{2}x_{2}=b ' title='a_{1}x_{1}+a_{2}x_{2}=b ' class='latex' /></p>
<p>where a<sub>1</sub>, a<sub>2</sub> and b are positive and a<sub>1</sub> and a<sub>2</sub> are unequal and have a gcd of one.  The solutions are required to be non-negative integers.</p>
<p>It is called a coin problem because it can be likened to the problem &#8216;in how many ways can change of b dollars be made in coins of denomination a<sub>1</sub> and a<sub>2</sub> dollars?&#8217;</p>
<p>The largest b for which there is no solution is called the Frobenius number, and for the two denomination case the Frobenius number is a<sub>1</sub>a<sub>2</sub> &#8211; a<sub>1</sub> &#8211; a<sub>2</sub>. This result is attributed to James Joseph Sylvester and a proof follows.</p>
<p>The equation a<sub>1</sub>x + a<sub>2</sub>y = b has an integer solution if and only if the line representing it passes through a point in the real plane whose coordinates are integers. We call such a point an integer point. If p, q is any integer point it is obvious that since a<sub>1</sub>p + a<sub>2</sub>q is an integer that every integer point lies on a line of the form a<sub>1</sub>p + a<sub>2</sub>q = b, where b is some integer. It is not hard to show using analytical geometry that the lines for which b &gt; 0 lie above and to the right of the line a<sub>1</sub>x + a<sub>2</sub>y = 0, with a line with greater b lying above and to the right of a line with lesser b. The solutions to the Frobenius equation are integer points lying in (or on the boundaries of) the upper right hand quadrant (see figure).</p>
<p style="text-align:center;"><a href="http://someclassicalmaths.files.wordpress.com/2012/01/frobenius.jpg"><img class="alignnone size-medium wp-image-1168" title="Frobenius" src="http://someclassicalmaths.files.wordpress.com/2012/01/frobenius.jpg?w=300&#038;h=192" alt="" width="300" height="192" /></a></p>
<p>Since (a<sub>1</sub>, a<sub>2</sub>) = 1 then we know from the general solution of the binary linear diophantine equation (see previous post) that if x<sub>1</sub>, y<sub>1</sub> is some integer point on a<sub>1</sub>x + a<sub>2</sub>y = b, then so is x<sub>2</sub> = x<sub>1</sub> + a<sub>2</sub>t, y<sub>2</sub> = y<sub>1</sub> &#8211; a<sub>1</sub>t, for any integer t. The distance between these points is = t√(a<sub>1</sub><sup>2</sup> + a<sub>2</sub><sup>2</sup>), so the distance between two adjacent integer points on the line is √(a<sub>1</sub><sup>2</sup> + a<sub>2</sub><sup>2</sup>), and if x<sub>1</sub> y<sub>1</sub> is some point on the line, then x<sub>1</sub> + a<sub>2</sub>, y<sub>1</sub> &#8211; a<sub>1</sub> is the point immediately to its right.</p>
<p>Now consider the line a<sub>1</sub>x + a<sub>2</sub>y = a<sub>1</sub>a<sub>2</sub> &#8211; a<sub>1</sub> &#8211; a<sub>2</sub>. The points (-1, a<sub>1</sub>-1) and (a<sub>2</sub> &#8211; 1, -1) are adjacent integer points on this line, and since they lie outside the upper right hand quadrant there is no solution when b = a<sub>1</sub>a<sub>2</sub> &#8211; a<sub>1</sub> &#8211; a<sub>2</sub>, and the Frobenius number is greater than or equal to a<sub>1</sub>a<sub>2</sub> &#8211; a<sub>1</sub> &#8211; a<sub>2</sub>.</p>
<p>Now (0, a<sub>1</sub>) and (a<sub>2</sub>, 0) are adjacent integer points, and lie on the line a<sub>1</sub>x + a<sub>2</sub>y = a<sub>1</sub>a<sub>2</sub>. This line, and any line above and to the right of it has a segment of  length at least √(a<sub>1</sub><sup>2</sup> + a<sub>2</sub><sup>2</sup>) lying in or on the boundaries of the upper right hand quadrant, and therefore must contain at least one integer point lying in or on this quadrant. Thus the Frobenius number is less than a<sub>1</sub>a<sub>2</sub>.</p>
<p>Finally, consider lines for which a<sub>1</sub>a<sub>2</sub> &#8211; a<sub>1</sub> &#8211; a<sub>2</sub> &lt; b &lt; a<sub>1</sub>a<sub>2</sub>. Each such line intersects the parallelogram defined by the points (0, a<sub>1</sub>), (-1, a<sub>1</sub>-1), (a<sub>2</sub> &#8211; 1, -1) and (a<sub>2</sub>, 0).  It has a segment of length √(a<sub>1</sub><sup>2</sup> + a<sub>2</sub><sup>2</sup>) lying in, or on the edges of, the parallelogram and thus contain at least one integer point. However this integer point cannot be in or on the triangular segment of the parallelogram lying to the left of the y-axis (it may be on the y-axis), since the x-coordinates of all such points are greater than -1 and less than 0. Similarly it has no integer point in the triangular segment below the x-axis (but may have one on the x-axis). Thus the integer points must lie in or on the upper right hand quadrant, and thus each of the Frobenius equations for which a<sub>1</sub>a<sub>2</sub> &#8211; a<sub>1</sub> &#8211; a<sub>2</sub> &lt; b &lt; a<sub>1</sub>a<sub>2</sub> has a solution. Thus the Frobenius number is a<sub>1</sub>a<sub>2</sub> &#8211; a<sub>1</sub> &#8211; a<sub>2</sub>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/someclassicalmaths.wordpress.com/1155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/someclassicalmaths.wordpress.com/1155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/someclassicalmaths.wordpress.com/1155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/someclassicalmaths.wordpress.com/1155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/someclassicalmaths.wordpress.com/1155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/someclassicalmaths.wordpress.com/1155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/someclassicalmaths.wordpress.com/1155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/someclassicalmaths.wordpress.com/1155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/someclassicalmaths.wordpress.com/1155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/someclassicalmaths.wordpress.com/1155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/someclassicalmaths.wordpress.com/1155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/someclassicalmaths.wordpress.com/1155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/someclassicalmaths.wordpress.com/1155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/someclassicalmaths.wordpress.com/1155/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=someclassicalmaths.wordpress.com&amp;blog=8503104&amp;post=1155&amp;subd=someclassicalmaths&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://someclassicalmaths.wordpress.com/2012/01/12/the-coin-problem-for-two-denominations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf3878b03321d26b2ee44c4e4fbd6b98?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cliffbott</media:title>
		</media:content>

		<media:content url="http://someclassicalmaths.files.wordpress.com/2012/01/frobenius.jpg?w=300" medium="image">
			<media:title type="html">Frobenius</media:title>
		</media:content>
	</item>
		<item>
		<title>Binary Linear Diophantine Equations</title>
		<link>http://someclassicalmaths.wordpress.com/2012/01/04/binary-linear-diophantine-equations/</link>
		<comments>http://someclassicalmaths.wordpress.com/2012/01/04/binary-linear-diophantine-equations/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 09:22:03 +0000</pubDate>
		<dc:creator>Cliff Bott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://someclassicalmaths.wordpress.com/?p=1088</guid>
		<description><![CDATA[Euclid&#8217;s Algorithm (previous post) provides a means of finding solutions, if solutions exist, of the binary linear diophantine equation where the ak are unequal integers (if they are equal we are essentially dealing with an equation in one variable) and solutions in integers are sought. We begin by showing that if n1 &#62; n2 &#62; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=someclassicalmaths.wordpress.com&amp;blog=8503104&amp;post=1088&amp;subd=someclassicalmaths&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Euclid&#8217;s Algorithm (previous post) provides a means of finding solutions, if solutions exist, of the binary linear diophantine equation</p>
<p style="padding-left:30px;"><img src='http://s0.wp.com/latex.php?latex=a_%7B1%7Dx_%7B1%7D+%2B+a_%7B2%7Dx_%7B2%7D+%3D+a_%7B0%7D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='a_{1}x_{1} + a_{2}x_{2} = a_{0} ' title='a_{1}x_{1} + a_{2}x_{2} = a_{0} ' class='latex' /></p>
<p>where the a<sub>k</sub> are unequal integers (if they are equal we are essentially dealing with an equation in one variable) and solutions in integers are sought.</p>
<p>We begin by showing that if n<sub>1</sub> &gt; n<sub>2</sub> &gt; 0 are integers we can construct integers a<sub>1</sub> and a<sub>2</sub> such that</p>
<p style="padding-left:30px;"><img src='http://s0.wp.com/latex.php?latex=a_%7B1%7Dn_%7B1%7D%2Ba_%7B2%7Dn_%7B2%7D%3D%28n_%7B1%7D%2C+n_%7B2%7D%29+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='a_{1}n_{1}+a_{2}n_{2}=(n_{1}, n_{2}) ' title='a_{1}n_{1}+a_{2}n_{2}=(n_{1}, n_{2}) ' class='latex' /></p>
<p>where (n<sub>1</sub>, n<sub>2</sub>) is the greatest common divisor of n<sub>1</sub> and n<sub>2</sub>.  We perform the Euclidean algorithm (as described in the previous post) on n<sub>1</sub> and n<sub>2</sub>.  If the algorithm has only k = 1 step we have</p>
<p style="padding-left:30px;"><img src='http://s0.wp.com/latex.php?latex=n_%7B1%7D+%3D+q_%7B1%7Dn_%7B2%7D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='n_{1} = q_{1}n_{2} ' title='n_{1} = q_{1}n_{2} ' class='latex' /> (q<sub>1</sub> an integer) so <img src='http://s0.wp.com/latex.php?latex=n_%7B1%7D+%2B+%281-q_%7B1%7D%29n_%7B2%7D+%3D+n_%7B2%7D+%3D+%28n_%7B1%7D%2C+n_%7B2%7D%29+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='n_{1} + (1-q_{1})n_{2} = n_{2} = (n_{1}, n_{2}) ' title='n_{1} + (1-q_{1})n_{2} = n_{2} = (n_{1}, n_{2}) ' class='latex' /></p>
<p>If the algorithm has k = 2 steps then</p>
<p style="padding-left:30px;"><img src='http://s0.wp.com/latex.php?latex=n_%7B1%7D-q_%7B1%7Dn_%7B2%7D%3D%28n_%7B1%7D%2Cn_%7B2%7D%29+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='n_{1}-q_{1}n_{2}=(n_{1},n_{2}) ' title='n_{1}-q_{1}n_{2}=(n_{1},n_{2}) ' class='latex' /></p>
<p>More generally it is easy to show by induction that if the algorithm completes in k ≥ 2 steps then</p>
<p style="padding-left:30px;"><img src='http://s0.wp.com/latex.php?latex=a_%7B1%7D%3Dc_%7Bk-1%7D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='a_{1}=c_{k-1} ' title='a_{1}=c_{k-1} ' class='latex' />  and  <img src='http://s0.wp.com/latex.php?latex=a_%7B2%7D+%3D+d_%7Bk-1%7D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='a_{2} = d_{k-1} ' title='a_{2} = d_{k-1} ' class='latex' /> where</p>
<p style="padding-left:30px;"><img src='http://s0.wp.com/latex.php?latex=c_%7B1%7D%3D1+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='c_{1}=1 ' title='c_{1}=1 ' class='latex' />  ;  <img src='http://s0.wp.com/latex.php?latex=d_%7B1%7D%3D-q_%7B1%7D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='d_{1}=-q_{1} ' title='d_{1}=-q_{1} ' class='latex' />  ;  <img src='http://s0.wp.com/latex.php?latex=c_%7B2%7D+%3D+-q_%7B2%7D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='c_{2} = -q_{2} ' title='c_{2} = -q_{2} ' class='latex' />  ;  <img src='http://s0.wp.com/latex.php?latex=d_%7B2%7D%3D1%2Bq_%7B1%7Dq_%7B2%7D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='d_{2}=1+q_{1}q_{2} ' title='d_{2}=1+q_{1}q_{2} ' class='latex' /> and</p>
<p style="padding-left:30px;"><img src='http://s0.wp.com/latex.php?latex=c_%7Bi%7D%3Dc_%7Bi-2%7D-q_%7Bi-2%7Dc_%7Bi-1%7D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='c_{i}=c_{i-2}-q_{i-2}c_{i-1} ' title='c_{i}=c_{i-2}-q_{i-2}c_{i-1} ' class='latex' />  ;  <img src='http://s0.wp.com/latex.php?latex=d_%7Bi%7D%3Dd_%7Bi-2%7D-q_%7Bi-2%7Dd_%7Bi-1%7D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='d_{i}=d_{i-2}-q_{i-2}d_{i-1} ' title='d_{i}=d_{i-2}-q_{i-2}d_{i-1} ' class='latex' /> for i ≥ 3</p>
<p>Proof:  The proposition is true for k = 2 and is easily shown to be true for k = 3.  Let P<sub>i</sub> be the proposition that</p>
<p style="padding-left:30px;"><img src='http://s0.wp.com/latex.php?latex=n_%7Bi%2B2%7D+%3D+c_%7Bi%2B2%7Dn_%7B1%7D%2Bd_%7Bi%2B2%7Dn_%7B2%7D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='n_{i+2} = c_{i+2}n_{1}+d_{i+2}n_{2} ' title='n_{i+2} = c_{i+2}n_{1}+d_{i+2}n_{2} ' class='latex' /></p>
<p>with c<sub>i</sub> and d<sub>i</sub> defined as in the proposition, and for 1 ≤ i ≤ k-1.</p>
<p>It is easily seen that P<sub>1</sub> is true. Suppose the proposition is true for all values of i up to some fixed value i ≤ k &#8211; 2.  Then</p>
<p style="padding-left:30px;"><img src='http://s0.wp.com/latex.php?latex=n_%7Bi%2B3%7D%3Dn_%7Bi%2B1%7D-q_%7Bi%2B1%7Dn_%7Bi%2B2%7D%3D%28c_%7Bi%2B1%7D-q_%7Bi%2B1%7Dc_%7Bi%2B2%7D%29n_%7B1%7D%2B%28d_%7Bi%2B1%7D-q_%7Bi%2B1%7Dd_%7Bi%2B2%7D%29n_%7B2%7D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='n_{i+3}=n_{i+1}-q_{i+1}n_{i+2}=(c_{i+1}-q_{i+1}c_{i+2})n_{1}+(d_{i+1}-q_{i+1}d_{i+2})n_{2} ' title='n_{i+3}=n_{i+1}-q_{i+1}n_{i+2}=(c_{i+1}-q_{i+1}c_{i+2})n_{1}+(d_{i+1}-q_{i+1}d_{i+2})n_{2} ' class='latex' /></p>
<p>So P<sub>i+1</sub> is true. Consequently P<sub>k-1</sub> is true and n<sub>k+1</sub> = (n<sub>1</sub>, n<sub>2</sub>) can be expressed in the form proposed.</p>
<p>The construction can be easily extended to all (unequal) non-zero integers n<sub>1</sub> and n<sub>2</sub>. We simply find integers a&#8217;<sub>1</sub> and a&#8217;<sub>2</sub> such that a&#8217;<sub>1</sub>|n<sub>1</sub>| + a&#8217;<sub>2</sub>|n<sub>2</sub>| = (n<sub>1</sub>, n<sub>2</sub>) then set a&#8217;<sub>1</sub>=(n<sub>1</sub>/|n<sub>1</sub>|)a<sub>1</sub> and a&#8217;<sub>2</sub>=(n<sub>2</sub>/|n<sub>2</sub>|)a<sub>2</sub>.</p>
<p>The following is an obvious corollary:</p>
<p>Let p, m, n be non-zero integers. If p divides mn and (p, m) = 1 then p divides n.  (There are integers x, y such that xp + my = (p, m) = 1.  Hence xpn + mny = n.  Since p divides the left hand side it must divide n.)</p>
<p>We can now state a criterion for determining whether a solution to the diophantine equation exists and, if it does, provide a method of constructing a solution:</p>
<p>The linear diophantine equation a<sub>1</sub>x<sub>1</sub> + a<sub>2</sub>x<sub>2</sub> = a<sub>0</sub> (with a<sub>1</sub> and a<sub>2</sub> non-zero and unequal) has a solution only if (a<sub>1</sub>, a<sub>2</sub>) divides a<sub>0</sub>.  If x&#8217;<sub>1</sub> and x&#8217;<sub>2</sub> are integers such that a<sub>1</sub>x&#8217;<sub>1</sub> + a<sub>2</sub>x&#8217;<sub>2</sub> = (a<sub>1</sub>, a<sub>2</sub>) then</p>
<p style="padding-left:30px;"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+x_%7B1%7D+%3D+%5Cfrac+%7Ba_%7B0%7Dx%27_%7B1%7D%7D%7B%28a_%7B1%7D%2Ca_%7B2%7D%29%7D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle x_{1} = &#92;frac {a_{0}x&#039;_{1}}{(a_{1},a_{2})} ' title='&#92;displaystyle x_{1} = &#92;frac {a_{0}x&#039;_{1}}{(a_{1},a_{2})} ' class='latex' />  ;   <img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+x_%7B2%7D+%3D+%5Cfrac+%7Ba_%7B0%7Dx%27_%7B2%7D%7D%7B%28a_%7B1%7D%2Ca_%7B2%7D%29%7D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle x_{2} = &#92;frac {a_{0}x&#039;_{2}}{(a_{1},a_{2})} ' title='&#92;displaystyle x_{2} = &#92;frac {a_{0}x&#039;_{2}}{(a_{1},a_{2})} ' class='latex' />  is a solution.</p>
<p>Proof:  if there is a solution then since (a<sub>1</sub>, a<sub>2</sub>) divides a<sub>1</sub>x<sub>1</sub> + a<sub>2</sub>x<sub>2</sub> it must divide a<sub>0</sub>. The rest is clear on substituting.</p>
<p>Knowing one solution, we can now identify all solutions:</p>
<p>If x<sub>1</sub><sup>0</sup>, x<sub>2</sub><sup>0</sup> is a solution of a<sub>1</sub>x<sub>1</sub> + a<sub>2</sub>x<sub>2</sub> = a<sub>0</sub> (with a<sub>1</sub> and a<sub>2</sub> non-zero and unequal) then x<sub>1</sub>, x<sub>2</sub> is a solution if and only if</p>
<p style="padding-left:30px;"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+x_%7B1%7D%3Dx_%7B1%7D%5E%7B0%7D%2B+%5Cfrac+%7Ba_%7B2%7Dt%7D+%7B%28a_%7B1%7D%2Ca_%7B2%7D%29%7D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle x_{1}=x_{1}^{0}+ &#92;frac {a_{2}t} {(a_{1},a_{2})} ' title='&#92;displaystyle x_{1}=x_{1}^{0}+ &#92;frac {a_{2}t} {(a_{1},a_{2})} ' class='latex' />  ;   <img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+x_%7B2%7D%3Dx_%7B2%7D%5E%7B0%7D-+%5Cfrac+%7Ba_%7B1%7Dt%7D+%7B%28a_%7B1%7D%2Ca_%7B2%7D%29%7D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle x_{2}=x_{2}^{0}- &#92;frac {a_{1}t} {(a_{1},a_{2})} ' title='&#92;displaystyle x_{2}=x_{2}^{0}- &#92;frac {a_{1}t} {(a_{1},a_{2})} ' class='latex' />   where t is any integer</p>
<p>Proof:  the if part is easily seen by substitution.  For the converse, consider first the case a<sub>0</sub> = 0, noting that x<sub>1</sub> = 0, x<sub>2</sub> = 0 is a solution. Then</p>
<p><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+x_%7B1%7D%3D+%5Cfrac+%7B-a_%7B2%7Dx_%7B2%7D%7D+%7Ba_%7B1%7D%7D+%3D+%5Cfrac+%7B-a%27_%7B2%7Dx_%7B2%7D%7D+%7Ba%27_%7B1%7D%7D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle x_{1}= &#92;frac {-a_{2}x_{2}} {a_{1}} = &#92;frac {-a&#039;_{2}x_{2}} {a&#039;_{1}} ' title='&#92;displaystyle x_{1}= &#92;frac {-a_{2}x_{2}} {a_{1}} = &#92;frac {-a&#039;_{2}x_{2}} {a&#039;_{1}} ' class='latex' />  where a<sub>1</sub> = a&#8217;<sub>1</sub>(a<sub>1</sub>, a<sub>2</sub>) ; a<sub>2</sub> = a&#8217;<sub>2</sub>(a<sub>1</sub>, a<sub>2</sub>)</p>
<p>Since (a&#8217;<sub>1</sub>, a&#8217;<sub>2</sub>) = 1 (if this were not so and there were a common divisor k &gt; 1 then k(a<sub>1</sub>, a<sub>2</sub>) would divide a<sub>1</sub> and a<sub>2</sub>, a contradiction) then a&#8217;<sub>1</sub> divides x<sub>2</sub> so</p>
<p>  <img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+x_%7B2%7D+%3D+%5Cfrac+%7B-a_%7B1%7Dt%7D+%7B%28a_%7B1%7D%2C+a_%7B2%7D%29%7D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle x_{2} = &#92;frac {-a_{1}t} {(a_{1}, a_{2})} ' title='&#92;displaystyle x_{2} = &#92;frac {-a_{1}t} {(a_{1}, a_{2})} ' class='latex' />  where t is some integer and <img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+x_%7B1%7D+%3D+%5Cfrac+%7Ba_%7B2%7Dt%7D+%7B%28a_%7B1%7D%2C+a_%7B2%7D%29%7D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle x_{1} = &#92;frac {a_{2}t} {(a_{1}, a_{2})} ' title='&#92;displaystyle x_{1} = &#92;frac {a_{2}t} {(a_{1}, a_{2})} ' class='latex' /> </p>
<p>The general case follows easily from the special case on noting that if x<sub>1</sub><sup>0</sup>, x<sub>2</sub><sup>0</sup> and x<sub>1</sub>, x<sub>2</sub> are solutions then a<sub>1</sub>(x<sub>1</sub><sup>0</sup> -x<sub>1</sub>) + a<sub>2</sub>( x<sub>2</sub><sup>0</sup> &#8211; x<sub>2</sub>) = 0</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/someclassicalmaths.wordpress.com/1088/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/someclassicalmaths.wordpress.com/1088/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/someclassicalmaths.wordpress.com/1088/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/someclassicalmaths.wordpress.com/1088/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/someclassicalmaths.wordpress.com/1088/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/someclassicalmaths.wordpress.com/1088/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/someclassicalmaths.wordpress.com/1088/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/someclassicalmaths.wordpress.com/1088/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/someclassicalmaths.wordpress.com/1088/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/someclassicalmaths.wordpress.com/1088/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/someclassicalmaths.wordpress.com/1088/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/someclassicalmaths.wordpress.com/1088/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/someclassicalmaths.wordpress.com/1088/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/someclassicalmaths.wordpress.com/1088/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=someclassicalmaths.wordpress.com&amp;blog=8503104&amp;post=1088&amp;subd=someclassicalmaths&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://someclassicalmaths.wordpress.com/2012/01/04/binary-linear-diophantine-equations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf3878b03321d26b2ee44c4e4fbd6b98?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cliffbott</media:title>
		</media:content>
	</item>
		<item>
		<title>Euclid&#8217;s Algorithm</title>
		<link>http://someclassicalmaths.wordpress.com/2011/12/30/euclids-algorithm/</link>
		<comments>http://someclassicalmaths.wordpress.com/2011/12/30/euclids-algorithm/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 08:23:43 +0000</pubDate>
		<dc:creator>Cliff Bott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://someclassicalmaths.wordpress.com/?p=1039</guid>
		<description><![CDATA[Suppose that a and b are integers with b non-zero.  If there is an integer q such that a = qb, then we say that b divides a. We can visualise the real numbers as lying in increasing order from left to right along a line.  If b is some non-zero integer, then the integers [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=someclassicalmaths.wordpress.com&amp;blog=8503104&amp;post=1039&amp;subd=someclassicalmaths&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Suppose that a and b are integers with b non-zero.  If there is an integer q such that a = qb, then we say that b <span style="text-decoration:underline;">divides</span> a.</p>
<p>We can visualise the real numbers as lying in increasing order from left to right along a line.  If b is some non-zero integer, then the integers qb, where q runs through all the integers, divide the number line into segments of length |b| and all real numbers other than the qb lie inside one of these segments. Thus we can regard the following as self-evident:</p>
<p><span style="text-decoration:underline;">Proposition (The Division Identity)</span>: If s is some real number and b is a non-zero integer, then either s = qb for some integer q (b divides s) or there is a unique integer q such that qb &lt; s &lt; qb + |b|.</p>
<p>Any integer that divides each of the integers m and n is called a common divisor or common factor of m and n. If m,n are not both zero we can assume that the set of all common divisors of m and n has a greatest member which is unique and call it the <span style="text-decoration:underline;">greatest common divisor</span> of m and n and denote it as (m,n) or gcd(m,n). It is clear from the definition that: (m,n) = (|m|, |n|).</p>
<p>An algorithm for finding the gcd of two positive integers was given in Euclid&#8217;s Elements around 300 BC. Suppose the integers are n<sub>1</sub>, n<sub>2</sub> with n<sub>1</sub> &gt; n<sub>2</sub>. It is easy to see as a consequence of the Division Identity that either n<sub>1</sub> = q<sub>1</sub>n<sub>2</sub> and consequently n<sub>2</sub> = (n<sub>1</sub>, n<sub>2</sub>), or n<sub>1</sub> = q<sub>1</sub>n<sub>2</sub> + n<sub>3</sub> with n<sub>2</sub> &gt; n<sub>3</sub> &gt; 0. We iterate this process to obtain a set of relations</p>
<p style="padding-left:30px;">n<sub>i</sub> = q<sub>i</sub>n<sub>i+1</sub> + n<sub>i+2</sub> (1 &lt; i&lt; k)</p>
<p style="padding-left:30px;">n<sub>k</sub>=q<sub>k</sub>n<sub>k+1</sub></p>
<p>The process must terminate because the n<sub>i</sub> form a descending, finite sequence of positive numbers and if it has not terminated beforehand, the condition n<sub>i+2</sub> = 1 forces it to terminate at the next step.</p>
<p>Now n<sub>k+1</sub> = (n<sub>k</sub>, n<sub>k+1</sub>) and if n<sub>k+1</sub> = (n<sub>i</sub>, n<sub>i+1</sub>) then n<sub>k+1</sub> = (n<sub>i-1</sub>, n<sub>i</sub>) (i &gt; 1) because certainly n<sub>k+1</sub> divides both these latter numbers and if there were a larger number that divided both of them it would also be a common divisor of n<sub>i</sub> and n<sub>i+1</sub>, generating a contradiction.   Thus n<sub>k+1</sub> = (n<sub>1</sub>, n<sub>2</sub>).</p>
<p>We can obtain a measure of the efficiency of the Euclidean algorithm. Suppose there are k &ge; 3 steps, and that i &lt; k. If n<sub>i+1</sub> ≤ n<sub>i</sub>/2 then since n<sub>i+2</sub> &lt; n<sub>i+1</sub> then n<sub>i+2</sub> ≤ n<sub>i</sub>/2. If n<sub>i+1</sub> &gt; n<sub>i</sub>/2 then since 1 = n<sub>i+2</sub>/n<sub>i</sub> +q<sub>i</sub>n<sub>i+1</sub>/n<sub>i</sub> we must have q<sub>i</sub> = 1 and n<sub>i+2</sub> ≤ n<sub>i</sub>/2 also. Hence when 2j + 1 &lt; k we have</p>
<p style="padding-left:30px;"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+%5Cfrac+%7Bn_%7B2j%2B1%7D%7D%7Bn_%7B1%7D%7D%3D%5Cfrac+%7Bn_%7B2j%2B1%7D%7D%7Bn_%7B2j-1%7D%7D+...+%5Cfrac%7Bn_3%7D%7Bn_1%7D+%3C+%5Cleft%28+%5Cfrac%7B1%7D%7B2%7D+%5Cright%29%5Ej+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle &#92;frac {n_{2j+1}}{n_{1}}=&#92;frac {n_{2j+1}}{n_{2j-1}} ... &#92;frac{n_3}{n_1} &lt; &#92;left( &#92;frac{1}{2} &#92;right)^j ' title='&#92;displaystyle &#92;frac {n_{2j+1}}{n_{1}}=&#92;frac {n_{2j+1}}{n_{2j-1}} ... &#92;frac{n_3}{n_1} &lt; &#92;left( &#92;frac{1}{2} &#92;right)^j ' class='latex' /></p>
<p>Set 2j + 1 = k &#8211; s where s = 1 or 2 depending whether k is even or odd. Then</p>
<p style="padding-left:30px;"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+k+%3D+s+%2B+1+%2B+%5Cfrac+%7B2%7D%7B%5Cln+2%7D+%5Cleft%28+%5Cln+n_%7B1%7D+-+%5Cln+n_%7Bk-s%7D+%5Cright%29+%3C+2+%5Cfrac%7B%5Cln+n_%7B1%7D%7D+%7B+%5Cln+2%7D+%2B+3+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle k = s + 1 + &#92;frac {2}{&#92;ln 2} &#92;left( &#92;ln n_{1} - &#92;ln n_{k-s} &#92;right) &lt; 2 &#92;frac{&#92;ln n_{1}} { &#92;ln 2} + 3 ' title='&#92;displaystyle k = s + 1 + &#92;frac {2}{&#92;ln 2} &#92;left( &#92;ln n_{1} - &#92;ln n_{k-s} &#92;right) &lt; 2 &#92;frac{&#92;ln n_{1}} { &#92;ln 2} + 3 ' class='latex' /></p>
<p style="padding-left:30px;">
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/someclassicalmaths.wordpress.com/1039/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/someclassicalmaths.wordpress.com/1039/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/someclassicalmaths.wordpress.com/1039/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/someclassicalmaths.wordpress.com/1039/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/someclassicalmaths.wordpress.com/1039/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/someclassicalmaths.wordpress.com/1039/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/someclassicalmaths.wordpress.com/1039/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/someclassicalmaths.wordpress.com/1039/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/someclassicalmaths.wordpress.com/1039/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/someclassicalmaths.wordpress.com/1039/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/someclassicalmaths.wordpress.com/1039/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/someclassicalmaths.wordpress.com/1039/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/someclassicalmaths.wordpress.com/1039/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/someclassicalmaths.wordpress.com/1039/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=someclassicalmaths.wordpress.com&amp;blog=8503104&amp;post=1039&amp;subd=someclassicalmaths&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://someclassicalmaths.wordpress.com/2011/12/30/euclids-algorithm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf3878b03321d26b2ee44c4e4fbd6b98?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cliffbott</media:title>
		</media:content>
	</item>
		<item>
		<title>Forms of Proof</title>
		<link>http://someclassicalmaths.wordpress.com/2011/12/27/forms-of-proof/</link>
		<comments>http://someclassicalmaths.wordpress.com/2011/12/27/forms-of-proof/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 03:34:34 +0000</pubDate>
		<dc:creator>Cliff Bott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://someclassicalmaths.wordpress.com/?p=1022</guid>
		<description><![CDATA[Ideally, mathematical proofs would start with statements that are known, or assumed to be, true and proceed through a series of steps to a final theorem. At each step a new statement would be shown to be true as a consequence of previous statements. However, in number theory in particular, it is often necessary to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=someclassicalmaths.wordpress.com&amp;blog=8503104&amp;post=1022&amp;subd=someclassicalmaths&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ideally, mathematical proofs would start with statements that are known, or assumed to be, true and proceed through a series of steps to a final theorem. At each step a new statement would be shown to be true as a consequence of previous statements. However, in number theory in particular, it is often necessary to resort to less direct methods of proof.</p>
<p>Suppose P and Q are certain statements. If the truth of P implies that Q is true, we cannot assume the <span style="text-decoration:underline;">converse</span>, that is, that Q implies that P is true. For example x = 1 implies that x<sup>2</sup> = 1, but if x<sup>2</sup> = 1, x is not necessarily 1. If the converse does happen to be true, we say that &#8220;P is true <span style="text-decoration:underline;">if and only if</span> Q is true&#8221;, or that the statements P and Q are <span style="text-decoration:underline;">logically equivalent</span>. For example, as can be easily shown, n is odd if and only if n<sup>2</sup> is odd for all integers n.</p>
<p>Although the statement &#8220;If P is true then Q is true&#8221; does not imply its converse, it does imply the contrapositive, namely &#8220;If Q is false then P is false&#8221;. For example if x<sup>2</sup> ≠ 1 then x ≠ 1. In number theory, propositions are often proved by proving the contrapositive.</p>
<p>If the truth of P implies Q is true, then the truth of Q is a <span style="text-decoration:underline;">necessary condition</span> for P to be true, that is, P cannot be true unless Q is true, and it is not possible for P to be true if Q is false. If the truth of Q implies P is true, then Q is a <span style="text-decoration:underline;">sufficient condition</span> for P to be true. That is, instances of Q being true can provide us with instances of P being true, but not necessarily all such instances. If Q is both necessary and sufficient then it is the logical equivalent of P. P is true on precisely those occasions when Q is true.</p>
<p><span style="text-decoration:underline;">Reductio ad absurdum</span> is a variant of the contrapositive. Suppose P is a proposition that it is desired to prove true. This method of proof starts with the proposition that P is false and shows that this leads to a conclusion that is either known to be false, or contradicts the proposition that P is false. This is considered to negate the proposition that P is false and hence prove that P is true.</p>
<p>As an example of its use (and also the use of the contrapositive), we prove that √2 is irrational. Start by assuming the contrary, that is, that √2 = p/q for some positive integers p, q . Because a number can be represented as a fraction in infinitely many ways, assume that it is possible to cancel out common multiples of 2 from p and q until at least one of p and q is odd (it is not necessary to assume that this process results in p and q being unique). p<sup>2</sup> = 2q<sup>2</sup> so p<sup>2</sup> is even. But if p is odd p<sup>2</sup> is odd so p must be even. Thus p<sup>2</sup> = 4k<sup>2</sup> for some positive integer k. Thus q<sup>2</sup> is even, so q is even, a contradiction. Therefore our starting proposition must be false.</p>
<p><span style="text-decoration:underline;">Infinite descent</span> is a specific form of reductio ad absurdum. It was used by Pierre de Fermat around 1640 to prove that there are no non-zero integer solutions to the equation x<sup>4</sup> + y<sup>4</sup> = z<sup>4</sup> where z,y,z are positive integers, and has been widely used in other problems. It assumes the negative of the proposition, that is that there is a solution for some z, and shows that the existence of a solution for any value of z implies the existence of a solution for a smaller value of z, which is impossible because there is a least value of z (i.e. 1) beyond which no further solutions can exist.</p>
<p>Suppose that there is a (finite or infinite) sequence of propositions P<sub>1</sub>, P<sub>2</sub>, and so on. The <span style="text-decoration:underline;">Principle of Induction</span> states that if P<sub>1</sub> is true and if we can demonstrate that if P<sub>k</sub> were true for any given k then P<sub>k+1</sub> would be true, then all of P<sub>1</sub>, P<sub>2</sub>, &#8230; are true.</p>
<p>It is sometimes more practical to use the following corollary. If P<sub>1</sub> is true and if we can demonstrate that if for any given k, P<sub>i</sub> were true for all 1 ≤ i ≤ k, then P<sub>k+1</sub> would be true, then all of P<sub>1</sub>, P<sub>2</sub>, &#8230; are true.</p>
<p>For let P&#8217;<sub>k</sub> be the proposition that P<sub>i</sub> is true for all 1 ≤ i ≤ k. If P<sub>1</sub> is true then P&#8217;<sub>1</sub> = P<sub>1</sub> is true. If the truth of P&#8217;<sub>k</sub> implies the truth of P<sub>k+1</sub> then it implies the truth of P&#8217;<sub>k+1</sub>. Therefore by induction all the P&#8217; are true and so all the P are true.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/someclassicalmaths.wordpress.com/1022/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/someclassicalmaths.wordpress.com/1022/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/someclassicalmaths.wordpress.com/1022/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/someclassicalmaths.wordpress.com/1022/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/someclassicalmaths.wordpress.com/1022/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/someclassicalmaths.wordpress.com/1022/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/someclassicalmaths.wordpress.com/1022/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/someclassicalmaths.wordpress.com/1022/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/someclassicalmaths.wordpress.com/1022/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/someclassicalmaths.wordpress.com/1022/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/someclassicalmaths.wordpress.com/1022/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/someclassicalmaths.wordpress.com/1022/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/someclassicalmaths.wordpress.com/1022/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/someclassicalmaths.wordpress.com/1022/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=someclassicalmaths.wordpress.com&amp;blog=8503104&amp;post=1022&amp;subd=someclassicalmaths&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://someclassicalmaths.wordpress.com/2011/12/27/forms-of-proof/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf3878b03321d26b2ee44c4e4fbd6b98?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cliffbott</media:title>
		</media:content>
	</item>
		<item>
		<title>Walter Ledermann &#8211; Encounters of a Mathematician</title>
		<link>http://someclassicalmaths.wordpress.com/2011/12/08/walter-ledermann-encounters-of-a-mathematician/</link>
		<comments>http://someclassicalmaths.wordpress.com/2011/12/08/walter-ledermann-encounters-of-a-mathematician/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 09:42:54 +0000</pubDate>
		<dc:creator>Cliff Bott</dc:creator>
				<category><![CDATA[Finite groups]]></category>

		<guid isPermaLink="false">http://someclassicalmaths.wordpress.com/?p=1011</guid>
		<description><![CDATA[For about 20 years from the 1940s the Edinburgh publisher Oliver and Boyd published a series of very high standard pocket-sized texts in mathematics and mathematical physics entitled &#8216;University Mathematical Texts.&#8217; Among my favourites, purchased as an undergraduate and still referred to forty years later, was &#8216;Finite Groups&#8217; by Walter Ledermann. For years Ledermann remained [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=someclassicalmaths.wordpress.com&amp;blog=8503104&amp;post=1011&amp;subd=someclassicalmaths&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For about 20 years from the 1940s the Edinburgh publisher Oliver and Boyd published a series of very high standard pocket-sized texts in mathematics and mathematical physics entitled &#8216;University Mathematical Texts.&#8217;</p>
<p>Among my favourites, purchased as an undergraduate and still referred to forty years later, was &#8216;Finite Groups&#8217; by Walter Ledermann.</p>
<p>For years Ledermann remained a name on a bookcover for me, until, through the magic of the internet, I chanced upon his reminisces, which begin <a href="http://www.gap-system.org/~history/Ledermann/index.html">here</a>, full of warmth and humour.</p>
<p>Ledermann was a German Jew who was lucky enough to emigrate to Britain in the early 1930s, and to be able to follow his chosen career as a mathematician until he was well into his eighties.  The account of his PhD student from Afghanistan is particularly humorous and touching.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/someclassicalmaths.wordpress.com/1011/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/someclassicalmaths.wordpress.com/1011/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/someclassicalmaths.wordpress.com/1011/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/someclassicalmaths.wordpress.com/1011/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/someclassicalmaths.wordpress.com/1011/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/someclassicalmaths.wordpress.com/1011/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/someclassicalmaths.wordpress.com/1011/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/someclassicalmaths.wordpress.com/1011/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/someclassicalmaths.wordpress.com/1011/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/someclassicalmaths.wordpress.com/1011/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/someclassicalmaths.wordpress.com/1011/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/someclassicalmaths.wordpress.com/1011/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/someclassicalmaths.wordpress.com/1011/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/someclassicalmaths.wordpress.com/1011/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=someclassicalmaths.wordpress.com&amp;blog=8503104&amp;post=1011&amp;subd=someclassicalmaths&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://someclassicalmaths.wordpress.com/2011/12/08/walter-ledermann-encounters-of-a-mathematician/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf3878b03321d26b2ee44c4e4fbd6b98?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cliffbott</media:title>
		</media:content>
	</item>
		<item>
		<title>Zeta function for even positive integers</title>
		<link>http://someclassicalmaths.wordpress.com/2011/12/07/zeta-function-for-even-positive-integers/</link>
		<comments>http://someclassicalmaths.wordpress.com/2011/12/07/zeta-function-for-even-positive-integers/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 12:09:46 +0000</pubDate>
		<dc:creator>Cliff Bott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Bernoulli Numbers]]></category>
		<category><![CDATA[Riemann Zeta Function]]></category>

		<guid isPermaLink="false">http://someclassicalmaths.wordpress.com/?p=980</guid>
		<description><![CDATA[In 1735 Euler showed that and later that     when k &#62; 0 By definition (see earlier post)   at least when &#124;x&#124; &#60; 2π Also Now (see pdf here for explanation) When &#124;y&#124; &#60; π we can write Because the series is absolutely convergent we can change the order of summation The result follows [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=someclassicalmaths.wordpress.com&amp;blog=8503104&amp;post=980&amp;subd=someclassicalmaths&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In 1735 Euler showed that</p>
<p style="padding-left:30px;"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+%5Czeta+%282%29+%3D+%5Csum_%7Bn%3D1%7D%5E%7B%5Cinfty%7D+%5Cfrac%7B1%7D%7Bn%5E2%7D%3D%5Cfrac%7B%5Cpi%5E2%7D%7B6%7D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle &#92;zeta (2) = &#92;sum_{n=1}^{&#92;infty} &#92;frac{1}{n^2}=&#92;frac{&#92;pi^2}{6} ' title='&#92;displaystyle &#92;zeta (2) = &#92;sum_{n=1}^{&#92;infty} &#92;frac{1}{n^2}=&#92;frac{&#92;pi^2}{6} ' class='latex' /></p>
<p>and later that</p>
<p style="padding-left:30px;"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+%5Czeta%282k%29%3D%5Csum_%7Bn%3D1%7D%5E%7B%5Cinfty%7D%5Cfrac%7B1%7D%7Bn%5E%7B2k%7D%7D%3D%28-1%29%5E%7Bk%2B1%7D%282%5Cpi%29%5E%7B2k%7D%5Cfrac%7BB_%7B2k%7D%7D%7B2%282k%29%21%7D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle &#92;zeta(2k)=&#92;sum_{n=1}^{&#92;infty}&#92;frac{1}{n^{2k}}=(-1)^{k+1}(2&#92;pi)^{2k}&#92;frac{B_{2k}}{2(2k)!} ' title='&#92;displaystyle &#92;zeta(2k)=&#92;sum_{n=1}^{&#92;infty}&#92;frac{1}{n^{2k}}=(-1)^{k+1}(2&#92;pi)^{2k}&#92;frac{B_{2k}}{2(2k)!} ' class='latex' />    when k &gt; 0</p>
<p>By definition (see <a title="Generating function for the Bernoulli Polynomials" href="http://someclassicalmaths.wordpress.com/2011/11/22/generating-function-for-the-bernoulli-polynomials/">earlier post</a>)</p>
<p style="padding-left:30px;"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+%5Cfrac%7Bx%7D%7Be%5E%7Bx%7D-1%7D%2B+%5Cfrac%7Bx%7D%7B2%7D%3D1%2B%5Csum_%7Bk%3D1%7D%5E%7B%5Cinfty%7D%5Cfrac%7Bx%5E%7B2k%7DB_%7B2k%7D%7D%7B%282k%29%21%7D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle &#92;frac{x}{e^{x}-1}+ &#92;frac{x}{2}=1+&#92;sum_{k=1}^{&#92;infty}&#92;frac{x^{2k}B_{2k}}{(2k)!} ' title='&#92;displaystyle &#92;frac{x}{e^{x}-1}+ &#92;frac{x}{2}=1+&#92;sum_{k=1}^{&#92;infty}&#92;frac{x^{2k}B_{2k}}{(2k)!} ' class='latex' />  at least when |x| &lt; 2π</p>
<p>Also</p>
<p style="padding-left:30px;"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+%5Cfrac%7Bx%7D%7Be%5E%7Bx%7D-1%7D%2B%5Cfrac%7Bx%7D%7B2%7D%3D%5Cfrac%7Bx%7D%7B2%7D%5Cfrac%7Be%5E%7Bx%2F2%7D%2Be%5E%7B-x%2F2%7D%7D%7Be%5E%7Bx%2F2%7D-e%5E%7B-x%2F2%7D%7D%3D%5Cfrac%7Bx%7D%7B2%7D+coth+%5Cfrac%7Bx%7D%7B2%7D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle &#92;frac{x}{e^{x}-1}+&#92;frac{x}{2}=&#92;frac{x}{2}&#92;frac{e^{x/2}+e^{-x/2}}{e^{x/2}-e^{-x/2}}=&#92;frac{x}{2} coth &#92;frac{x}{2} ' title='&#92;displaystyle &#92;frac{x}{e^{x}-1}+&#92;frac{x}{2}=&#92;frac{x}{2}&#92;frac{e^{x/2}+e^{-x/2}}{e^{x/2}-e^{-x/2}}=&#92;frac{x}{2} coth &#92;frac{x}{2} ' class='latex' /></p>
<p>Now (see <a href="http://someclassicalmaths.files.wordpress.com/2011/12/zeta-function-even-positive-integers.pdf">pdf here</a> for explanation)</p>
<p style="padding-left:30px;"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+y+%5Ccoth+y+%3D+1+%2B+2y%5E%7B2%7D+%5Csum_%7Bj%3D1%7D%5E%7B%5Cinfty%7D%5Cfrac%7B1%7D%7By%5E%7B2%7D%2B%28j%5Cpi%29%5E%7B2%7D%7D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle y &#92;coth y = 1 + 2y^{2} &#92;sum_{j=1}^{&#92;infty}&#92;frac{1}{y^{2}+(j&#92;pi)^{2}} ' title='&#92;displaystyle y &#92;coth y = 1 + 2y^{2} &#92;sum_{j=1}^{&#92;infty}&#92;frac{1}{y^{2}+(j&#92;pi)^{2}} ' class='latex' /></p>
<p>When |y| &lt; π we can write</p>
<p style="padding-left:30px;"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+y+%5Ccoth+y+%3D+1%2B2y%5E%7B2%7D+%5Csum_%7Bj%3D1%7D%5E%7B%5Cinfty%7D%5Cfrac%7B1%7D%7B%28j%5Cpi%29%5E%7B2%7D%7D%5Csum_%7Bk%3D0%7D%5E%7B%5Cinfty%7D%5Cfrac%7B%28-1%29%5E%7Bk%7Dy%5E%7B2k%7D%7D%7B%28j%5Cpi%29%5E%7B2k%7D%7D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle y &#92;coth y = 1+2y^{2} &#92;sum_{j=1}^{&#92;infty}&#92;frac{1}{(j&#92;pi)^{2}}&#92;sum_{k=0}^{&#92;infty}&#92;frac{(-1)^{k}y^{2k}}{(j&#92;pi)^{2k}} ' title='&#92;displaystyle y &#92;coth y = 1+2y^{2} &#92;sum_{j=1}^{&#92;infty}&#92;frac{1}{(j&#92;pi)^{2}}&#92;sum_{k=0}^{&#92;infty}&#92;frac{(-1)^{k}y^{2k}}{(j&#92;pi)^{2k}} ' class='latex' /></p>
<p>Because the series is absolutely convergent we can change the order of summation</p>
<p style="padding-left:30px;"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+y+%5Ccoth+y+%3D+1%2B2+%5Csum_%7Bk%3D1%7D%5E%7B%5Cinfty%7D%5Cfrac%7B%28-1%29%5E%7Bk%2B1%7D%5Czeta%282k%29y%5E%7B2k%7D%7D%7B%5Cpi%5E%7B2k%7D%7D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle y &#92;coth y = 1+2 &#92;sum_{k=1}^{&#92;infty}&#92;frac{(-1)^{k+1}&#92;zeta(2k)y^{2k}}{&#92;pi^{2k}} ' title='&#92;displaystyle y &#92;coth y = 1+2 &#92;sum_{k=1}^{&#92;infty}&#92;frac{(-1)^{k+1}&#92;zeta(2k)y^{2k}}{&#92;pi^{2k}} ' class='latex' /></p>
<p>The result follows on putting y = x/2 and equating the coefficients of powers of x.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/someclassicalmaths.wordpress.com/980/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/someclassicalmaths.wordpress.com/980/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/someclassicalmaths.wordpress.com/980/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/someclassicalmaths.wordpress.com/980/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/someclassicalmaths.wordpress.com/980/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/someclassicalmaths.wordpress.com/980/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/someclassicalmaths.wordpress.com/980/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/someclassicalmaths.wordpress.com/980/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/someclassicalmaths.wordpress.com/980/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/someclassicalmaths.wordpress.com/980/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/someclassicalmaths.wordpress.com/980/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/someclassicalmaths.wordpress.com/980/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/someclassicalmaths.wordpress.com/980/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/someclassicalmaths.wordpress.com/980/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=someclassicalmaths.wordpress.com&amp;blog=8503104&amp;post=980&amp;subd=someclassicalmaths&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://someclassicalmaths.wordpress.com/2011/12/07/zeta-function-for-even-positive-integers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf3878b03321d26b2ee44c4e4fbd6b98?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cliffbott</media:title>
		</media:content>
	</item>
		<item>
		<title>Generating function for the Bernoulli Polynomials</title>
		<link>http://someclassicalmaths.wordpress.com/2011/11/22/generating-function-for-the-bernoulli-polynomials/</link>
		<comments>http://someclassicalmaths.wordpress.com/2011/11/22/generating-function-for-the-bernoulli-polynomials/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 11:00:09 +0000</pubDate>
		<dc:creator>Cliff Bott</dc:creator>
				<category><![CDATA[Finite Differences]]></category>
		<category><![CDATA[Bernoulli Numbers]]></category>
		<category><![CDATA[Riemann Zeta Function]]></category>

		<guid isPermaLink="false">http://someclassicalmaths.wordpress.com/?p=963</guid>
		<description><![CDATA[A generating function is a power series whose coefficients are a sequence of interest.   The Bernoulli Polynomials have the generating function at least when &#124;t&#124; &#60; 2π The derivation of this result is shown here. A generating function often enables properties of the sequence to be easily exposed.  Here the generating function enables us to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=someclassicalmaths.wordpress.com&amp;blog=8503104&amp;post=963&amp;subd=someclassicalmaths&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p lang="en-US">A generating function is a power series whose coefficients are a sequence of interest.   The Bernoulli Polynomials have the generating function</p>
<p style="padding-left:30px;" lang="en-US"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+%5Cfrac%7Bte%5E%7Bxt%7D%7D%7Be%5E%7Bt%7D-1%7D%3D%5Csum+%5E%7B%5Cinfty%7D_%7Bn%3D0%7DB_%7Bn%7D%28x%29+%5Cfrac%7Bt%5En%7D%7Bn%21%7D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle &#92;frac{te^{xt}}{e^{t}-1}=&#92;sum ^{&#92;infty}_{n=0}B_{n}(x) &#92;frac{t^n}{n!} ' title='&#92;displaystyle &#92;frac{te^{xt}}{e^{t}-1}=&#92;sum ^{&#92;infty}_{n=0}B_{n}(x) &#92;frac{t^n}{n!} ' class='latex' /></p>
<p>at least when |t| &lt; 2<span style="font-family:Times New Roman,serif;">π</span></p>
<p>The derivation of this result is shown <a href="http://someclassicalmaths.files.wordpress.com/2011/11/bernoulli-polynomials-generating-function1.pdf">here</a>.</p>
<p lang="en-US">A generating function often enables properties of the sequence to be easily exposed.  Here the generating function enables us to show simply that the odd Bernoulli numbers B<sub>2k+1</sub> are zero (k &gt; 0). This is necessarily the case if</p>
<p style="padding-left:30px;" lang="en-US"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+%5Cfrac%7Bt%7D%7Be%5E%7Bt%7D-1%7D-B_%7B1%7Dt%3D1%2B%5Csum+%5E%7B%5Cinfty%7D_%7Bn%3D2%7DB_%7Bn%7D+%5Cfrac%7Bt%5En%7D%7Bn%21%7D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle &#92;frac{t}{e^{t}-1}-B_{1}t=1+&#92;sum ^{&#92;infty}_{n=2}B_{n} &#92;frac{t^n}{n!} ' title='&#92;displaystyle &#92;frac{t}{e^{t}-1}-B_{1}t=1+&#92;sum ^{&#92;infty}_{n=2}B_{n} &#92;frac{t^n}{n!} ' class='latex' /></p>
<p lang="en-US">is an even function of t. This is so since</p>
<p style="padding-left:30px;"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+%5Cfrac%7Bt%7D%7Be%5E%7Bt%7D-1%7D%2B%5Cfrac%7Bt%7D%7B2%7D%3D%5Cfrac%7Bt%28e%5E%7Bt%7D%2B1%29%7D%7B2%28e%5E%7Bt%7D-1%29%7D%3D%5Cfrac%7B-t%28e%5E%7B-t%7D%2B1%29%7D%7B2%28e%5E%7B-t%7D-1%29%7D%3D%5Cfrac%7B-t%7D%7Be%5E%7B-t%7D-1%7D-%5Cfrac%7Bt%7D%7B2%7D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle &#92;frac{t}{e^{t}-1}+&#92;frac{t}{2}=&#92;frac{t(e^{t}+1)}{2(e^{t}-1)}=&#92;frac{-t(e^{-t}+1)}{2(e^{-t}-1)}=&#92;frac{-t}{e^{-t}-1}-&#92;frac{t}{2} ' title='&#92;displaystyle &#92;frac{t}{e^{t}-1}+&#92;frac{t}{2}=&#92;frac{t(e^{t}+1)}{2(e^{t}-1)}=&#92;frac{-t(e^{-t}+1)}{2(e^{-t}-1)}=&#92;frac{-t}{e^{-t}-1}-&#92;frac{t}{2} ' class='latex' /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/someclassicalmaths.wordpress.com/963/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/someclassicalmaths.wordpress.com/963/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/someclassicalmaths.wordpress.com/963/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/someclassicalmaths.wordpress.com/963/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/someclassicalmaths.wordpress.com/963/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/someclassicalmaths.wordpress.com/963/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/someclassicalmaths.wordpress.com/963/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/someclassicalmaths.wordpress.com/963/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/someclassicalmaths.wordpress.com/963/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/someclassicalmaths.wordpress.com/963/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/someclassicalmaths.wordpress.com/963/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/someclassicalmaths.wordpress.com/963/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/someclassicalmaths.wordpress.com/963/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/someclassicalmaths.wordpress.com/963/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=someclassicalmaths.wordpress.com&amp;blog=8503104&amp;post=963&amp;subd=someclassicalmaths&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://someclassicalmaths.wordpress.com/2011/11/22/generating-function-for-the-bernoulli-polynomials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf3878b03321d26b2ee44c4e4fbd6b98?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cliffbott</media:title>
		</media:content>
	</item>
		<item>
		<title>Even and odd Bernoulli numbers</title>
		<link>http://someclassicalmaths.wordpress.com/2011/11/18/even-and-odd-bernoulli-numbers/</link>
		<comments>http://someclassicalmaths.wordpress.com/2011/11/18/even-and-odd-bernoulli-numbers/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 10:42:16 +0000</pubDate>
		<dc:creator>Cliff Bott</dc:creator>
				<category><![CDATA[Finite Differences]]></category>

		<guid isPermaLink="false">http://someclassicalmaths.wordpress.com/?p=947</guid>
		<description><![CDATA[The first few Bernoulli numbers are B0 = 1, B1 = 1/2 and then 1/6, 0, -1/30, 0, 1/42, 0, -1/30, 0, 5/66, 0 -691/2730 and so on. This suggests that the odd-indexed Bernoulli numbers other than B1 are zero. In the pdf here we show that this is so and also derive the following efficient [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=someclassicalmaths.wordpress.com&amp;blog=8503104&amp;post=947&amp;subd=someclassicalmaths&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p lang="en-US">The first few Bernoulli numbers are B<sub>0</sub> = 1, B<sub>1</sub> = 1/2 and then 1/6, 0, -1/30, 0, 1/42, 0, -1/30, 0, 5/66, 0 -691/2730 and so on. This suggests that the odd-indexed Bernoulli numbers other than B<sub>1</sub> are zero. In the pdf <a href="http://someclassicalmaths.files.wordpress.com/2011/11/even-and-odd-bernoulli-numbers.pdf">here</a> we show that this is so and also derive the following efficient formula for calculating B<sub>2k</sub></p>
<p style="padding-left:30px;" lang="en-US"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+%282k%2B1%29B_%7B2k%7D%3D-%5Csum_%7Bj%3D1%7D%5E%7B%5Bk%2F2%5D%7D%5Cfrac%7B2k-2j%2B1%7D%7B2j%2B1%7D%5Cbinom%7Bk%7D%7B2j%7DB_%7B2k-2j%7D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle (2k+1)B_{2k}=-&#92;sum_{j=1}^{[k/2]}&#92;frac{2k-2j+1}{2j+1}&#92;binom{k}{2j}B_{2k-2j} ' title='&#92;displaystyle (2k+1)B_{2k}=-&#92;sum_{j=1}^{[k/2]}&#92;frac{2k-2j+1}{2j+1}&#92;binom{k}{2j}B_{2k-2j} ' class='latex' /> (k &gt; 1)</p>
<p lang="en-US">where [k/2] is the largest integer less than or equal to k/2.</p>
<p lang="en-US">The method is taken from the chapter &#8216;Summation of Series&#8217; of Barnard and Child (see Books page for a brief description of and link to this text).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/someclassicalmaths.wordpress.com/947/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/someclassicalmaths.wordpress.com/947/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/someclassicalmaths.wordpress.com/947/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/someclassicalmaths.wordpress.com/947/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/someclassicalmaths.wordpress.com/947/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/someclassicalmaths.wordpress.com/947/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/someclassicalmaths.wordpress.com/947/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/someclassicalmaths.wordpress.com/947/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/someclassicalmaths.wordpress.com/947/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/someclassicalmaths.wordpress.com/947/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/someclassicalmaths.wordpress.com/947/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/someclassicalmaths.wordpress.com/947/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/someclassicalmaths.wordpress.com/947/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/someclassicalmaths.wordpress.com/947/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=someclassicalmaths.wordpress.com&amp;blog=8503104&amp;post=947&amp;subd=someclassicalmaths&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://someclassicalmaths.wordpress.com/2011/11/18/even-and-odd-bernoulli-numbers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf3878b03321d26b2ee44c4e4fbd6b98?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cliffbott</media:title>
		</media:content>
	</item>
		<item>
		<title>Bernoulli numbers and sums of positive powers of integers</title>
		<link>http://someclassicalmaths.wordpress.com/2011/11/10/bernoulli-numbers-and-sums-of-positive-powers-of-integers/</link>
		<comments>http://someclassicalmaths.wordpress.com/2011/11/10/bernoulli-numbers-and-sums-of-positive-powers-of-integers/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 12:04:28 +0000</pubDate>
		<dc:creator>Cliff Bott</dc:creator>
				<category><![CDATA[Finite Differences]]></category>

		<guid isPermaLink="false">http://someclassicalmaths.wordpress.com/?p=915</guid>
		<description><![CDATA[Let and in general We define the Bernoulli Numbers Bk as ;   (k &#62; 0) so B1 = -1/2 ; B2 = 1/6; B3 = 0 and so on. We define the Bernoulli Polynomials Bk(x) as Then The derivation of this result is shown in the pdf here.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=someclassicalmaths.wordpress.com&amp;blog=8503104&amp;post=915&amp;subd=someclassicalmaths&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p lang="en-US">Let</p>
<p style="padding-left:30px;" lang="en-US"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+s_%7B1%7D%28n%29%3D1%2B2%2B+...+%2B%28n-1%29%2Bn+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle s_{1}(n)=1+2+ ... +(n-1)+n ' title='&#92;displaystyle s_{1}(n)=1+2+ ... +(n-1)+n ' class='latex' /></p>
<p style="padding-left:30px;" lang="en-US"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+s_%7B2%7D%28n%29%3D1%5E2%2B2%5E2%2B+...+%2B+%28n-1%29%5E2%2Bn%5E2+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle s_{2}(n)=1^2+2^2+ ... + (n-1)^2+n^2 ' title='&#92;displaystyle s_{2}(n)=1^2+2^2+ ... + (n-1)^2+n^2 ' class='latex' /></p>
<p lang="en-US">and in general</p>
<p style="padding-left:30px;" lang="en-US"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+s_%7Bk%7D+%28n%29+%3D+%5Csum_%7Bj%3D1%7D%5E%7Bn%7D+j%5Ek+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle s_{k} (n) = &#92;sum_{j=1}^{n} j^k ' title='&#92;displaystyle s_{k} (n) = &#92;sum_{j=1}^{n} j^k ' class='latex' /></p>
<p lang="en-US">We define the <span style="text-decoration:underline;">Bernoulli Numbers</span> B<sub>k</sub> as</p>
<p style="padding-left:30px;" lang="en-US"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+B_%7B0%7D%3D1+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle B_{0}=1 ' title='&#92;displaystyle B_{0}=1 ' class='latex' /> ; <img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+%28k%2B1%29B_%7Bk%7D%3D-%5Csum_%7Bi%3D0%7D%5E%7Bk-1%7D+%5Cbinom+%7Bk%2B1%7D%7Bi%7D+B_%7Bi%7D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle (k+1)B_{k}=-&#92;sum_{i=0}^{k-1} &#92;binom {k+1}{i} B_{i} ' title='&#92;displaystyle (k+1)B_{k}=-&#92;sum_{i=0}^{k-1} &#92;binom {k+1}{i} B_{i} ' class='latex' />   (k &gt; 0)</p>
<p lang="en-US">so B<sub>1</sub> = -1/2 ; B<sub>2</sub> = 1/6; B<sub>3</sub> = 0 and so on. We define the <span style="text-decoration:underline;">Bernoulli Polynomials</span> B<sub>k</sub>(x) as</p>
<p style="padding-left:30px;" lang="en-US"><img src='http://s0.wp.com/latex.php?latex=B_%7Bk%7D%28x%29%3D%5Csum_%7Bi%3D0%7D%5Ek+%5Cbinom+%7Bk%7D%7Bi%7DB_%7Bi%7Dx%5E%7Bk-i%7D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='B_{k}(x)=&#92;sum_{i=0}^k &#92;binom {k}{i}B_{i}x^{k-i} ' title='B_{k}(x)=&#92;sum_{i=0}^k &#92;binom {k}{i}B_{i}x^{k-i} ' class='latex' /></p>
<p lang="en-US">Then</p>
<p style="padding-left:30px;" lang="en-US"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+s_%7Bk%7D%28n%29%3D+%5Cfrac%7B1%7D%7Bk%2B1%7D+%5Cleft%5BB_%7Bk%2B1%7D%28n%2B1%29-B_%7Bk%2B1%7D%280%29+%5Cright%5D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle s_{k}(n)= &#92;frac{1}{k+1} &#92;left[B_{k+1}(n+1)-B_{k+1}(0) &#92;right] ' title='&#92;displaystyle s_{k}(n)= &#92;frac{1}{k+1} &#92;left[B_{k+1}(n+1)-B_{k+1}(0) &#92;right] ' class='latex' /></p>
<p>The derivation of this result is shown in the <a href="http://someclassicalmaths.files.wordpress.com/2011/11/sums-of-powers-of-integers.pdf">pdf here</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/someclassicalmaths.wordpress.com/915/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/someclassicalmaths.wordpress.com/915/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/someclassicalmaths.wordpress.com/915/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/someclassicalmaths.wordpress.com/915/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/someclassicalmaths.wordpress.com/915/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/someclassicalmaths.wordpress.com/915/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/someclassicalmaths.wordpress.com/915/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/someclassicalmaths.wordpress.com/915/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/someclassicalmaths.wordpress.com/915/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/someclassicalmaths.wordpress.com/915/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/someclassicalmaths.wordpress.com/915/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/someclassicalmaths.wordpress.com/915/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/someclassicalmaths.wordpress.com/915/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/someclassicalmaths.wordpress.com/915/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=someclassicalmaths.wordpress.com&amp;blog=8503104&amp;post=915&amp;subd=someclassicalmaths&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://someclassicalmaths.wordpress.com/2011/11/10/bernoulli-numbers-and-sums-of-positive-powers-of-integers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf3878b03321d26b2ee44c4e4fbd6b98?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cliffbott</media:title>
		</media:content>
	</item>
		<item>
		<title>Prime powers in integers, least common multiples, factorials and binomial coefficients</title>
		<link>http://someclassicalmaths.wordpress.com/2011/10/15/prime-powers-in-integers-least-common-multiples-factorials-and-binomial-coefficients/</link>
		<comments>http://someclassicalmaths.wordpress.com/2011/10/15/prime-powers-in-integers-least-common-multiples-factorials-and-binomial-coefficients/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 09:08:22 +0000</pubDate>
		<dc:creator>Cliff Bott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://someclassicalmaths.wordpress.com/?p=808</guid>
		<description><![CDATA[The following theorems are usually considered so elementary by professional mathematicians that they are stated without proof.  For hobbyists like me, to whom they may not be so transparent, proofs are provided in the attached pdf.  In what follows (1) indpn represents the index of the prime p in the prime composition of n &#8211; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=someclassicalmaths.wordpress.com&amp;blog=8503104&amp;post=808&amp;subd=someclassicalmaths&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The following theorems are usually considered so elementary by professional mathematicians that they are stated without proof.  For hobbyists like me, to whom they may not be so transparent, proofs are provided in the <a href="http://someclassicalmaths.files.wordpress.com/2011/10/prime-powers-in-integers.pdf">attached pdf</a>.  In what follows (1) ind<sub>p</sub>n represents the index of the prime p in the prime composition of n &#8211; for example ind<sub>2</sub> 24 = 3, ind<sub>3</sub> 24 = 1, ind<sub>5</sub> 24 = 0  (2) [n] is the largest integer less than or equal to n and (3) L<sub>n</sub> is the least positive integer divisible by each of 1, 2, &#8230; , n.</p>
<p style="padding-left:30px;"><img src='http://s0.wp.com/latex.php?latex=Theorem+%5C%3A+1%3A+%5C%3A+ind_%7Bp%7D+%5C%3An+%5Cle+%5Cln+n+%2F+%5Cln+p+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='Theorem &#92;: 1: &#92;: ind_{p} &#92;:n &#92;le &#92;ln n / &#92;ln p ' title='Theorem &#92;: 1: &#92;: ind_{p} &#92;:n &#92;le &#92;ln n / &#92;ln p ' class='latex' /></p>
<p style="padding-left:30px;"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+Theorem+%5C%3A+2%3A+%5C%3A+ind_%7Bp%7D%5C%3A+L_%7Bn%7D+%3D%5Cleft%5B%5Cfrac%7B%5Cln+n%7D%7B%5Cln+p%7D+%5Cright%5D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle Theorem &#92;: 2: &#92;: ind_{p}&#92;: L_{n} =&#92;left[&#92;frac{&#92;ln n}{&#92;ln p} &#92;right] ' title='&#92;displaystyle Theorem &#92;: 2: &#92;: ind_{p}&#92;: L_{n} =&#92;left[&#92;frac{&#92;ln n}{&#92;ln p} &#92;right] ' class='latex' /></p>
<p style="padding-left:30px;"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+Theorem+%5C%3A+3%3A+%5C%3A+ind_%7Bp%7D+%5C%3A+n%21%3D%5Csum_%7Bm+%5Cgeq+1%7D+%5Cleft%5B%5Cfrac%7Bn%7D%7Bp%5Em%7D+%5Cright%5D+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle Theorem &#92;: 3: &#92;: ind_{p} &#92;: n!=&#92;sum_{m &#92;geq 1} &#92;left[&#92;frac{n}{p^m} &#92;right] ' title='&#92;displaystyle Theorem &#92;: 3: &#92;: ind_{p} &#92;: n!=&#92;sum_{m &#92;geq 1} &#92;left[&#92;frac{n}{p^m} &#92;right] ' class='latex' /></p>
<p style="padding-left:30px;"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+Theorem+%5C%3A4%3A+%5C%3A+ind_%7Bp%7D+%5C%3A+%5Cbinom+%7Bn%7D%7Bk%7D+%5Cleq+%5Cleft%5B+%5Cfrac+%7B%5Cln+n%7D%7B%5Cln+p%7D+%5Cright%5D+-+ind_%7Bp%7D+%5C%3A+k+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle Theorem &#92;:4: &#92;: ind_{p} &#92;: &#92;binom {n}{k} &#92;leq &#92;left[ &#92;frac {&#92;ln n}{&#92;ln p} &#92;right] - ind_{p} &#92;: k ' title='&#92;displaystyle Theorem &#92;:4: &#92;: ind_{p} &#92;: &#92;binom {n}{k} &#92;leq &#92;left[ &#92;frac {&#92;ln n}{&#92;ln p} &#92;right] - ind_{p} &#92;: k ' class='latex' /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/someclassicalmaths.wordpress.com/808/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/someclassicalmaths.wordpress.com/808/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/someclassicalmaths.wordpress.com/808/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/someclassicalmaths.wordpress.com/808/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/someclassicalmaths.wordpress.com/808/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/someclassicalmaths.wordpress.com/808/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/someclassicalmaths.wordpress.com/808/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/someclassicalmaths.wordpress.com/808/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/someclassicalmaths.wordpress.com/808/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/someclassicalmaths.wordpress.com/808/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/someclassicalmaths.wordpress.com/808/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/someclassicalmaths.wordpress.com/808/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/someclassicalmaths.wordpress.com/808/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/someclassicalmaths.wordpress.com/808/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=someclassicalmaths.wordpress.com&amp;blog=8503104&amp;post=808&amp;subd=someclassicalmaths&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://someclassicalmaths.wordpress.com/2011/10/15/prime-powers-in-integers-least-common-multiples-factorials-and-binomial-coefficients/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf3878b03321d26b2ee44c4e4fbd6b98?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cliffbott</media:title>
		</media:content>
	</item>
	</channel>
</rss>
