<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://drorbn.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hameeral</id>
	<title>Drorbn - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://drorbn.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hameeral"/>
	<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=Special:Contributions/Hameeral"/>
	<updated>2026-05-06T23:51:10Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://drorbn.net/index.php?title=1617-257/Classnotes_for_Friday_October_14&amp;diff=15509</id>
		<title>1617-257/Classnotes for Friday October 14</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=1617-257/Classnotes_for_Friday_October_14&amp;diff=15509"/>
		<updated>2016-10-20T02:50:42Z</updated>

		<summary type="html">&lt;p&gt;Hameeral: Write up the proof of symmetry of second partial derivatives.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{1617-257/Navigation}}&lt;br /&gt;
&lt;br /&gt;
{{1617-257:Dror/Students Divider}}&lt;br /&gt;
&lt;br /&gt;
== Symmetry of Second Partial Derivatives ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;(Note: This is based off of the proof in the textbook, and may be slightly different from how it was presented in lecture.)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Theorem ===&lt;br /&gt;
&lt;br /&gt;
Let &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt; be an open subset of &amp;lt;math&amp;gt;\mathbb{R}^2&amp;lt;/math&amp;gt;, and let &amp;lt;math&amp;gt;f: A \rightarrow \mathbb{R}&amp;lt;/math&amp;gt; be of class &amp;lt;math&amp;gt;C^2&amp;lt;/math&amp;gt;. Then, for all &amp;lt;math&amp;gt;c \in A&amp;lt;/math&amp;gt;, we have that &amp;lt;math&amp;gt;D_1 D_2 f(c) = D_2 D_1 f(c)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Proof ===&lt;br /&gt;
&lt;br /&gt;
==== Step 1 ====&lt;br /&gt;
&lt;br /&gt;
We begin by defining a function that will help us in our proof. Let &amp;lt;math&amp;gt;(a, b) \in A \subseteq \mathbb{R}^2&amp;lt;/math&amp;gt; be an arbitrary point. We then define the function &amp;lt;math&amp;gt;\lambda&amp;lt;/math&amp;gt; as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\lambda(h, k) = f(a + h, b + k) - f(a + h, b) - f(a, b + k) + f(a, b)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Why do we define such a function? In fact, we can define both of the partial derivatives in question in terms of &amp;lt;math&amp;gt;\lambda&amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align}&lt;br /&gt;
D_1 D_2 f(a, b) &amp;amp; = \frac{\partial}{\partial x} \frac{\partial f}{\partial y} (a, b) \\&lt;br /&gt;
&amp;amp; = \lim_{h \to 0} (\frac{1}{h}) [\frac{\partial f}{\partial y} (a + h, b)] - [\frac{\partial f}{\partial y} (a, b)] \\&lt;br /&gt;
&amp;amp; = \lim_{h \to 0} (\frac{1}{h}) [\lim_{k \to 0} (\frac{1}{k}) f(a + h, b + k) - f(a + h, b)] - [\lim_{k \to 0} (\frac{1}{k}) f(a, b + k) - f(a, b)] \\&lt;br /&gt;
&amp;amp; = \lim_{h \to 0} (\frac{1}{h}) [\lim_{k \to 0} (\frac{1}{k}) f(a + h, b + k) - f(a + h, b) - f(a, b + k) + f(a, b)] \\&lt;br /&gt;
&amp;amp; = \lim_{h \to 0} \lim_{k \to 0} (\frac{1}{hk}) [f(a + h, b + k) - f(a + h, b) - f(a, b + k) + f(a, b)] \\&lt;br /&gt;
&amp;amp; = \lim_{h \to 0} \lim_{k \to 0} (\frac{1}{hk}) \lambda(h, k)&lt;br /&gt;
\end{align}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And similarly for &amp;lt;math&amp;gt;D_2 D_1 f(a, b)&amp;lt;/math&amp;gt;, but with the two limits taken in the opposite order.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 ====&lt;br /&gt;
&lt;br /&gt;
Now, let&#039;s make use of this function. Let us consider the square &amp;lt;math&amp;gt;Q = [a, a + h] \times [b, b + k]&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;h&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt; are so small that &amp;lt;math&amp;gt;Q \subseteq A&amp;lt;/math&amp;gt;. We will show that there exist points &amp;lt;math&amp;gt;p, q \in Q&amp;lt;/math&amp;gt; such that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align}&lt;br /&gt;
&amp;amp; \lambda(h, k) = D_2 D_1 f(p) \cdot hk \\&lt;br /&gt;
&amp;amp; \lambda(h, k) = D_1 D_2 f(q) \cdot hk&lt;br /&gt;
\end{align}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The proofs of the two equalities are symmetric, and thus we only explicitly prove the first one. We will prove this through a double application of the mean value theorem.&lt;br /&gt;
&lt;br /&gt;
Consider the function &amp;lt;math&amp;gt;\phi&amp;lt;/math&amp;gt;, defined such that &amp;lt;math&amp;gt;\phi(s) = f(s, b + k) - f(s, b)&amp;lt;/math&amp;gt;. Then &amp;lt;math&amp;gt;\phi(a + h) - \phi(a) = \lambda(h, k)&amp;lt;/math&amp;gt;. By hypothesis, &amp;lt;math&amp;gt;D_1 f&amp;lt;/math&amp;gt; exists at all points of &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt;, so we can differentiate &amp;lt;math&amp;gt;\phi&amp;lt;/math&amp;gt; with respect to the first variable of &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; on the interval &amp;lt;math&amp;gt;[a, a + h]&amp;lt;/math&amp;gt;. By the mean value theorem, this means that there exists a point &amp;lt;math&amp;gt;s_0 \in [a, a + h]&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;\lambda(h, k) = \phi(a + h) - \phi(a) = \phi^\prime(s_0) \cdot h = [D_1 f(s_0, b + k) - D_1 f(s_0, b)] \cdot h&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Now we want to apply the mean value theorem one more time. Consider the function &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt;, defined such that &amp;lt;math&amp;gt;\gamma(t) = D_1 f(s_0, t)&amp;lt;/math&amp;gt;. By hypothesis, &amp;lt;math&amp;gt;D_2 D_1 f&amp;lt;/math&amp;gt; exists at all points of &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt;, so we can differentiate &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt; with respect to the second variable of &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; on the interval &amp;lt;math&amp;gt;[b, b + k]&amp;lt;/math&amp;gt;. So, by the mean value theorem, there exists a point &amp;lt;math&amp;gt;t_0 \in [b, b + k]&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;\gamma(b + k) - \gamma(b) = \gamma^\prime(t_0) \cdot k&amp;lt;/math&amp;gt;. Thus:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align}&lt;br /&gt;
\lambda(h, k) &amp;amp; = [D_1 f(s_0, b + k) - D_1 f(s_0, b)] \cdot h \\&lt;br /&gt;
&amp;amp; = [\gamma(b + k) - \gamma(b)] \cdot h \\&lt;br /&gt;
&amp;amp; = \gamma^\prime(t_0) \cdot hk \\&lt;br /&gt;
&amp;amp; = D_2 D_1 f(s_0, t_0) \cdot hk&lt;br /&gt;
\end{align}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 ====&lt;br /&gt;
&lt;br /&gt;
Now we can prove the theorem. Let &amp;lt;math&amp;gt;c = (a, b) \in A&amp;lt;/math&amp;gt;, and let &amp;lt;math&amp;gt;t &amp;gt; 0&amp;lt;/math&amp;gt; be so small that &amp;lt;math&amp;gt;Q_t = [a, a + t] \times [b, b + t] \subseteq A&amp;lt;/math&amp;gt;. By what we have just shown, &amp;lt;math&amp;gt;\lambda(t, t) = D_2 D_1 f(p_t) \cdot t^2&amp;lt;/math&amp;gt;, for some &amp;lt;math&amp;gt;p_t \in Q_t&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt; is the length of the sides of the rectangle &amp;lt;math&amp;gt;Q_t&amp;lt;/math&amp;gt;, so as &amp;lt;math&amp;gt;t \rightarrow 0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_t \rightarrow c&amp;lt;/math&amp;gt;. By hypothesis, &amp;lt;math&amp;gt;D_2 D_1 f&amp;lt;/math&amp;gt; is continuous, and so as &amp;lt;math&amp;gt;p_t \rightarrow c&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;D_2 D_1 f(p_t) \rightarrow D_2 D_1 f(c)&amp;lt;/math&amp;gt;. Thus:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\lim_{t \to 0} \frac{\lambda(t, t)}{t^2} = D_2 D_1 f(c)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
We can use the same argument, and the second equality from step 2, to show that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\lim_{t \to 0} \frac{\lambda(t, t)}{t^2} = D_1 D_2 f(c)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Therefore, by the uniqueness of limits, the two quantities must be equal. &amp;lt;math&amp;gt;\square&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Handwritten Lecture Notes in PDF ==&lt;br /&gt;
[[Media:1617-257(lecture14).PDF|MAT257 - Lecture14 (Oct 14)]]&lt;/div&gt;</summary>
		<author><name>Hameeral</name></author>
	</entry>
	<entry>
		<id>https://drorbn.net/index.php?title=1617-257/Navigation&amp;diff=15334</id>
		<title>1617-257/Navigation</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=1617-257/Navigation&amp;diff=15334"/>
		<updated>2016-09-20T04:05:52Z</updated>

		<summary type="html">&lt;p&gt;Hameeral: Move extra problems to their lecture pages&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;Back to [[1617-257]].&amp;lt;br/&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1px&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;font-size: small; align: left&amp;quot;&lt;br /&gt;
|- align=center style=&amp;quot;color: red;&amp;quot;&lt;br /&gt;
|colspan=3|&#039;&#039;&#039;Welcome to Math 257&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size: 250%&amp;quot;&amp;gt;Class Moved!&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As of now yet only until the end of this semester, we meet at [http://osm.utoronto.ca/class_spec/f?p=210:1:918950691886201::NO::: MC 254]!&lt;br /&gt;
|- align=left&lt;br /&gt;
!#&lt;br /&gt;
!Week of...&lt;br /&gt;
!Notes and Links&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|1&lt;br /&gt;
|Sep 12&lt;br /&gt;
|[[1617-257/About This Class|About This Class]]; Day 1 Handout ({{pensieve link|Classes/1617-257-AnalysisII/160912/Day1.pdf|pdf}}, {{pensieve link|Classes/1617-257-AnalysisII/160912/Day1.html|html}}); [[1617-257/Classnotes for Monday September 12|Monday]], [[1617-257/Classnotes for Wednesday September 14|Wednesday]], [[1617-257/Classnotes for Friday September 16|Friday]], Day 2 Handout ({{pensieve link|Classes/1617-257-AnalysisII/160914/Day2.pdf|pdf}}, {{pensieve link|Classes/1617-257-AnalysisII/160914/Day2.html|html}}); [[Media:1617-257_Notes_First week.pdf|First Week Notes]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|2&lt;br /&gt;
|Sep 19&lt;br /&gt;
|[[1617-257/Classnotes for Monday September 19|Monday]], [[1617-257/Classnotes for Wednesday September 21|Wednesday]], [[1617-257/Classnotes for Friday September 23|Friday]], [[1617-257/Homework Assignment 1|HW1]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|3&lt;br /&gt;
|Sep 26&lt;br /&gt;
|[[1617-257/Classnotes for Monday September 26|Monday]], [[1617-257/Classnotes for Wednesday September 28|Wednesday]], [[1617-257/Classnotes for Friday September 30|Friday]], [[1617-257/Homework Assignment 2|HW2]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|4&lt;br /&gt;
|Oct 3&lt;br /&gt;
|[[1617-257/Classnotes for Monday October 3|Monday]], [[1617-257/Classnotes for Wednesday October 5|Wednesday]], [[1617-257/Classnotes for Friday October 7|Friday]], [[1617-257/Homework Assignment 3|HW3]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|5&lt;br /&gt;
|Oct 10&lt;br /&gt;
|Monday is Thanksgiving, no class; [[1617-257/Homework Assignment 4|HW4]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|6&lt;br /&gt;
|Oct 17&lt;br /&gt;
|[[1617-257/Homework Assignment 5|HW5]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|7&lt;br /&gt;
|Oct 24&lt;br /&gt;
|&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|8&lt;br /&gt;
|Oct 31&lt;br /&gt;
|Monday is last day to switch to MAT 235; Term test 1 on Tuesday at 5-7PM; [[1617-257/Homework Assignment 6|HW6]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|9&lt;br /&gt;
|Nov 7&lt;br /&gt;
|Monday is last day to switch to MAT 237; Monday-Tuesday is UofT Fall Break; [[1617-257/Homework Assignment 7|HW7]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|10&lt;br /&gt;
|Nov 14&lt;br /&gt;
|[[1617-257/Homework Assignment 8|HW8]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|11&lt;br /&gt;
|Nov 21&lt;br /&gt;
|[[1617-257/Homework Assignment 9|HW9]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|12&lt;br /&gt;
|Nov 28&lt;br /&gt;
|[[1617-257/Homework Assignment 10|HW10]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|13&lt;br /&gt;
|Dec 5&lt;br /&gt;
|Semester ends on Wednesday - no class Friday.&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|B&lt;br /&gt;
|Dec 12,19,26, Jan 2&lt;br /&gt;
|No classes: other classes&#039; finals, winter break.&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|14&lt;br /&gt;
|Jan 9&lt;br /&gt;
|&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|15&lt;br /&gt;
|Jan 16&lt;br /&gt;
|Term test 2 on Tuesday at 5-7PM; [[1617-257/Homework Assignment 11|HW11]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|16&lt;br /&gt;
|Jan 23&lt;br /&gt;
|[[1617-257/Homework Assignment 12|HW12]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|17&lt;br /&gt;
|Jan 30&lt;br /&gt;
|[[1617-257/Homework Assignment 13|HW13]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|18&lt;br /&gt;
|Feb 6&lt;br /&gt;
|[[1617-257/Homework Assignment 14|HW14]]; UofT examination table posted on Friday.&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|19&lt;br /&gt;
|Feb 13&lt;br /&gt;
|[[1617-257/Homework Assignment 15|HW15]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|R&lt;br /&gt;
|Feb 20&lt;br /&gt;
|Reading week - no classes.&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|20&lt;br /&gt;
|Feb 27&lt;br /&gt;
|[[1617-257/Homework Assignment 16|HW16]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|21&lt;br /&gt;
|Mar 6&lt;br /&gt;
|&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|22&lt;br /&gt;
|Mar 13&lt;br /&gt;
|Term test 3 on Tuesday at 5-7PM; [[1617-257/Homework Assignment 17|HW17]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|23&lt;br /&gt;
|Mar 20&lt;br /&gt;
|[[1617-257/Homework Assignment 18|HW18]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|24&lt;br /&gt;
|Mar 27&lt;br /&gt;
|[[1617-257/Homework Assignment 19|HW19]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|25&lt;br /&gt;
|Apr 3&lt;br /&gt;
|Semester ends on Wednesday - no class Friday.&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|F&lt;br /&gt;
|Apr10-28&lt;br /&gt;
|[[1617-257/The Final Exam|The Final Exam]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|colspan=3 align=center|[[1617-257/Register of Good Deeds|Register of Good Deeds]]&lt;br /&gt;
|- align=left&lt;br /&gt;
|colspan=3 align=center|[[Image:1617-257-ClassPhoto.jpg|310px|Class Photo]]&amp;lt;br/&amp;gt;[[1617-257/Class Photo|Add your name / see who&#039;s in!]]&lt;br /&gt;
|- align=left&lt;br /&gt;
|colspan=3 align=center|&amp;lt;math&amp;gt;\int_M d\omega=\int_{\partial M}\omega&amp;lt;/math&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Hameeral</name></author>
	</entry>
	<entry>
		<id>https://drorbn.net/index.php?title=1617-257/Classnotes_for_Wednesday_September_14&amp;diff=15333</id>
		<title>1617-257/Classnotes for Wednesday September 14</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=1617-257/Classnotes_for_Wednesday_September_14&amp;diff=15333"/>
		<updated>2016-09-20T04:05:06Z</updated>

		<summary type="html">&lt;p&gt;Hameeral: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{1617-257/Navigation}}&lt;br /&gt;
&lt;br /&gt;
{{1617-257:Dror/Students Divider}}&lt;br /&gt;
&lt;br /&gt;
== Extra Problem ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:1617-256-Lecture_02_extra_problem.pdf|by [[User:Vlad|Vlad]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Hameeral</name></author>
	</entry>
	<entry>
		<id>https://drorbn.net/index.php?title=1617-257/Classnotes_for_Friday_September_16&amp;diff=15332</id>
		<title>1617-257/Classnotes for Friday September 16</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=1617-257/Classnotes_for_Friday_September_16&amp;diff=15332"/>
		<updated>2016-09-20T04:02:16Z</updated>

		<summary type="html">&lt;p&gt;Hameeral: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{1617-257/Navigation}}&lt;br /&gt;
&lt;br /&gt;
{{1617-257:Dror/Students Divider}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Typeset Lecture Notes ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lecture_03.pdf|by [[User:Vlad|Vlad]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Handwritten Lecture Notes in PDF ==&lt;br /&gt;
[[Media:1617-257(lecture3).PDF|MAT257 - Lecture3 (Sep 16)]]&lt;br /&gt;
&lt;br /&gt;
== Extra Problem ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Mat257lec2answer.pdf|by [[User:Mohan Zhang|Mohan Zhang]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Hameeral</name></author>
	</entry>
	<entry>
		<id>https://drorbn.net/index.php?title=1617-257/Navigation&amp;diff=15331</id>
		<title>1617-257/Navigation</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=1617-257/Navigation&amp;diff=15331"/>
		<updated>2016-09-20T03:58:13Z</updated>

		<summary type="html">&lt;p&gt;Hameeral: Move Friday lecture notes to their own page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;Back to [[1617-257]].&amp;lt;br/&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1px&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;font-size: small; align: left&amp;quot;&lt;br /&gt;
|- align=center style=&amp;quot;color: red;&amp;quot;&lt;br /&gt;
|colspan=3|&#039;&#039;&#039;Welcome to Math 257&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size: 250%&amp;quot;&amp;gt;Class Moved!&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As of now yet only until the end of this semester, we meet at [http://osm.utoronto.ca/class_spec/f?p=210:1:918950691886201::NO::: MC 254]!&lt;br /&gt;
|- align=left&lt;br /&gt;
!#&lt;br /&gt;
!Week of...&lt;br /&gt;
!Notes and Links&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|1&lt;br /&gt;
|Sep 12&lt;br /&gt;
|[[1617-257/About This Class|About This Class]]; Day 1 Handout ({{pensieve link|Classes/1617-257-AnalysisII/160912/Day1.pdf|pdf}}, {{pensieve link|Classes/1617-257-AnalysisII/160912/Day1.html|html}}); [[1617-257/Classnotes for Monday September 12|Monday]], [[1617-257/Classnotes for Wednesday September 14|Wednesday]], [[1617-257/Classnotes for Friday September 16|Friday]], Day 2 Handout ({{pensieve link|Classes/1617-257-AnalysisII/160914/Day2.pdf|pdf}}, {{pensieve link|Classes/1617-257-AnalysisII/160914/Day2.html|html}}); [[Media:1617-257_Notes_First week.pdf|First Week Notes]]; [[Media:1617-256-Lecture_02_extra_problem.pdf|Lecture 2 Extra Problem]] ; [[Media:Mat257lec2answer.pdf|Lecture 3 Extra Problem]];.&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|2&lt;br /&gt;
|Sep 19&lt;br /&gt;
|[[1617-257/Classnotes for Monday September 19|Monday]], [[1617-257/Classnotes for Wednesday September 21|Wednesday]], [[1617-257/Classnotes for Friday September 23|Friday]], [[1617-257/Homework Assignment 1|HW1]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|3&lt;br /&gt;
|Sep 26&lt;br /&gt;
|[[1617-257/Classnotes for Monday September 26|Monday]], [[1617-257/Classnotes for Wednesday September 28|Wednesday]], [[1617-257/Classnotes for Friday September 30|Friday]], [[1617-257/Homework Assignment 2|HW2]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|4&lt;br /&gt;
|Oct 3&lt;br /&gt;
|[[1617-257/Classnotes for Monday October 3|Monday]], [[1617-257/Classnotes for Wednesday October 5|Wednesday]], [[1617-257/Classnotes for Friday October 7|Friday]], [[1617-257/Homework Assignment 3|HW3]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|5&lt;br /&gt;
|Oct 10&lt;br /&gt;
|Monday is Thanksgiving, no class; [[1617-257/Homework Assignment 4|HW4]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|6&lt;br /&gt;
|Oct 17&lt;br /&gt;
|[[1617-257/Homework Assignment 5|HW5]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|7&lt;br /&gt;
|Oct 24&lt;br /&gt;
|&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|8&lt;br /&gt;
|Oct 31&lt;br /&gt;
|Monday is last day to switch to MAT 235; Term test 1 on Tuesday at 5-7PM; [[1617-257/Homework Assignment 6|HW6]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|9&lt;br /&gt;
|Nov 7&lt;br /&gt;
|Monday is last day to switch to MAT 237; Monday-Tuesday is UofT Fall Break; [[1617-257/Homework Assignment 7|HW7]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|10&lt;br /&gt;
|Nov 14&lt;br /&gt;
|[[1617-257/Homework Assignment 8|HW8]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|11&lt;br /&gt;
|Nov 21&lt;br /&gt;
|[[1617-257/Homework Assignment 9|HW9]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|12&lt;br /&gt;
|Nov 28&lt;br /&gt;
|[[1617-257/Homework Assignment 10|HW10]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|13&lt;br /&gt;
|Dec 5&lt;br /&gt;
|Semester ends on Wednesday - no class Friday.&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|B&lt;br /&gt;
|Dec 12,19,26, Jan 2&lt;br /&gt;
|No classes: other classes&#039; finals, winter break.&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|14&lt;br /&gt;
|Jan 9&lt;br /&gt;
|&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|15&lt;br /&gt;
|Jan 16&lt;br /&gt;
|Term test 2 on Tuesday at 5-7PM; [[1617-257/Homework Assignment 11|HW11]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|16&lt;br /&gt;
|Jan 23&lt;br /&gt;
|[[1617-257/Homework Assignment 12|HW12]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|17&lt;br /&gt;
|Jan 30&lt;br /&gt;
|[[1617-257/Homework Assignment 13|HW13]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|18&lt;br /&gt;
|Feb 6&lt;br /&gt;
|[[1617-257/Homework Assignment 14|HW14]]; UofT examination table posted on Friday.&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|19&lt;br /&gt;
|Feb 13&lt;br /&gt;
|[[1617-257/Homework Assignment 15|HW15]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|R&lt;br /&gt;
|Feb 20&lt;br /&gt;
|Reading week - no classes.&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|20&lt;br /&gt;
|Feb 27&lt;br /&gt;
|[[1617-257/Homework Assignment 16|HW16]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|21&lt;br /&gt;
|Mar 6&lt;br /&gt;
|&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|22&lt;br /&gt;
|Mar 13&lt;br /&gt;
|Term test 3 on Tuesday at 5-7PM; [[1617-257/Homework Assignment 17|HW17]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|23&lt;br /&gt;
|Mar 20&lt;br /&gt;
|[[1617-257/Homework Assignment 18|HW18]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|24&lt;br /&gt;
|Mar 27&lt;br /&gt;
|[[1617-257/Homework Assignment 19|HW19]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|25&lt;br /&gt;
|Apr 3&lt;br /&gt;
|Semester ends on Wednesday - no class Friday.&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|F&lt;br /&gt;
|Apr10-28&lt;br /&gt;
|[[1617-257/The Final Exam|The Final Exam]].&lt;br /&gt;
|- align=left&lt;br /&gt;
|colspan=3 align=center|[[1617-257/Register of Good Deeds|Register of Good Deeds]]&lt;br /&gt;
|- align=left&lt;br /&gt;
|colspan=3 align=center|[[Image:1617-257-ClassPhoto.jpg|310px|Class Photo]]&amp;lt;br/&amp;gt;[[1617-257/Class Photo|Add your name / see who&#039;s in!]]&lt;br /&gt;
|- align=left&lt;br /&gt;
|colspan=3 align=center|&amp;lt;math&amp;gt;\int_M d\omega=\int_{\partial M}\omega&amp;lt;/math&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Hameeral</name></author>
	</entry>
	<entry>
		<id>https://drorbn.net/index.php?title=1617-257/Classnotes_for_Friday_September_16&amp;diff=15330</id>
		<title>1617-257/Classnotes for Friday September 16</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=1617-257/Classnotes_for_Friday_September_16&amp;diff=15330"/>
		<updated>2016-09-20T03:57:27Z</updated>

		<summary type="html">&lt;p&gt;Hameeral: Move lecture notes here from navigation bar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{1617-257/Navigation}}&lt;br /&gt;
&lt;br /&gt;
{{1617-257:Dror/Students Divider}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Typeset Lecture Notes ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lecture_03.pdf|by [[User:Vlad|Vlad]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Handwritten Lecture Notes in PDF ==&lt;br /&gt;
[[Media:1617-257(lecture3).PDF|MAT257 - Lecture3 (Sep 16)]]&lt;/div&gt;</summary>
		<author><name>Hameeral</name></author>
	</entry>
	<entry>
		<id>https://drorbn.net/index.php?title=14-240/Classnotes_for_Wednesday_October_8&amp;diff=13701</id>
		<title>14-240/Classnotes for Wednesday October 8</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=14-240/Classnotes_for_Wednesday_October_8&amp;diff=13701"/>
		<updated>2014-10-11T20:42:25Z</updated>

		<summary type="html">&lt;p&gt;Hameeral: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{14-240/Navigation}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Scanned Lecture Notes by [[User Yue.Jiang|Yue Jiang]]==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:October 8 note 1.jpeg|page 1&lt;br /&gt;
File:October 8 note 2.jpeg|page 2&lt;br /&gt;
File:October 8 note 3.jpeg|page 3&lt;br /&gt;
File:4.jpg|page 4&lt;br /&gt;
File:5.jpg|page 5&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Scanned Lecture Notes by [[User:AM|AM]]==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:MAT240 (Oct 8, 2014) 1 of 3.pdf|page 1&lt;br /&gt;
File:MAT240 (Oct 8, 2014) 2 of 3.pdf|page 2&lt;br /&gt;
File:MAT240 (Oct 8, 2014) 3 of 3.pdf|page 3&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Hameeral</name></author>
	</entry>
	<entry>
		<id>https://drorbn.net/index.php?title=14-240/Classnotes_for_Wednesday_October_1&amp;diff=13700</id>
		<title>14-240/Classnotes for Wednesday October 1</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=14-240/Classnotes_for_Wednesday_October_1&amp;diff=13700"/>
		<updated>2014-10-11T20:40:53Z</updated>

		<summary type="html">&lt;p&gt;Hameeral: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{14-240/Navigation}}&lt;br /&gt;
The &amp;quot;vitamins&amp;quot; slide we viewed today is {{Pensieve link|Classes/14-240/Vitamins.pdf|Vitamins.pdf}}.&lt;br /&gt;
&lt;br /&gt;
{{14-240:Dror/Students Divider}}&lt;br /&gt;
&lt;br /&gt;
==Scanned Lecture Notes by [[User:AM|AM]]==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:MAT240 Oct 1 (1 of 4).pdf|page 1&lt;br /&gt;
File:MAT240 Oct 1 (2 of 4).pdf|page 2&lt;br /&gt;
File:MAT240 Oct 1 (3 of 4).pdf|page 3&lt;br /&gt;
File:MAT240 Oct 1 (4 of 4).pdf|page 4&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Hameeral</name></author>
	</entry>
	<entry>
		<id>https://drorbn.net/index.php?title=14-240/Classnotes_for_Monday_October_6&amp;diff=13699</id>
		<title>14-240/Classnotes for Monday October 6</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=14-240/Classnotes_for_Monday_October_6&amp;diff=13699"/>
		<updated>2014-10-11T20:38:57Z</updated>

		<summary type="html">&lt;p&gt;Hameeral: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{14-240/Navigation}}&lt;br /&gt;
&lt;br /&gt;
==Scanned Lecture Notes by [[User:AM|AM]]==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:MAT240 (Oct 6, 2014) 1 of 2.pdf|page 1&lt;br /&gt;
File:MAT240 (Oct 6, 2014) 2 of 2.pdf|page 2&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Hameeral</name></author>
	</entry>
	<entry>
		<id>https://drorbn.net/index.php?title=14-240/Classnotes_for_Wednesday_September_24&amp;diff=13446</id>
		<title>14-240/Classnotes for Wednesday September 24</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=14-240/Classnotes_for_Wednesday_September_24&amp;diff=13446"/>
		<updated>2014-09-29T01:03:28Z</updated>

		<summary type="html">&lt;p&gt;Hameeral: Format scanned lecture notes into a gallery.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{14-240/Navigation}}&lt;br /&gt;
&lt;br /&gt;
==Scanned Lecture Notes by [[User:AM|AM]]==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:MAT240 Sept 22 (1 of 4).pdf|page 1&lt;br /&gt;
File:MAT240 Sept 24 (2 of 4).pdf|page 2&lt;br /&gt;
File:MAT240 Sept 24 (3 of4).pdf|page 3&lt;br /&gt;
File:MAT240 Sept 24 (4 of 4).pdf|page 4&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Hameeral</name></author>
	</entry>
	<entry>
		<id>https://drorbn.net/index.php?title=14-240/Classnotes_for_Monday_September_22&amp;diff=13445</id>
		<title>14-240/Classnotes for Monday September 22</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=14-240/Classnotes_for_Monday_September_22&amp;diff=13445"/>
		<updated>2014-09-29T01:02:08Z</updated>

		<summary type="html">&lt;p&gt;Hameeral: Format scanned lecture notes into a gallery.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{14-240/Navigation}}&lt;br /&gt;
Polar coordinates:&lt;br /&gt;
* &amp;lt;math&amp;gt;r \times e^{i\theta} = r \times cos\theta + i \times rsin\theta&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;r_1 \times e^{i\theta_2} = r_1 \times (cos\theta + sin\theta&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The Fundamantal Theorem of Algebra:&lt;br /&gt;
&amp;lt;math&amp;gt;a_n \times z^{n} + a_n-1 \times z^{n-1} + \dots + a_0&amp;lt;/math&amp;gt;&lt;br /&gt;
where &amp;lt;math&amp;gt;a_i \in C &amp;lt;/math&amp;gt;and&amp;lt;math&amp;gt; a_i != 0&amp;lt;/math&amp;gt; has a soluion &amp;lt;math&amp;gt;z \in C&amp;lt;/math&amp;gt;&lt;br /&gt;
In particular, &amp;lt;math&amp;gt;z^{2} - 1 = 0&amp;lt;/math&amp;gt; has a solution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Forces can multiple by a &amp;quot;scalar&amp;quot;(number).&lt;br /&gt;
No &amp;quot;multiplication&amp;quot; of forces.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Definition of Vector Space:&lt;br /&gt;
A &amp;quot;Vector Space&amp;quot; over a field F is a set V with a special element &amp;lt;math&amp;gt;O_v \in V&amp;lt;/math&amp;gt; and two binary operations:&lt;br /&gt;
* &amp;lt;math&amp;gt;+ : V \times V -&amp;gt; V&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;\times : V \times V -&amp;gt; V&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
s.t.&lt;br /&gt;
* &amp;lt;math&amp;gt;VS_1 : \forall x, y \in V, x + y = y + x&amp;lt;/math&amp;gt;.&lt;br /&gt;
* &amp;lt;math&amp;gt;VS_2 : \forall x, y, z \in V, x + (y + z) = (x + y) + z&amp;lt;/math&amp;gt;.&lt;br /&gt;
* &amp;lt;math&amp;gt;VS_3 : \forall x \in V, x + 0 = x&amp;lt;/math&amp;gt;.&lt;br /&gt;
* &amp;lt;math&amp;gt;VS_4 : \forall x \in V, \exists y \in V, x + y = 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
* &amp;lt;math&amp;gt;VS_5 : \forall x \in V, 1 \times x = x&amp;lt;/math&amp;gt;.&lt;br /&gt;
* &amp;lt;math&amp;gt;VS_6 : \forall a, b \in F, \forall x \in V, a(bx) = (ab)x&amp;lt;/math&amp;gt;.&lt;br /&gt;
* &amp;lt;math&amp;gt;VS_7 : \forall a \in F, \forall x, y \in V, a(x + y) = ax + ay&amp;lt;/math&amp;gt;.&lt;br /&gt;
* &amp;lt;math&amp;gt;VS_8 : \forall a, b \in F, \forall x \in V, (a + b)x = ax + bx&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Scanned Lecture Notes by [[User:AM|AM]]==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:MAT240 Sept 22,14 (1 of 2).pdf|page 1&lt;br /&gt;
File:MAT240 Sept 22,14 (2 of 2).pdf|page 2&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Hameeral</name></author>
	</entry>
	<entry>
		<id>https://drorbn.net/index.php?title=14-240/Classnotes_for_Wednesday_September_17&amp;diff=13444</id>
		<title>14-240/Classnotes for Wednesday September 17</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=14-240/Classnotes_for_Wednesday_September_17&amp;diff=13444"/>
		<updated>2014-09-29T01:00:26Z</updated>

		<summary type="html">&lt;p&gt;Hameeral: Format scanned lecture notes into a gallery.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{14-240/Navigation}}&lt;br /&gt;
Today&#039;s handout was {{Pensieve link|Classes/14-240/nb/TheComplexField.pdf|TheComplexField.pdf}}.&lt;br /&gt;
&lt;br /&gt;
{{14-240:Dror/Students Divider}}&lt;br /&gt;
&lt;br /&gt;
==Scanned Lecture Notes by [[User:AM|AM]]==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:MAT240 Sept 17 (1 of 2).pdf|page 1&lt;br /&gt;
File:MAT240 Sept 17 (2 of 2).pdf|page 2&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Hameeral</name></author>
	</entry>
	<entry>
		<id>https://drorbn.net/index.php?title=14-240/Classnotes_for_Monday_September_15&amp;diff=13443</id>
		<title>14-240/Classnotes for Monday September 15</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=14-240/Classnotes_for_Monday_September_15&amp;diff=13443"/>
		<updated>2014-09-29T00:58:45Z</updated>

		<summary type="html">&lt;p&gt;Hameeral: Format scanned lecture notes into a gallery.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{14-240/Navigation}}&lt;br /&gt;
==Definition of Subtraction and Division==&lt;br /&gt;
* Subtraction: if &amp;lt;math&amp;gt;a, b \in F, a - b = a + (-b)&amp;lt;/math&amp;gt;.&lt;br /&gt;
* Division: if &amp;lt;math&amp;gt;a, b \in F, a / b = a \times b^{-1}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Basic Properties of a Field (cont&#039;d)==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;8.&#039;&#039;&#039; &amp;lt;math&amp;gt;\forall a \in F&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;a \times 0 = 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
;Proof of 8&lt;br /&gt;
:By F3 , &amp;lt;math&amp;gt;a \times 0 = a \times (0 + 0)&amp;lt;/math&amp;gt;&lt;br /&gt;
:By F5 , &amp;lt;math&amp;gt;a \times (0 + 0) = a \times 0 + a \times 0&amp;lt;/math&amp;gt;;&lt;br /&gt;
:By F3 , &amp;lt;math&amp;gt;a \times 0 = 0 + a \times 0&amp;lt;/math&amp;gt;;&lt;br /&gt;
:By Thm P1, &amp;lt;math&amp;gt;0 = a \times 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
        &lt;br /&gt;
&#039;&#039;&#039;9.&#039;&#039;&#039; &amp;lt;math&amp;gt;\nexists b \in F&amp;lt;/math&amp;gt; s.t. &amp;lt;math&amp;gt;0 \times b = 1&amp;lt;/math&amp;gt;;&lt;br /&gt;
:&amp;lt;math&amp;gt;\forall b \in F&amp;lt;/math&amp;gt; s.t. &amp;lt;math&amp;gt;0 \times b \neq 1&amp;lt;/math&amp;gt;.&lt;br /&gt;
;Proof of 9&lt;br /&gt;
:By F3 , &amp;lt;math&amp;gt;\times b = 0 \neq 1&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;10.&#039;&#039;&#039; &amp;lt;math&amp;gt;(-a) \times b = a \times (-b) = -(a \times b)&amp;lt;/math&amp;gt;.&lt;br /&gt;
      &lt;br /&gt;
&#039;&#039;&#039;11.&#039;&#039;&#039; &amp;lt;math&amp;gt;(-a) \times (-b) = a \times b&amp;lt;/math&amp;gt;.&lt;br /&gt;
       &lt;br /&gt;
&#039;&#039;&#039;12.&#039;&#039;&#039; &amp;lt;math&amp;gt;a \times b = 0 \iff a = 0&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;b = 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
;Proof of 12&lt;br /&gt;
:&#039;&#039;&#039;&amp;lt;= :&#039;&#039;&#039; &lt;br /&gt;
:By P8 , if &amp;lt;math&amp;gt;a = 0&amp;lt;/math&amp;gt; , then &amp;lt;math&amp;gt;a \times b = 0 \times b = 0&amp;lt;/math&amp;gt;;&lt;br /&gt;
:By P8 , if &amp;lt;math&amp;gt;b = 0&amp;lt;/math&amp;gt; , then &amp;lt;math&amp;gt;a \times b = a \times 0 = 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
:&#039;&#039;&#039;=&amp;gt; :&#039;&#039;&#039; Assume &amp;lt;math&amp;gt;a \times b = 0 &amp;lt;/math&amp;gt; , if a = 0 we are done;&lt;br /&gt;
:Otherwise , by P8 , &amp;lt;math&amp;gt;a \neq 0 &amp;lt;/math&amp;gt; and we have &amp;lt;math&amp;gt;a \times b = 0 = a \times 0&amp;lt;/math&amp;gt;;  &lt;br /&gt;
:by cancellation (P2) , &amp;lt;math&amp;gt;b = 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
        &lt;br /&gt;
&amp;lt;math&amp;gt;(a + b) \times (a - b) = a^2 - b^2&amp;lt;/math&amp;gt;.&lt;br /&gt;
;Proof&lt;br /&gt;
:By F5 , &amp;lt;math&amp;gt;(a + b) \times (a - b) = a \times (a + (-b)) + b \times (a + (-b))&amp;lt;/math&amp;gt;&lt;br /&gt;
:&amp;lt;math&amp;gt;= a^2 - b^2&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Theorem==&lt;br /&gt;
&amp;lt;math&amp;gt;\exists! \iota : \Z \rightarrow F&amp;lt;/math&amp;gt;  s.t.&lt;br /&gt;
:1. &amp;lt;math&amp;gt;\iota(0) = 0 , \iota(1) = 1&amp;lt;/math&amp;gt;;&lt;br /&gt;
:2. &amp;lt;math&amp;gt;\forall m ,n \in \Z, \iota(m+n) = \iota(m) + \iota(n)&amp;lt;/math&amp;gt;;&lt;br /&gt;
:3. &amp;lt;math&amp;gt;\forall m ,n \in \Z, \iota(m\times n) = \iota(m) \times \iota(n)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
;Examples&lt;br /&gt;
&amp;lt;math&amp;gt;\iota(2) = \iota(1+1) = \iota(1) + \iota(1) = 1 + 1;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;\iota(3) = \iota(2+1) = \iota(2) + \iota(1) = \iota(2) + 1;&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
......                                                                          &lt;br /&gt;
      &lt;br /&gt;
In F2:&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align}&lt;br /&gt;
27 ----&amp;gt; \iota(27) &amp;amp;= \iota(26 + 1)\\&lt;br /&gt;
&amp;amp;= \iota(26) + \iota(1)\\&lt;br /&gt;
&amp;amp;= \iota(26) + 1\\&lt;br /&gt;
&amp;amp;= \iota(13 \times 2) + 1\\&lt;br /&gt;
&amp;amp;= \iota(2) \times \iota(13) + 1\\&lt;br /&gt;
&amp;amp;= (1 + 1) \times \iota(13) + 1\\&lt;br /&gt;
&amp;amp;= 0 \times \iota(13) + 1\\&lt;br /&gt;
&amp;amp;= 1&lt;br /&gt;
\end{align}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Scanned Lecture Notes by [[User:AM|AM]]==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:MAT 240 lecture 3 (1 of 2).pdf|page 1&lt;br /&gt;
File:MAT240 lectuire 3 (2 of 2).pdf|page 2&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Hameeral</name></author>
	</entry>
	<entry>
		<id>https://drorbn.net/index.php?title=14-240/Classnotes_for_Monday_September_15&amp;diff=13309</id>
		<title>14-240/Classnotes for Monday September 15</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=14-240/Classnotes_for_Monday_September_15&amp;diff=13309"/>
		<updated>2014-09-16T13:42:46Z</updated>

		<summary type="html">&lt;p&gt;Hameeral: Fix some typesetting.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Definition: &lt;br /&gt;
            Subtraction: if &amp;lt;math&amp;gt;a, b \in F, a - b = a + (-b)&amp;lt;/math&amp;gt;.&lt;br /&gt;
            Division: if &amp;lt;math&amp;gt;a, b \in F, a / b = a * b^{-1}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Theorem:&lt;br /&gt;
&lt;br /&gt;
         8. For every &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; belongs to F , &amp;lt;math&amp;gt;a * 0 = 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
                    proof of 8: By F3 , &amp;lt;math&amp;gt;a * 0 = a * (0 + 0)&amp;lt;/math&amp;gt;;&lt;br /&gt;
                                By F5 , &amp;lt;math&amp;gt;a * (0 + 0) = a * 0 + a * 0&amp;lt;/math&amp;gt;;&lt;br /&gt;
                                By F3 , &amp;lt;math&amp;gt;a * 0 = 0 + a * 0&amp;lt;/math&amp;gt;;&lt;br /&gt;
                                By Thm P1 ,&amp;lt;math&amp;gt;0 = a * 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
        &lt;br /&gt;
         9. There not exists &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; belongs to F s.t. &amp;lt;math&amp;gt;0 * b = 1&amp;lt;/math&amp;gt;;&lt;br /&gt;
            For every &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; belongs to F s.t. &amp;lt;math&amp;gt;0 * b &amp;lt;/math&amp;gt;is not equal to &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt;.&lt;br /&gt;
                    proof of 9: By F3 , &amp;lt;math&amp;gt;0 * b = 0 &amp;lt;/math&amp;gt;is not equal to &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt;.&lt;br /&gt;
        &lt;br /&gt;
        10. &amp;lt;math&amp;gt;(-a) * b = a * (-b) = -(a * b)&amp;lt;/math&amp;gt;.&lt;br /&gt;
      &lt;br /&gt;
        11. &amp;lt;math&amp;gt;(-a) * (-b) = a * b&amp;lt;/math&amp;gt;.&lt;br /&gt;
       &lt;br /&gt;
        12. &amp;lt;math&amp;gt;a * b = 0 iff a = 0 or b = 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
                    proof of 12: &amp;lt;= : By P8 , if &amp;lt;math&amp;gt;a = 0&amp;lt;/math&amp;gt; , then &amp;lt;math&amp;gt;a * b = 0 * b = 0&amp;lt;/math&amp;gt;;&lt;br /&gt;
                                      By P8 , if &amp;lt;math&amp;gt;b = 0&amp;lt;/math&amp;gt; , then &amp;lt;math&amp;gt;a * b = a * 0 = 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
                                 =&amp;gt; : Assume &amp;lt;math&amp;gt;a * b = 0 &amp;lt;/math&amp;gt; , if a = 0 we have done;&lt;br /&gt;
                                      Otherwise , by P8 , &amp;lt;math&amp;gt;a &amp;lt;/math&amp;gt; is not equal to &amp;lt;math&amp;gt;0 &amp;lt;/math&amp;gt;and we have &amp;lt;math&amp;gt;a * b = 0 = a * 0&amp;lt;/math&amp;gt;;  &lt;br /&gt;
                                                  by cancellation (P2) , &amp;lt;math&amp;gt;b = 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
        &lt;br /&gt;
&amp;lt;math&amp;gt;(a + b) * (a - b) = a^2 - b^2&amp;lt;/math&amp;gt;.&lt;br /&gt;
         proof: By F5 , &amp;lt;math&amp;gt;(a + b) * (a - b) = a * (a + (-b)) + b * (a + (-b))&lt;br /&gt;
                                                = a * a + a * (-b) + b * a + (-b) * b&lt;br /&gt;
                                                = a^2 - b^2&amp;lt;/math&amp;gt;&lt;br /&gt;
Theorem : &lt;br /&gt;
         There exists !(unique) iota &amp;lt;math&amp;gt;\iota : \Z \rightarrow F&amp;lt;/math&amp;gt;  s.t.&lt;br /&gt;
               1. &amp;lt;math&amp;gt;\iota(0) = 0 , \iota(1) = 1&amp;lt;/math&amp;gt;;&lt;br /&gt;
               2. For every &amp;lt;math&amp;gt;m ,n&amp;lt;/math&amp;gt; belong to &amp;lt;math&amp;gt;Z&amp;lt;/math&amp;gt; , &amp;lt;math&amp;gt;\iota(m+n) = \iota(m) + \iota(n)&amp;lt;/math&amp;gt;;&lt;br /&gt;
               3. For every &amp;lt;math&amp;gt;m ,n&amp;lt;/math&amp;gt; belong to &amp;lt;math&amp;gt;Z&amp;lt;/math&amp;gt; , &amp;lt;math&amp;gt;\iota(m*n) = \iota(m) * \iota(n)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
         iota(2) = iota(1+1) = iota(1) + iota(1) = 1 + 1;&lt;br /&gt;
         iota(3) = iota(2+1) = iota(2) + iota(1) = iota(2) + 1; &lt;br /&gt;
         ......                                                                          &lt;br /&gt;
      &lt;br /&gt;
         In F2 , &amp;lt;math&amp;gt;27 ----&amp;gt; iota(27) = iota(26 + 1)&lt;br /&gt;
                                         = iota(26) + iota(1)&lt;br /&gt;
                                         = iota(26) + 1&lt;br /&gt;
                                         = iota(13 * 2) + 1&lt;br /&gt;
                                         = iota(2) * iota(13) + 1&lt;br /&gt;
                                         = (1 + 1) * iota(13) + 1&lt;br /&gt;
                                         = 0 * iota(13) + 1&lt;br /&gt;
                                         = 1&amp;lt;/math&amp;gt;&lt;/div&gt;</summary>
		<author><name>Hameeral</name></author>
	</entry>
	<entry>
		<id>https://drorbn.net/index.php?title=14-240/Classnotes_for_Wednesday_September_10&amp;diff=13290</id>
		<title>14-240/Classnotes for Wednesday September 10</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=14-240/Classnotes_for_Wednesday_September_10&amp;diff=13290"/>
		<updated>2014-09-14T16:11:11Z</updated>

		<summary type="html">&lt;p&gt;Hameeral: Formatted the lecture note links into a gallery.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Knowledge about Fields:&lt;br /&gt;
&lt;br /&gt;
During this lecture, we first talked about the properties of the real numbers. Then we applied these properties to the &amp;quot;Field&amp;quot;. At the end of the lecture, we learned how to prove basic properties of fields.&lt;br /&gt;
&lt;br /&gt;
===The Real Numbers===&lt;br /&gt;
&lt;br /&gt;
====Properties of Real Numbers====&lt;br /&gt;
&lt;br /&gt;
The real numbers are a set &amp;lt;math&amp;gt;\R&amp;lt;/math&amp;gt; with two binary operations:&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;math&amp;gt;+ : \R \times \R \rightarrow \R&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;math&amp;gt;* : \R \times \R \rightarrow \R&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
such that the following properties hold.&lt;br /&gt;
&lt;br /&gt;
      R1 : &amp;lt;math&amp;gt;\forall a, b \in \R, a + b = b + a ~\&amp;amp;~ a * b = b * a&amp;lt;/math&amp;gt; (the commutative law)&lt;br /&gt;
&lt;br /&gt;
      R2 : &amp;lt;math&amp;gt;\forall a, b, c \in \R, (a + b) + c = a + (b + c) ~\&amp;amp;~ (a * b) * c = a * (b * c)&amp;lt;/math&amp;gt; (the associative law)&lt;br /&gt;
&lt;br /&gt;
      R3 : &amp;lt;math&amp;gt;\forall a \in \R, a + 0 = a ~\&amp;amp;~ a * 1 = a&amp;lt;/math&amp;gt; (existence of units: 0 is known as the &amp;quot;additive unit&amp;quot; and 1 as the &amp;quot;multiplicative unit&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
      R4 : &amp;lt;math&amp;gt;\forall a \in \R, \exists b \in \R, a + b = 0&amp;lt;/math&amp;gt;;&lt;br /&gt;
           &amp;lt;math&amp;gt;\forall a \in \R, a \ne 0 \Rightarrow \exists b \in \R, a * b = 1&amp;lt;/math&amp;gt; (existence of inverses)&lt;br /&gt;
&lt;br /&gt;
      R5 : &amp;lt;math&amp;gt;\forall a, b, c \in \R, (a + b) * c = (a * c) + (b * c)&amp;lt;/math&amp;gt; (the distributive law)&lt;br /&gt;
&lt;br /&gt;
====Properties That Do Not Follow from R1-R5====&lt;br /&gt;
&lt;br /&gt;
There are properties which are true for &amp;lt;math&amp;gt;\R&amp;lt;/math&amp;gt;, but do not follow from R1 to R5. For example (&#039;&#039;&#039;note&#039;&#039;&#039; that OR in mathematics denotes an &amp;quot;inclusive or&amp;quot;):&lt;br /&gt;
      &amp;lt;math&amp;gt;\forall a \in \R, \exists x \in \R, a = x^2&amp;lt;/math&amp;gt; OR &amp;lt;math&amp;gt;-a = x^2&amp;lt;/math&amp;gt; (the existence of square roots)&lt;br /&gt;
&lt;br /&gt;
Consider another set that satisfies all the properties R1 to R5. In &amp;lt;math&amp;gt;\Q&amp;lt;/math&amp;gt; (the rational numbers), let us take &amp;lt;/math&amp;gt;a = 2&amp;lt;/math&amp;gt;. There is no &amp;lt;math&amp;gt;x \in \Q&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;x^2 = a = 2&amp;lt;/math&amp;gt;, so the statement above is not true for the rational numbers!&lt;br /&gt;
&lt;br /&gt;
-------------------------------------------------------------------------------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
===Fields===&lt;br /&gt;
      &lt;br /&gt;
====Definition====&lt;br /&gt;
&lt;br /&gt;
A &amp;quot;field&amp;quot; is a set &amp;lt;math&amp;gt;\mathbb{F}&amp;lt;/math&amp;gt; along with a pair of binary operations: &lt;br /&gt;
      &amp;lt;math&amp;gt;+ : \mathbb{F} \times \mathbb{F} \rightarrow \mathbb{F}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;math&amp;gt;* : \mathbb{F} \times \mathbb{F} \rightarrow \mathbb{F}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and along with a pair &amp;lt;math&amp;gt;(0, 1) \in \mathbb{F}, 0 \ne 1&amp;lt;/math&amp;gt;, such that the following properties hold.&lt;br /&gt;
&lt;br /&gt;
      F1 : &amp;lt;math&amp;gt;\forall a, b \in \mathbb{F}, a + b = b + a ~\&amp;amp;~ a * b = b * a&amp;lt;/math&amp;gt; (the commutative law)&lt;br /&gt;
&lt;br /&gt;
      F2 : &amp;lt;math&amp;gt;\forall a, b, c \in \mathbb{F}, (a + b) + c = a + (b + c) ~\&amp;amp;~ (a * b) * c = a * (b * c)&amp;lt;/math&amp;gt; (the associative law)&lt;br /&gt;
&lt;br /&gt;
      F3 : &amp;lt;math&amp;gt;\forall a \in \mathbb{F}, a + 0 = a ~\&amp;amp;~ a * 1 = a&amp;lt;/math&amp;gt; (existence of units)&lt;br /&gt;
&lt;br /&gt;
      F4 : &amp;lt;math&amp;gt;\forall a \in \mathbb{F}, \exists b \in \mathbb{F}, a + b = 0&amp;lt;/math&amp;gt;;&lt;br /&gt;
           &amp;lt;math&amp;gt;\forall a \in \mathbb{F}, a \ne 0 \Rightarrow \exists b \in \mathbb{F}, a * b = 1&amp;lt;/math&amp;gt; (existence of inverses)&lt;br /&gt;
&lt;br /&gt;
      F5 : &amp;lt;math&amp;gt;\forall a, b, c \in \mathbb{F}, (a + b) * c = (a * c) + (b * c)&amp;lt;/math&amp;gt; (the distributive law)&lt;br /&gt;
====Examples====&lt;br /&gt;
&lt;br /&gt;
# &amp;lt;math&amp;gt;\R&amp;lt;/math&amp;gt; is a field.&lt;br /&gt;
# &amp;lt;math&amp;gt;\Q&amp;lt;/math&amp;gt; (the rational numbers) is a field.&lt;br /&gt;
# &amp;lt;math&amp;gt;\C&amp;lt;/math&amp;gt; (the complex numbers) is a field.&lt;br /&gt;
# &amp;lt;math&amp;gt;\mathbb{F} = \{0, 1\}&amp;lt;/math&amp;gt; with operations defined as follows (known as &amp;lt;math&amp;gt;\mathbb{F}_2&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;\Z/2&amp;lt;/math&amp;gt;) is a field:&lt;br /&gt;
&lt;br /&gt;
      {| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
      |-&lt;br /&gt;
      ! +&lt;br /&gt;
      ! 0&lt;br /&gt;
      ! 1&lt;br /&gt;
      |-&lt;br /&gt;
      ! 0&lt;br /&gt;
      | 0&lt;br /&gt;
      | 1&lt;br /&gt;
      |-&lt;br /&gt;
      ! 1&lt;br /&gt;
      | 1&lt;br /&gt;
      | 0&lt;br /&gt;
      |}&lt;br /&gt;
&lt;br /&gt;
      {| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
      |-&lt;br /&gt;
      ! *&lt;br /&gt;
      ! 0&lt;br /&gt;
      ! 1&lt;br /&gt;
      |-&lt;br /&gt;
      ! 0&lt;br /&gt;
      | 0&lt;br /&gt;
      | 0&lt;br /&gt;
      |-&lt;br /&gt;
      ! 1&lt;br /&gt;
      | 0&lt;br /&gt;
      | 1&lt;br /&gt;
      |}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
More generally, for every prime number &amp;lt;math&amp;gt;P&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\mathbb{F}_p = \{0, 1, 2, 3, \cdots, p - 1\}&amp;lt;/math&amp;gt; is a field, with operations defined by&lt;br /&gt;
&amp;lt;math&amp;gt;(a, b) \rightarrow a + b \mod P&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
An example: &amp;lt;math&amp;gt;\mathbb{F}_7 = \{0, 1, 2, 3, 4, 5, 6\}&amp;lt;/math&amp;gt;, the operations are like remainders when divided by 7, or &amp;quot;like remainders mod 7&amp;quot;. For example, &amp;lt;math&amp;gt;4 + 6 = 4 + 6 \mod 7&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;3 * 5 = 3 * 5 \mod 7&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
====Basic Properties of Fields====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Theorem&#039;&#039;&#039;:&lt;br /&gt;
Let &amp;lt;math&amp;gt;\mathbb{F}&amp;lt;/math&amp;gt; be a field, and let &amp;lt;math&amp;gt;a, b, c&amp;lt;/math&amp;gt; denote elements of &amp;lt;math&amp;gt;\mathbb{F}&amp;lt;/math&amp;gt;. Then:&lt;br /&gt;
# &amp;lt;math&amp;gt;a + b = c + b \Rightarrow a = c&amp;lt;/math&amp;gt; (cancellation law)&lt;br /&gt;
# &amp;lt;math&amp;gt;b \ne 0 ~\&amp;amp;~ a * b = c * b \Rightarrow a = c&amp;lt;/math&amp;gt;&lt;br /&gt;
      Proof of 1: &lt;br /&gt;
      1. By F4, &amp;lt;math&amp;gt;\exists b&#039; \in \mathbb{F}, b + b&#039; = 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
         We know that &amp;lt;math&amp;gt;a + b = c + b&amp;lt;/math&amp;gt;;                                        &lt;br /&gt;
         Therefore &amp;lt;math&amp;gt;(a + b) + b&#039; = (c + b) + b&#039;&amp;lt;/math&amp;gt;.&lt;br /&gt;
      2. By F2, &amp;lt;math&amp;gt;a + (b + b&#039;) = c + (b + b&#039;)&amp;lt;/math&amp;gt;,&lt;br /&gt;
         so by the choice of &amp;lt;math&amp;gt;b&#039;&amp;lt;/math&amp;gt;, we know that &amp;lt;math&amp;gt;a + 0 = c + 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
      3. Therefore, by F3, &amp;lt;math&amp;gt;a = c&amp;lt;/math&amp;gt;.          &lt;br /&gt;
      ＾_＾     &lt;br /&gt;
       &lt;br /&gt;
      Proof of 2: more or less the same.&lt;br /&gt;
&lt;br /&gt;
3. If &amp;lt;math&amp;gt;0&#039; \in \mathbb{F}&amp;lt;/math&amp;gt; is &amp;quot;like 0&amp;quot;, then it is 0:&lt;br /&gt;
   If &amp;lt;math&amp;gt;0&#039; \in \mathbb{F}&amp;lt;/math&amp;gt; satisfies &amp;lt;math&amp;gt;\forall a \in \mathbb{F}, a + 0&#039; = a&amp;lt;/math&amp;gt;, then 0&#039; = 0.&lt;br /&gt;
&lt;br /&gt;
4. If &amp;lt;math&amp;gt;1&#039; \in \mathbb{F}&amp;lt;/math&amp;gt; is &amp;quot;like 1&amp;quot;, then it is 1:   &lt;br /&gt;
   If &amp;lt;math&amp;gt;1&#039; \in \mathbb{F}&amp;lt;/math&amp;gt; satisfies that &amp;lt;math&amp;gt;\forall a \in \mathbb{F}, a * 1&#039; = a&amp;lt;/math&amp;gt;, then 1&#039; = 1.&lt;br /&gt;
&lt;br /&gt;
      Proof of 3 : &lt;br /&gt;
      1. By F3 , 0&#039; = 0&#039; + 0.&lt;br /&gt;
      2. By F1 , 0&#039; + 0 = 0 + 0&#039;.&lt;br /&gt;
      3. By assumption on 0&#039;, 0&#039; = 0 + 0&#039; = 0.   &lt;br /&gt;
      ＾_＾&lt;br /&gt;
&lt;br /&gt;
5. &amp;lt;math&amp;gt;\forall a, b, b&#039; \in \mathbb{F}, a + b = 0 ~\&amp;amp;~ a + b&#039; = 0 \Rightarrow b = b&#039;&amp;lt;/math&amp;gt;:&lt;br /&gt;
   In any field &amp;quot;&amp;lt;math&amp;gt;-a&amp;lt;/math&amp;gt;&amp;quot; makes sense because it is unique -- it has an unambigous meaning.&lt;br /&gt;
   &amp;lt;math&amp;gt;(-a):&amp;lt;/math&amp;gt; the &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;a + b = 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
6. &amp;lt;math&amp;gt;\forall a, b, b&#039; \in \mathbb{F}, a \ne 0 ~\&amp;amp;~ a * b = 1 = a * b&#039; \Rightarrow b = b&#039;&amp;lt;/math&amp;gt;:&lt;br /&gt;
   In any field, if &amp;lt;math&amp;gt;a \ne 0&amp;lt;/math&amp;gt;, &amp;quot;&amp;lt;math&amp;gt;a^{-1}&amp;lt;/math&amp;gt;&amp;quot; makes sense.  &lt;br /&gt;
      &lt;br /&gt;
      Proof of 5 :    &lt;br /&gt;
      1. &amp;lt;math&amp;gt;a + b = 0 = a + b&#039;&amp;lt;/math&amp;gt;.&lt;br /&gt;
      2. By F1, &amp;lt;math&amp;gt;b + a = b&#039;+ a&amp;lt;/math&amp;gt;.&lt;br /&gt;
      3. By cancellation, &amp;lt;math&amp;gt;b = b&#039;&amp;lt;/math&amp;gt;.              &lt;br /&gt;
      ＾_＾ &lt;br /&gt;
&lt;br /&gt;
7. &amp;lt;math&amp;gt;-(-a) = a&amp;lt;/math&amp;gt; and when &amp;lt;math&amp;gt;a \ne 0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;(a^{-1})^{-1} = a&amp;lt;/math&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
      Proof of 7 : &lt;br /&gt;
      1. By definition, &amp;lt;math&amp;gt;a + (-a) = 0&amp;lt;/math&amp;gt;.          (*)&lt;br /&gt;
      2. By definition, &amp;lt;math&amp;gt;(-a) + (-(-a) = 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
      3. By (*) and F1, &amp;lt;math&amp;gt;(-a) + a = 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
      4. By property 5, &amp;lt;math&amp;gt;-(-a) = a&amp;lt;/math&amp;gt;.    &lt;br /&gt;
      ＾_＾&lt;br /&gt;
&lt;br /&gt;
===Scanned Lecture Notes by [[User:AM|AM]]===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:MAT 240 (1 of 2) Sept 10, 2014.pdf‎|page 1&lt;br /&gt;
File:MAT 240 (2 of 2) Sept 10, 2014.pdf‎|page 2&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Hameeral</name></author>
	</entry>
	<entry>
		<id>https://drorbn.net/index.php?title=14-240/Classnotes_for_Monday_September_8&amp;diff=13289</id>
		<title>14-240/Classnotes for Monday September 8</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=14-240/Classnotes_for_Monday_September_8&amp;diff=13289"/>
		<updated>2014-09-14T16:02:49Z</updated>

		<summary type="html">&lt;p&gt;Hameeral: Cleaned up and typeset Monday&amp;#039;s notes.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{14-240/Navigation}}&lt;br /&gt;
We went over &amp;quot;What is this class about?&amp;quot; ({{Pensieve link|Classes/14-240/one/What_is_This_Class_AboutQ.pdf|PDF}}, {{Pensieve link|Classes/14-240/What_is_This_Class_AboutQ.html|HTML}}), then over &amp;quot;[[14-240/About This Class|About This Class]]&amp;quot;, and then over the first few properties of real numbers that we will care about.&lt;br /&gt;
&lt;br /&gt;
{{14-240:Dror/Students Divider}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===The Real Numbers===&lt;br /&gt;
&lt;br /&gt;
The real numbers are a set &amp;lt;math&amp;gt;\R&amp;lt;/math&amp;gt; with 2 binary operations + and *, defined as follows:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;math&amp;gt;+: \R \times \R \rightarrow \R&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;math&amp;gt;*: \R \times \R \rightarrow \R&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
in addition to 2 special elements &amp;lt;math&amp;gt;0, 1 \in \R&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;0 \ne 1&amp;lt;/math&amp;gt;, with the following properties:&lt;br /&gt;
&lt;br /&gt;
====The Commutative Law====&lt;br /&gt;
&lt;br /&gt;
R1: For every &amp;lt;math&amp;gt;a, b \in \R&amp;lt;/math&amp;gt;, we have:&lt;br /&gt;
 &amp;lt;math&amp;gt;a + b = b + a&amp;lt;/math&amp;gt; (commutative law for addition)&lt;br /&gt;
 &amp;lt;math&amp;gt;ab = ba&amp;lt;/math&amp;gt; (commutative law for multiplication)&lt;br /&gt;
&lt;br /&gt;
====The Associative Law====&lt;br /&gt;
&lt;br /&gt;
R2: For every &amp;lt;math&amp;gt;a, b, c \in \R&amp;lt;/math&amp;gt;, we have:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;math&amp;gt;(a + b) + c = a + (b + c)&amp;lt;/math&amp;gt;&lt;br /&gt;
 &amp;lt;math&amp;gt;(ab)c = a(bc)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is not true for a number of other sets in our lives! For example, the associative law does not hold for the English language. Consider the phrase &amp;quot;pretty little girls&amp;quot;: &amp;quot;(pretty little) girls&amp;quot; does not mean the same thing as &amp;quot;pretty (little girls)&amp;quot;.&lt;br /&gt;
 &amp;lt;math&amp;gt;(PL)G \ne P(LG)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So the associative property does not hold for the English language.&lt;br /&gt;
&lt;br /&gt;
====Existence of Units====&lt;br /&gt;
&lt;br /&gt;
R3: For every &amp;lt;math&amp;gt;a \in \R&amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;math&amp;gt;a + 0 = a&amp;lt;/math&amp;gt; (additive unit)&lt;br /&gt;
 &amp;lt;math&amp;gt;a * 1 = a&amp;lt;/math&amp;gt; (multiplicative unit)&lt;br /&gt;
&lt;br /&gt;
== Wednesday September 10th 2014 - Fields ==&lt;br /&gt;
&lt;br /&gt;
The real numbers: A set |R with +,x : |R x |R -&amp;gt; |R &amp;amp; &amp;lt;math&amp;gt;0=/=1&amp;lt;/math&amp;gt; are elements of |R&lt;br /&gt;
such that&lt;br /&gt;
&lt;br /&gt;
R1: For every &amp;lt;math&amp;gt;a, b&amp;lt;/math&amp;gt; that are elements of |R , &amp;lt;math&amp;gt;a + b = b + a&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;ab = ba &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
R2: For every &amp;lt;math&amp;gt;a, b, c&amp;lt;/math&amp;gt; that are elements of |R, &amp;lt;math&amp;gt;( a + b ) + c = a + ( b + c )&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; (ab)c = a(bc)&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
R3: For every &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; that is an element of |R, &amp;lt;math&amp;gt;a + 0 = a&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; a * 1 = a&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
R4: For every a that is an element of |R there exists b that is an element of |R such that &amp;lt;math&amp;gt;a + b = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;amp; for every a that is an element of |R and &amp;lt;math&amp;gt;a =/= 0&amp;lt;/math&amp;gt; there exists b that is an element |R such that &amp;lt;math&amp;gt;a * b = 1&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
R5: For every &amp;lt;math&amp;gt;a, b, c&amp;lt;/math&amp;gt; that are elements of |R, &amp;lt;math&amp;gt;( a + b ) c = ac + bc&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;( a + b ) * ( a - b ) = a^2 - b^2&amp;lt;/math&amp;gt; follows from R1-R5&lt;br /&gt;
&lt;br /&gt;
The following is true for the Real Numbers but does not follow from R1-R5 &lt;br /&gt;
For every a that is an element of |R there exists an &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; that is an element of |R such that &amp;lt;math&amp;gt;a = x^2 or a + x^2 = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
However we can see that it does not follow from R1-R5 because we can find a field that obeys R1-R5 yet does not follow the above rule. &lt;br /&gt;
An example of this is the Rational Numbers |Q. In |Q take &amp;lt;math&amp;gt;a = 2&amp;lt;/math&amp;gt; and there does not exist &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;2 = x^2&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;2 + x^2 = 0&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The Definition Of A Field: &lt;br /&gt;
A &amp;quot;Field&amp;quot; is a set F along with a pair of binary operations +,x : FxF -&amp;gt; F and along with a pair &amp;lt;math&amp;gt;0, 1&amp;lt;/math&amp;gt; that are elements of F such that &amp;lt;math&amp;gt;0 =/= 1&amp;lt;/math&amp;gt; and such that R1-R5 hold. &lt;br /&gt;
&lt;br /&gt;
R1: For every &amp;lt;math&amp;gt;a, b&amp;lt;/math&amp;gt; that are elements of F , &amp;lt;math&amp;gt;a + b = b + a&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; ab = ba&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
R2: For every &amp;lt;math&amp;gt;a, b, c&amp;lt;/math&amp;gt; that are elements of F, &amp;lt;math&amp;gt;( a + b ) + c = a + ( b + c )&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;(ab)c = a(bc)&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
R3: For every &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; that is an element of F, &amp;lt;math&amp;gt;a + 0 = a&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;a * 1 = a&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
R4: For every &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; that is an element of F there exists &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; that is an element of F such that &amp;lt;math&amp;gt;a + b = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;amp; for every &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; that is an element of F and &amp;lt;math&amp;gt;a =/= 0&amp;lt;/math&amp;gt; there exists &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; that is an element F such that &amp;lt;math&amp;gt;a * b = 1&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
R5: For every &amp;lt;math&amp;gt;a, b, c&amp;lt;/math&amp;gt; that are elements of F, &amp;lt;math&amp;gt;( a + b ) c = ac + bc&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Example&lt;br /&gt;
&lt;br /&gt;
1. |R is a field (real numbers)&lt;br /&gt;
2. |Q is a field (rational numbers) &lt;br /&gt;
3. |C is a field (complex numbers) &lt;br /&gt;
4. F = {0, 1} &lt;br /&gt;
&lt;br /&gt;
*insert table of addition and multiplication*&lt;br /&gt;
&lt;br /&gt;
Proposition: F is a Field&lt;br /&gt;
checking F5 &lt;br /&gt;
&lt;br /&gt;
etc... &lt;br /&gt;
&lt;br /&gt;
F = {0 , 1} = F2 = Z/2 &lt;br /&gt;
&lt;br /&gt;
Do the same for F7 &lt;br /&gt;
&lt;br /&gt;
*insert table of addition and multiplication*&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Like remainders when you divide by 7&amp;quot; &lt;br /&gt;
&amp;quot;like remainders mod 7&#039; &lt;br /&gt;
&lt;br /&gt;
Theorem (that shall remain unproved) :&lt;br /&gt;
For every prime number P, FP = {0 , 1 , 2 , ... , p-1 }&lt;br /&gt;
along with + &amp;amp; x defined as above&lt;br /&gt;
&amp;lt;math&amp;gt;( a , b ) -&amp;gt; a + b mod p&amp;lt;/math&amp;gt;&lt;br /&gt;
is a field. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Theorem: (basic properties of Fields) &lt;br /&gt;
&lt;br /&gt;
Let F be a Field, and let a , b , c denote elements of F &lt;br /&gt;
Then: &lt;br /&gt;
1. &amp;lt;math&amp;gt;a + b = c + b -&amp;gt; a = c &amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;quot;Cancellation&amp;quot; still holds &lt;br /&gt;
2. &amp;lt;math&amp;gt;b =/= 0 , ab = cb -&amp;gt; a = c&amp;lt;/math&amp;gt;&lt;br /&gt;
3. If &amp;lt;math&amp;gt;0&#039;&amp;lt;/math&amp;gt; is an element of F and satisfies for every &amp;lt;math&amp;gt;a , a + 0&#039; = a&amp;lt;/math&amp;gt; , then &amp;lt;math&amp;gt;0&#039; = 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
4. If &amp;lt;math&amp;gt;1&#039;&amp;lt;/math&amp;gt; is &amp;quot;like 1&amp;quot; then &amp;lt;math&amp;gt;1&#039; = 1&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
... to be continued...&lt;/div&gt;</summary>
		<author><name>Hameeral</name></author>
	</entry>
	<entry>
		<id>https://drorbn.net/index.php?title=14-240/Classnotes_for_Wednesday_September_10&amp;diff=13282</id>
		<title>14-240/Classnotes for Wednesday September 10</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=14-240/Classnotes_for_Wednesday_September_10&amp;diff=13282"/>
		<updated>2014-09-13T21:47:39Z</updated>

		<summary type="html">&lt;p&gt;Hameeral: Typeset the equations and added mathematical notation.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Knowledge about Fields:&lt;br /&gt;
&lt;br /&gt;
During this lecture, we first talked about the properties of the real numbers. Then we applied these properties to the &amp;quot;Field&amp;quot;. At the end of the lecture, we learned how to prove basic properties of fields.&lt;br /&gt;
&lt;br /&gt;
===The Real Numbers===&lt;br /&gt;
&lt;br /&gt;
====Properties of Real Numbers====&lt;br /&gt;
&lt;br /&gt;
The real numbers are a set &amp;lt;math&amp;gt;\R&amp;lt;/math&amp;gt; with two binary operations:&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;math&amp;gt;+ : \R \times \R \rightarrow \R&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;math&amp;gt;* : \R \times \R \rightarrow \R&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
such that the following properties hold.&lt;br /&gt;
&lt;br /&gt;
      R1 : &amp;lt;math&amp;gt;\forall a, b \in \R, a + b = b + a ~\&amp;amp;~ a * b = b * a&amp;lt;/math&amp;gt; (the commutative law)&lt;br /&gt;
&lt;br /&gt;
      R2 : &amp;lt;math&amp;gt;\forall a, b, c \in \R, (a + b) + c = a + (b + c) ~\&amp;amp;~ (a * b) * c = a * (b * c)&amp;lt;/math&amp;gt; (the associative law)&lt;br /&gt;
&lt;br /&gt;
      R3 : &amp;lt;math&amp;gt;\forall a \in \R, a + 0 = a ~\&amp;amp;~ a * 1 = a&amp;lt;/math&amp;gt; (existence of units: 0 is known as the &amp;quot;additive unit&amp;quot; and 1 as the &amp;quot;multiplicative unit&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
      R4 : &amp;lt;math&amp;gt;\forall a \in \R, \exists b \in \R, a + b = 0&amp;lt;/math&amp;gt;;&lt;br /&gt;
           &amp;lt;math&amp;gt;\forall a \in \R, a \ne 0 \Rightarrow \exists b \in \R, a * b = 1&amp;lt;/math&amp;gt; (existence of inverses)&lt;br /&gt;
&lt;br /&gt;
      R5 : &amp;lt;math&amp;gt;\forall a, b, c \in \R, (a + b) * c = (a * c) + (b * c)&amp;lt;/math&amp;gt; (the distributive law)&lt;br /&gt;
&lt;br /&gt;
====Properties That Do Not Follow from R1-R5====&lt;br /&gt;
&lt;br /&gt;
There are properties which are true for &amp;lt;math&amp;gt;\R&amp;lt;/math&amp;gt;, but do not follow from R1 to R5. For example (&#039;&#039;&#039;note&#039;&#039;&#039; that OR in mathematics denotes an &amp;quot;inclusive or&amp;quot;):&lt;br /&gt;
      &amp;lt;math&amp;gt;\forall a \in \R, \exists x \in \R, a = x^2&amp;lt;/math&amp;gt; OR &amp;lt;math&amp;gt;-a = x^2&amp;lt;/math&amp;gt; (the existence of square roots)&lt;br /&gt;
&lt;br /&gt;
Consider another set that satisfies all the properties R1 to R5. In &amp;lt;math&amp;gt;\Q&amp;lt;/math&amp;gt; (the rational numbers), let us take &amp;lt;/math&amp;gt;a = 2&amp;lt;/math&amp;gt;. There is no &amp;lt;math&amp;gt;x \in \Q&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;x^2 = a = 2&amp;lt;/math&amp;gt;, so the statement above is not true for the rational numbers!&lt;br /&gt;
&lt;br /&gt;
-------------------------------------------------------------------------------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
===Fields===&lt;br /&gt;
      &lt;br /&gt;
====Definition====&lt;br /&gt;
&lt;br /&gt;
A &amp;quot;field&amp;quot; is a set &amp;lt;math&amp;gt;\mathbb{F}&amp;lt;/math&amp;gt; along with a pair of binary operations: &lt;br /&gt;
      &amp;lt;math&amp;gt;+ : \mathbb{F} \times \mathbb{F} \rightarrow \mathbb{F}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;math&amp;gt;* : \mathbb{F} \times \mathbb{F} \rightarrow \mathbb{F}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and along with a pair &amp;lt;math&amp;gt;(0, 1) \in \mathbb{F}, 0 \ne 1&amp;lt;/math&amp;gt;, such that the following properties hold.&lt;br /&gt;
&lt;br /&gt;
      F1 : &amp;lt;math&amp;gt;\forall a, b \in \mathbb{F}, a + b = b + a ~\&amp;amp;~ a * b = b * a&amp;lt;/math&amp;gt; (the commutative law)&lt;br /&gt;
&lt;br /&gt;
      F2 : &amp;lt;math&amp;gt;\forall a, b, c \in \mathbb{F}, (a + b) + c = a + (b + c) ~\&amp;amp;~ (a * b) * c = a * (b * c)&amp;lt;/math&amp;gt; (the associative law)&lt;br /&gt;
&lt;br /&gt;
      F3 : &amp;lt;math&amp;gt;\forall a \in \mathbb{F}, a + 0 = a ~\&amp;amp;~ a * 1 = a&amp;lt;/math&amp;gt; (existence of units)&lt;br /&gt;
&lt;br /&gt;
      F4 : &amp;lt;math&amp;gt;\forall a \in \mathbb{F}, \exists b \in \mathbb{F}, a + b = 0&amp;lt;/math&amp;gt;;&lt;br /&gt;
           &amp;lt;math&amp;gt;\forall a \in \mathbb{F}, a \ne 0 \Rightarrow \exists b \in \mathbb{F}, a * b = 1&amp;lt;/math&amp;gt; (existence of inverses)&lt;br /&gt;
&lt;br /&gt;
      F5 : &amp;lt;math&amp;gt;\forall a, b, c \in \mathbb{F}, (a + b) * c = (a * c) + (b * c)&amp;lt;/math&amp;gt; (the distributive law)&lt;br /&gt;
====Examples====&lt;br /&gt;
&lt;br /&gt;
# &amp;lt;math&amp;gt;\R&amp;lt;/math&amp;gt; is a field.&lt;br /&gt;
# &amp;lt;math&amp;gt;\Q&amp;lt;/math&amp;gt; (the rational numbers) is a field.&lt;br /&gt;
# &amp;lt;math&amp;gt;\C&amp;lt;/math&amp;gt; (the complex numbers) is a field.&lt;br /&gt;
# &amp;lt;math&amp;gt;\mathbb{F} = \{0, 1\}&amp;lt;/math&amp;gt; with operations defined as follows (known as &amp;lt;math&amp;gt;\mathbb{F}_2&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;\Z/2&amp;lt;/math&amp;gt;) is a field:&lt;br /&gt;
&lt;br /&gt;
      {| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
      |-&lt;br /&gt;
      ! +&lt;br /&gt;
      ! 0&lt;br /&gt;
      ! 1&lt;br /&gt;
      |-&lt;br /&gt;
      ! 0&lt;br /&gt;
      | 0&lt;br /&gt;
      | 1&lt;br /&gt;
      |-&lt;br /&gt;
      ! 1&lt;br /&gt;
      | 1&lt;br /&gt;
      | 0&lt;br /&gt;
      |}&lt;br /&gt;
&lt;br /&gt;
      {| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
      |-&lt;br /&gt;
      ! *&lt;br /&gt;
      ! 0&lt;br /&gt;
      ! 1&lt;br /&gt;
      |-&lt;br /&gt;
      ! 0&lt;br /&gt;
      | 0&lt;br /&gt;
      | 0&lt;br /&gt;
      |-&lt;br /&gt;
      ! 1&lt;br /&gt;
      | 0&lt;br /&gt;
      | 1&lt;br /&gt;
      |}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
More generally, for every prime number &amp;lt;math&amp;gt;P&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\mathbb{F}_p = \{0, 1, 2, 3, \cdots, p - 1\}&amp;lt;/math&amp;gt; is a field, with operations defined by&lt;br /&gt;
&amp;lt;math&amp;gt;(a, b) \rightarrow a + b \mod P&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
An example: &amp;lt;math&amp;gt;\mathbb{F}_7 = \{0, 1, 2, 3, 4, 5, 6\}&amp;lt;/math&amp;gt;, the operations are like remainders when divided by 7, or &amp;quot;like remainders mod 7&amp;quot;. For example, &amp;lt;math&amp;gt;4 + 6 = 4 + 6 \mod 7&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;3 * 5 = 3 * 5 \mod 7&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
====Basic Properties of Fields====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Theorem&#039;&#039;&#039;:&lt;br /&gt;
Let &amp;lt;math&amp;gt;\mathbb{F}&amp;lt;/math&amp;gt; be a field, and let &amp;lt;math&amp;gt;a, b, c&amp;lt;/math&amp;gt; denote elements of &amp;lt;math&amp;gt;\mathbb{F}&amp;lt;/math&amp;gt;. Then:&lt;br /&gt;
# &amp;lt;math&amp;gt;a + b = c + b \Rightarrow a = c&amp;lt;/math&amp;gt; (cancellation law)&lt;br /&gt;
# &amp;lt;math&amp;gt;b \ne 0 ~\&amp;amp;~ a * b = c * b \Rightarrow a = c&amp;lt;/math&amp;gt;&lt;br /&gt;
      Proof of 1: &lt;br /&gt;
      1. By F4, &amp;lt;math&amp;gt;\exists b&#039; \in \mathbb{F}, b + b&#039; = 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
         We know that &amp;lt;math&amp;gt;a + b = c + b&amp;lt;/math&amp;gt;;                                        &lt;br /&gt;
         Therefore &amp;lt;math&amp;gt;(a + b) + b&#039; = (c + b) + b&#039;&amp;lt;/math&amp;gt;.&lt;br /&gt;
      2. By F2, &amp;lt;math&amp;gt;a + (b + b&#039;) = c + (b + b&#039;)&amp;lt;/math&amp;gt;,&lt;br /&gt;
         so by the choice of &amp;lt;math&amp;gt;b&#039;&amp;lt;/math&amp;gt;, we know that &amp;lt;math&amp;gt;a + 0 = c + 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
      3. Therefore, by F3, &amp;lt;math&amp;gt;a = c&amp;lt;/math&amp;gt;.          &lt;br /&gt;
      ＾_＾     &lt;br /&gt;
       &lt;br /&gt;
      Proof of 2: more or less the same.&lt;br /&gt;
&lt;br /&gt;
3. If &amp;lt;math&amp;gt;0&#039; \in \mathbb{F}&amp;lt;/math&amp;gt; is &amp;quot;like 0&amp;quot;, then it is 0:&lt;br /&gt;
   If &amp;lt;math&amp;gt;0&#039; \in \mathbb{F}&amp;lt;/math&amp;gt; satisfies &amp;lt;math&amp;gt;\forall a \in \mathbb{F}, a + 0&#039; = a&amp;lt;/math&amp;gt;, then 0&#039; = 0.&lt;br /&gt;
&lt;br /&gt;
4. If &amp;lt;math&amp;gt;1&#039; \in \mathbb{F}&amp;lt;/math&amp;gt; is &amp;quot;like 1&amp;quot;, then it is 1:   &lt;br /&gt;
   If &amp;lt;math&amp;gt;1&#039; \in \mathbb{F}&amp;lt;/math&amp;gt; satisfies that &amp;lt;math&amp;gt;\forall a \in \mathbb{F}, a * 1&#039; = a&amp;lt;/math&amp;gt;, then 1&#039; = 1.&lt;br /&gt;
&lt;br /&gt;
      Proof of 3 : &lt;br /&gt;
      1. By F3 , 0&#039; = 0&#039; + 0.&lt;br /&gt;
      2. By F1 , 0&#039; + 0 = 0 + 0&#039;.&lt;br /&gt;
      3. By assumption on 0&#039;, 0&#039; = 0 + 0&#039; = 0.   &lt;br /&gt;
      ＾_＾&lt;br /&gt;
&lt;br /&gt;
5. &amp;lt;math&amp;gt;\forall a, b, b&#039; \in \mathbb{F}, a + b = 0 ~\&amp;amp;~ a + b&#039; = 0 \Rightarrow b = b&#039;&amp;lt;/math&amp;gt;:&lt;br /&gt;
   In any field &amp;quot;&amp;lt;math&amp;gt;-a&amp;lt;/math&amp;gt;&amp;quot; makes sense because it is unique -- it has an unambigous meaning.&lt;br /&gt;
   &amp;lt;math&amp;gt;(-a):&amp;lt;/math&amp;gt; the &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;a + b = 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
6. &amp;lt;math&amp;gt;\forall a, b, b&#039; \in \mathbb{F}, a \ne 0 ~\&amp;amp;~ a * b = 1 = a * b&#039; \Rightarrow b = b&#039;&amp;lt;/math&amp;gt;:&lt;br /&gt;
   In any field, if &amp;lt;math&amp;gt;a \ne 0&amp;lt;/math&amp;gt;, &amp;quot;&amp;lt;math&amp;gt;a^{-1}&amp;lt;/math&amp;gt;&amp;quot; makes sense.  &lt;br /&gt;
      &lt;br /&gt;
      Proof of 5 :    &lt;br /&gt;
      1. &amp;lt;math&amp;gt;a + b = 0 = a + b&#039;&amp;lt;/math&amp;gt;.&lt;br /&gt;
      2. By F1, &amp;lt;math&amp;gt;b + a = b&#039;+ a&amp;lt;/math&amp;gt;.&lt;br /&gt;
      3. By cancellation, &amp;lt;math&amp;gt;b = b&#039;&amp;lt;/math&amp;gt;.              &lt;br /&gt;
      ＾_＾ &lt;br /&gt;
&lt;br /&gt;
7. &amp;lt;math&amp;gt;-(-a) = a&amp;lt;/math&amp;gt; and when &amp;lt;math&amp;gt;a \ne 0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;(a^{-1})^{-1} = a&amp;lt;/math&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
      Proof of 7 : &lt;br /&gt;
      1. By definition, &amp;lt;math&amp;gt;a + (-a) = 0&amp;lt;/math&amp;gt;.          (*)&lt;br /&gt;
      2. By definition, &amp;lt;math&amp;gt;(-a) + (-(-a) = 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
      3. By (*) and F1, &amp;lt;math&amp;gt;(-a) + a = 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
      4. By property 5, &amp;lt;math&amp;gt;-(-a) = a&amp;lt;/math&amp;gt;.    &lt;br /&gt;
      ＾_＾&lt;/div&gt;</summary>
		<author><name>Hameeral</name></author>
	</entry>
	<entry>
		<id>https://drorbn.net/index.php?title=14-240/Navigation&amp;diff=13281</id>
		<title>14-240/Navigation</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=14-240/Navigation&amp;diff=13281"/>
		<updated>2014-09-13T20:39:58Z</updated>

		<summary type="html">&lt;p&gt;Hameeral: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;Back to [[14-240]].&amp;lt;br/&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1px&amp;quot; cellpadding=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;font-size: small; align: left&amp;quot;&lt;br /&gt;
|- align=center style=&amp;quot;color: red;&amp;quot;&lt;br /&gt;
|colspan=3|&#039;&#039;&#039;Welcome to Math 240!&#039;&#039;&#039;&lt;br /&gt;
|- align=left&lt;br /&gt;
!#&lt;br /&gt;
!Week of...&lt;br /&gt;
!Notes and Links&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|1&lt;br /&gt;
|Sep 8&lt;br /&gt;
|[[14-240/About This Class|About This Class]], What is this class about? ({{Pensieve link|Classes/14-240/one/What_is_This_Class_AboutQ.pdf|PDF}}, {{Pensieve link|Classes/14-240/What_is_This_Class_AboutQ.html|HTML}}), [[14-240/Classnotes for Monday September 8|Monday]], [[14-240/Classnotes for Wednesday September 10|Wednesday]]&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|2&lt;br /&gt;
|Sep 15&lt;br /&gt;
|[[14-240/Homework Assignment 1|HW1]]&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|3&lt;br /&gt;
|Sep 22&lt;br /&gt;
|[[14-240/Homework Assignment 2|HW2]], [[14-240/Class Photo|Class Photo]]&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|4&lt;br /&gt;
|Sep 29&lt;br /&gt;
|[[12-240/Homework Assignment 3|HW3]]&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|5&lt;br /&gt;
|Oct 6&lt;br /&gt;
|[[14-240/Homework Assignment 4|HW4]]&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|6&lt;br /&gt;
|Oct 13&lt;br /&gt;
|No Monday class (Thanksgiving)&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|7&lt;br /&gt;
|Oct 20&lt;br /&gt;
|[[14-240/Homework Assignment 5|HW5]], [[14-240/Term Test|Term Test]] at tutorials on Tuesday&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|8&lt;br /&gt;
|Oct 27&lt;br /&gt;
|[[14-240/Homework Assignment 6|HW6]]&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|9&lt;br /&gt;
|Nov 3&lt;br /&gt;
|Monday is the last day to drop this class, [[14-240/Homework Assignment 7|HW7]]&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|10&lt;br /&gt;
|Nov 10&lt;br /&gt;
|[[14-240/Homework Assignment 8|HW8]]&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|11&lt;br /&gt;
|Nov 17&lt;br /&gt;
|Monday-Tuesday is UofT November break, [[14-240/Homework Assignment 9|HW9]]&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|12&lt;br /&gt;
|Nov 24&lt;br /&gt;
|[[14-240/Homework Assignment 10|HW10]]&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|13&lt;br /&gt;
|Dec 1&lt;br /&gt;
|Wednesday is a &amp;quot;makeup Monday&amp;quot;!&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|F&lt;br /&gt;
|Dec 8&lt;br /&gt;
|[[14-240/The Final Exam|The Final Exam]]?&lt;br /&gt;
|- align=left&lt;br /&gt;
|align=center|F&lt;br /&gt;
|Dec 15&lt;br /&gt;
|[[14-240/The Final Exam|The Final Exam]]?&lt;br /&gt;
|- align=left&lt;br /&gt;
|colspan=3 align=center|[[14-240/Register of Good Deeds|Register of Good Deeds]]&lt;br /&gt;
|- align=left&lt;br /&gt;
|colspan=3 align=center|[[Image:14-240-ClassPhoto.jpg|310px|Class Photo]]&amp;lt;br/&amp;gt;[[14-240/Class Photo|Add your name / see who&#039;s in!]]&lt;br /&gt;
|- align=left&lt;br /&gt;
|colspan=3 align=center|[[Image:14-240-Splash.png|310px]]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Hameeral</name></author>
	</entry>
	<entry>
		<id>https://drorbn.net/index.php?title=14-240/About_This_Class&amp;diff=13280</id>
		<title>14-240/About This Class</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=14-240/About_This_Class&amp;diff=13280"/>
		<updated>2014-09-13T20:37:20Z</updated>

		<summary type="html">&lt;p&gt;Hameeral: /* The Term Test */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{14-240/Navigation}}&lt;br /&gt;
===Crucial Information===&lt;br /&gt;
{{14-240/Crucial Information}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;URL:&#039;&#039;&#039; &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;{{SERVER}}/drorbn/index.php?title=14-240&amp;lt;/span&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Abstract===&lt;br /&gt;
Taken from the Faculty of Arts and Science [http://www.artsandscience.utoronto.ca/ofr/calendar/crs_mat.htm Calendar]:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
A theoretical approach to: vector spaces over arbitrary fields including &amp;lt;math&amp;gt;{\mathbb C}&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;{\mathbb Z}_p&amp;lt;/math&amp;gt;. Subspaces, bases and dimension. Linear transformations, matrices, change of basis, similarity, determinants. Polynomials over a field (including unique factorization, resultants). Eigenvalues, eigenvectors, characteristic polynomial, diagonalization. Minimal polynomial, Cayley-Hamilton theorem.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Prerequisite: high school level calculus.&lt;br /&gt;
*Co-requisite: MAT157Y1&lt;br /&gt;
*Distribution Requirement Status: This is a Science course&lt;br /&gt;
*Breadth Requirement: The Physical and Mathematical Universes (5)&lt;br /&gt;
&lt;br /&gt;
[[Image:Friedberg_Insel_Spence_Cover.jpg|right|200px]]&lt;br /&gt;
&lt;br /&gt;
===Text Book(s)===&lt;br /&gt;
Our main text book will be &#039;&#039;Linear Algebra&#039;&#039; (fourth edition) by Friedberg, Insel and Spence, ISBN 0-13-008451-4; it is a required reading.&lt;br /&gt;
&lt;br /&gt;
===Wiki===&lt;br /&gt;
The class web site is a wiki, as in [http://www.wikipedia.org Wikipedia] - meaning that anyone can and is welcome to edit almost anything and in particular, students can post notes, comments, pictures, whatever. Some rules, though -&lt;br /&gt;
* This wiki is a part of my ([[User:Drorbn|Dror&#039;s]]) academic web page. All postings on it must be class-related (or related to one of the other projects I&#039;m involved with).&lt;br /&gt;
* You must login to edit. To get an account, email me the class you are taking ([[14-240]]), your preferred login name, your real name and your email address if different from the address you are writing from.&lt;br /&gt;
* Criticism is fine, but no insults or foul language, please.&lt;br /&gt;
* I ([[User:Drorbn|Dror]]) will allow myself to exercise editorial control, when necessary.&lt;br /&gt;
* The titles of all pages related to this class should begin with &amp;quot;14-240/&amp;quot; or with &amp;quot;14-240-&amp;quot;, just like the title of this page.&lt;br /&gt;
* For most 14-240 pages, it is a good idea to put a line containing only the string &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{14-240/Navigation}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; at the top of the page. This template inserts the class&#039; &amp;quot;navigation panel&amp;quot; on the top right of the page.&lt;br /&gt;
* To edit the navigation panel itself, click on the word &amp;quot;Navigation&amp;quot; on the upper right of the panel. &#039;&#039;&#039;Use caution!&#039;&#039;&#039; Such edits affect many other pages! Note that due to page-caching, such edits take some time to propagate to the pages that include the navigation panel. To force immediate propagation to a given page, reload that page with the string &amp;quot;&amp;lt;tt&amp;gt;&amp;amp;action=purge&amp;lt;/tt&amp;gt;&amp;quot; (meaning: &amp;quot;purge cached version&amp;quot;) appended to the page&#039;s URL.&lt;br /&gt;
* Neatness matters! Material that is posted in an appealing manner will be read more, and thus will be more useful.&lt;br /&gt;
* Some further editing help is available at [[Help:Contents]].&lt;br /&gt;
&lt;br /&gt;
===Marking Scheme===&lt;br /&gt;
There will be one term test (25% of the total grade) and a final exam (50%), as well as about 10 homework assignments (25%).&lt;br /&gt;
&lt;br /&gt;
====The Term Test====&lt;br /&gt;
The term test will take place at tutorials on Tuesday October 21st, 1-3PM. A student who misses the term test without providing a valid reason (for example, a doctor’s note) within one week of the test will receive a mark of 0 on the term test. There will be no make-up term test. If a student misses the term test for a valid reason, the weight of the problem sets will increase to 35% and the weight of the final exam to 65%.&lt;br /&gt;
&lt;br /&gt;
====Homework====&lt;br /&gt;
About 10 assignments will be posted on the course web page and distributed in class (usually on Mondays) approximately on the weeks shown in the class timeline. They will usually be due a week later at the tutorials (on Tuesdays) and they will be (at least partially) marked by the TAs. All students (including those who join the course late) will receive a mark of 0 on each assignment not handed in; though in computing the homework grade, your worst two assignments will not count. I encourage you to discuss the assignments with other students or browse the web, so long as you do at least some of the thinking on your own and you write up your own solutions. Remember that cheating is always possible and may increase your homework grade a bit. But it will hurt your appreciation of yourself, your knowledge and your exam grades a lot more.&lt;br /&gt;
&lt;br /&gt;
===Good Deeds===&lt;br /&gt;
Students will be able to earn up to 25 &amp;quot;good deeds&amp;quot; points throughout the year for doing services to the class as a whole. There is no pre-set system for awarding these points, but the following will definitely count:&lt;br /&gt;
* Drawing a beautiful picture to illustrate a point discussed in class and posting it on this site.&lt;br /&gt;
* Taking class notes in nice handwriting, scanning them and posting them here.&lt;br /&gt;
* Typing up or formatting somebody else&#039;s class notes, correcting them or expanding them in any way.&lt;br /&gt;
* Writing an essay on expanding on anything mentioned in class and posting it here; correcting or expanding somebody else&#039;s article.&lt;br /&gt;
* Setup &#039;&#039;useful&#039;&#039; external resources: A web-based discussion forum? A Q/A site?&lt;br /&gt;
* Doing anything on our [[14-240/To do]] list.&lt;br /&gt;
* Any other service to the class as a whole.&lt;br /&gt;
&lt;br /&gt;
Good deed points will count towards your final grade! If you got &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; of those, they are solidly yours and the above formula for the final grade will only be applied to the remaining &amp;lt;math&amp;gt;100-n&amp;lt;/math&amp;gt; points. So if you got 25 good deed points (say) and your final grade is 80, I will report your grade as &amp;lt;math&amp;gt;25+80(100-25)/100=85&amp;lt;/math&amp;gt;. Yet you can get an overall 100 even without doing a single good deed.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Important.&#039;&#039;&#039; For your good deeds to count, you &#039;&#039;&#039;must&#039;&#039;&#039; do them under your own name. So you must set up an account for yourself on this wiki and you must use it whenever you edit something. I will periodically check [[Special:Recentchanges|Recent changes]] to assign good deeds credits. Those credits will be made public (good deeds are public as a whole) towards the end of the course, at [[14-240/Register of Good Deeds]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Important.&#039;&#039;&#039; The good deed points are an extra, a bonus, a treat. Very few will get many, and you should not count of them as a substitute for doing class work.&lt;br /&gt;
&lt;br /&gt;
===Class Photo===&lt;br /&gt;
To help me learn your names, I will take a class photo on Wednesday of the third week of classes. I will post the picture on the class&#039; web site and you will be &#039;&#039;required&#039;&#039; to send me an email and identify yourself in the picture or to identify yourself on the [[14-240/Class Photo|Class Photo]] page of this wiki.&lt;br /&gt;
&lt;br /&gt;
===Accessibility Needs===&lt;br /&gt;
The University of Toronto is committed to accessibility. If you require accommodations for a disability, or have any accessibility concerns about the course, the classroom or course materials, please contact Accessibility Services as soon as possible: [mailto:disability.services@utoronto.ca disability.services@utoronto.ca] or http://studentlife.utoronto.ca/accessibility.&lt;br /&gt;
&lt;br /&gt;
===Academic Integrity===&lt;br /&gt;
I have been asked to include with the course syllabus a link to the Office of Academic Integrity. Here it is: http://www.artsci.utoronto.ca/osai/students.&lt;br /&gt;
&lt;br /&gt;
===How to Succeed in this Class===&lt;br /&gt;
* &#039;&#039;&#039;Keep up!&#039;&#039;&#039; Don&#039;t fall behind on reading, listening, and doing assignments! University goes at a different pace than high school. New material is covered once and just once. There will be no going over the same thing again and again - if you fall behind, you stay behind. Unless you are an Einstein, there is &#039;&#039;no way&#039;&#039; to do well in this class merely by attending lectures - you &#039;&#039;&#039;must&#039;&#039;&#039; think about the material more than 3 or 5 hours a week if you want it to sink in. And if you are planning on not attending lectures, well, think again. Most people find it very hard to pace their own studies without a human contact; if you&#039;ll try, you are likely to discover the hard way that you belong to the majority.&lt;br /&gt;
* If in high school you were the best in your class in math, now remember that everybody around you was the same. You may find that what was enough then simply doesn&#039;t cut it any more. Try to catch that early in the year!&lt;br /&gt;
* Math is about &#039;&#039;&#039;understanding&#039;&#039;&#039;, not about memorizing. To understand is to internalize; it is to come to the point where whatever the professor does on the blackboard or whatever is printed in the books becomes &#039;&#039;&#039;yours&#039;&#039;&#039;; it is to come to the point where you appreciate why everything is done the way it is done, what does it mean, what are the reasons and motivations and what is it all good for. Don&#039;t settle for less!&lt;br /&gt;
* Keep asking yourself questions; many of them will be answered in class, but not all. Remember the old Chinese proverb:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center; font-size: 18px&amp;quot;&amp;gt;&#039;&#039;&#039;&amp;quot;Teachers  open the door, but you must enter by yourself&amp;quot;&#039;&#039;&#039;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center; font-size: 18px&amp;quot;&amp;gt;&#039;&#039;&#039;&amp;quot;师傅领进门,修行靠个人!&amp;quot;&#039;&#039;&#039;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Hameeral</name></author>
	</entry>
</feed>