<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.kram.nz/index.php?action=history&amp;feed=atom&amp;title=211Lecture4</id>
	<title>211Lecture4 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.kram.nz/index.php?action=history&amp;feed=atom&amp;title=211Lecture4"/>
	<link rel="alternate" type="text/html" href="https://wiki.kram.nz/index.php?title=211Lecture4&amp;action=history"/>
	<updated>2026-05-19T09:02:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.kram.nz/index.php?title=211Lecture4&amp;diff=286&amp;oldid=prev</id>
		<title>Mark: 1 revision(s)</title>
		<link rel="alternate" type="text/html" href="https://wiki.kram.nz/index.php?title=211Lecture4&amp;diff=286&amp;oldid=prev"/>
		<updated>2008-03-08T22:35:28Z</updated>

		<summary type="html">&lt;p&gt;1 revision(s)&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en-GB&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 22:35, 8 March 2008&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en-GB&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key mediawiki-mw_:diff:1.41:old-285:rev-286 --&gt;
&lt;/table&gt;</summary>
		<author><name>Mark</name></author>
	</entry>
	<entry>
		<id>https://wiki.kram.nz/index.php?title=211Lecture4&amp;diff=285&amp;oldid=prev</id>
		<title>127.0.0.1 at 03:45, 21 July 2006</title>
		<link rel="alternate" type="text/html" href="https://wiki.kram.nz/index.php?title=211Lecture4&amp;diff=285&amp;oldid=prev"/>
		<updated>2006-07-21T03:45:23Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;pavel@cs.auckland.ac.nz&lt;br /&gt;
&lt;br /&gt;
576(CS Building)&lt;br /&gt;
&lt;br /&gt;
1pm-2pm Tuesday = Office hours&lt;br /&gt;
&lt;br /&gt;
=Questions=&lt;br /&gt;
&lt;br /&gt;
==Example 1==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;If n, m are odd numbers, then n.m is odd.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
===Proof===&lt;br /&gt;
&lt;br /&gt;
There are Integer numbers K and L such that&lt;br /&gt;
&lt;br /&gt;
n=2K+1, m=2L+1&lt;br /&gt;
&lt;br /&gt;
n.m = (2K+1).(2L+1) = 4KL+2(K+L)+1    - this is an odd number&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Example 2==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;If p,q are rational numbers, then p-q is rational.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
===Proof===&lt;br /&gt;
&lt;br /&gt;
p=n/m, where n,m are Integers and m != 0.&lt;br /&gt;
&lt;br /&gt;
q=l/k where k, and l are Integers and k != 0.&lt;br /&gt;
&lt;br /&gt;
p-q = n/m - l/k = (nk-lm)/mk = this is a rational number.&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;Example 1&amp;#039;&amp;#039; and &amp;#039;&amp;#039;Example 2&amp;#039;&amp;#039; are examples of &amp;#039;&amp;#039;&amp;#039;direct&amp;#039;&amp;#039;&amp;#039; proofs.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Example 3==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;If p is rational, and q is an irrational number, then p+q is irrational.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
===Proof===&lt;br /&gt;
&lt;br /&gt;
Assume that p+q is rational. Let l=p+q.&lt;br /&gt;
&lt;br /&gt;
q = t - p is a rational number. By hypothesis, it is Irrational&lt;br /&gt;
&lt;br /&gt;
* This example is done using proof by &amp;#039;&amp;#039;contradiction&amp;#039;&amp;#039;.  QED&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Example 4==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;If 3/(n^2) then 3/n, where n is an Integer.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
===Proof===&lt;br /&gt;
&lt;br /&gt;
Assume that 3/(n^2)&lt;br /&gt;
&lt;br /&gt;
n = 3k + r, where 0&amp;lt;=r&amp;lt;=3 (r is the remainder) r = 0,1,2&lt;br /&gt;
&lt;br /&gt;
So r can be 1 or 2&lt;br /&gt;
&lt;br /&gt;
# let r = 1&lt;br /&gt;
##n^2 = (3k+1)^2 = y*x^2 + b*k+1   hence 3/(n^2)&lt;br /&gt;
# let r = 2&lt;br /&gt;
##n^2 = (3k+2)^2 = 9k^2 + 12k + 4 =&lt;br /&gt;
##3(3k^2 + 4k +1) + 1      thus 3/(n^2)  QED&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Example 5==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;sqrt(3) is Irrational&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
===Proof===&lt;br /&gt;
&lt;br /&gt;
Assume that sqrt(3) = n/m, where n,m are Integers, m != 0 , &amp;#039;&amp;#039;and n,m do not have common factors&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
Therefore 3 = n/m =&amp;gt; 3m^2 = n^2 Then 3/(n^2) =&amp;gt; 3/n.&lt;br /&gt;
&lt;br /&gt;
There is k  such that n = 3k.   3m^2 = 9k^2 =&amp;gt; m^2=3k^2&lt;br /&gt;
&lt;br /&gt;
So 3/m - then 3/m&lt;br /&gt;
&lt;br /&gt;
If sqrt(3) = n/m then 3/n and 3/m    n=3n&amp;#039;, m=3m&amp;#039;&lt;br /&gt;
&lt;br /&gt;
sqrt(3) = n&amp;#039;/m&amp;#039;&lt;/div&gt;</summary>
		<author><name>127.0.0.1</name></author>
	</entry>
</feed>