<?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=Physics</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=Physics"/>
	<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=Special:Contributions/Physics"/>
	<updated>2026-05-07T20:49:11Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://drorbn.net/index.php?title=09-240/Classnotes_for_Tuesday_September_22&amp;diff=7879</id>
		<title>09-240/Classnotes for Tuesday September 22</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=09-240/Classnotes_for_Tuesday_September_22&amp;diff=7879"/>
		<updated>2009-09-23T02:44:42Z</updated>

		<summary type="html">&lt;p&gt;Physics: /* Food for thought */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{09-240/Navigation}}&lt;br /&gt;
&lt;br /&gt;
==Some links==&lt;br /&gt;
* {{Pensieve Link|2009-09/nb/09-240-TheComplexField.pdf|The Complex Numbers by Computer}}.&lt;br /&gt;
* Dori Eldar&#039;s work on &amp;quot;mechanical computations&amp;quot;: {{Home Link|People/Eldar/thesis/linkfunc.htm|Machines as Calculating Devices}} and {{Home Link|People/Eldar/thesis/squaring.htm|Computing the function &amp;lt;math&amp;gt;W=Z^2&amp;lt;/math&amp;gt; the hard way}}.&lt;br /&gt;
* The &amp;quot;Dimensions&amp;quot; video on &amp;quot;Nombres complexes&amp;quot;, is at http://dimensions-math.org/Dim_reg_AM.htm (and then go to &amp;quot;Dimensions_5&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{09-240/Class Notes Warning}}&lt;br /&gt;
==Class notes for today==&lt;br /&gt;
&lt;br /&gt;
Vectors:&lt;br /&gt;
# can be added&lt;br /&gt;
# can be multiplied by a number (not another vector)&lt;br /&gt;
&lt;br /&gt;
Let &amp;lt;math&amp;gt;\mathcal F&amp;lt;/math&amp;gt; be a field.  A vector space &amp;lt;math&amp;gt;\mathbf V&amp;lt;/math&amp;gt; over the field &amp;lt;math&amp;gt;\mathcal F&amp;lt;/math&amp;gt; is a set &amp;lt;math&amp;gt;\mathbf V&amp;lt;/math&amp;gt; (of vectors) with a special element &amp;lt;math&amp;gt;0_V&amp;lt;/math&amp;gt;, a binary operation &amp;lt;math&amp;gt;+ : \mathbf V \times \mathbf V \rightarrow \mathbf V&amp;lt;/math&amp;gt;, a binary operation &amp;lt;math&amp;gt;\cdot : \mathcal F \times \mathbf V \rightarrow \mathbf V&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border: solid 1px black&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Convention for today:&lt;br /&gt;
: &amp;lt;math&amp;gt;x, y, z \in \mathbf V&amp;lt;/math&amp;gt;&lt;br /&gt;
: &amp;lt;math&amp;gt;a, b, c \in \mathcal F&amp;lt;/math&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
VS1 &amp;lt;math&amp;gt;\forall x, y \in \mathbf V, x + y = y + x&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
VS2 &amp;lt;math&amp;gt;\cdots (x + y) + z = x + (y + z)&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
VS3 &amp;lt;math&amp;gt;\cdots x + 0 = x&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
VS4 &amp;lt;math&amp;gt;\forall x, \exists y \mbox{ s.t. } x + y = 0&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
VS5 &amp;lt;math&amp;gt;1 \cdot x = x&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
VS6 &amp;lt;math&amp;gt;a \cdot (b \cdot x) = (a \cdot b) \cdot x&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
VS7 &amp;lt;math&amp;gt;a \cdot (x + y) = ax + ay&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
VS8 &amp;lt;math&amp;gt;(a + b) \cdot x = ax + bx&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Proof of VS4 ===&lt;br /&gt;
&lt;br /&gt;
Take an arbitrary &amp;lt;math&amp;gt;x = \begin{pmatrix} a_1 \\ a_2 \\ \vdots \\ a_n \end{pmatrix} \in F^n&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Set &amp;lt;math&amp;gt;y = \begin{pmatrix} -a_1 \\ -a_2 \\ \vdots \\ -a_n \end{pmatrix}&amp;lt;/math&amp;gt; and note&lt;br /&gt;
: &amp;lt;math&amp;gt;x + y = \begin{pmatrix} a_1 \\ a_2 \\ \vdots \\ a_n \end{pmatrix} + \begin{pmatrix} -a_1 \\ -a_2 \\ \vdots \\ -a_n \end{pmatrix} = \begin{pmatrix} a_1 + (-a_1) \\ a_2 + (-a_2) \\ \vdots \\ a_n + (-a_n) \end{pmatrix} = \begin{pmatrix} 0 \\ 0 \\ \vdots \\ 0 \end{pmatrix} = 0_{F^n}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
# &amp;lt;math&amp;gt;F^n \mbox{ for } n \in \mathbb N&amp;lt;/math&amp;gt;&lt;br /&gt;
#: &amp;lt;math&amp;gt;F^n = \left\{ \begin{pmatrix} a_1 \\ a_2 \\ \vdots \\ a_n \end{pmatrix} : a_i \in F \right\}&amp;lt;/math&amp;gt;&lt;br /&gt;
#: &amp;lt;math&amp;gt;\begin{pmatrix} a_1 \\ a_2 \\ \vdots \\ a_n \end{pmatrix} + \begin{pmatrix} b_1 \\ b_2 \\ \vdots \\ b_n \end{pmatrix} = \begin{pmatrix} a_1 + b_1 \\ a_2 + b_2 \\ \vdots \\ a_n + b_n \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
#: &amp;lt;math&amp;gt;a \begin{pmatrix} b_1 \\ b_2 \\ \vdots \\ b_n \end{pmatrix} = \begin{pmatrix} ab_1 \\ ab_2 \\ \vdots \\ ab_n \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
#: ...&lt;br /&gt;
# &amp;lt;math&amp;gt;\mathrm M_{m \times n}(F)&amp;lt;/math&amp;gt;&lt;br /&gt;
#: ...&lt;br /&gt;
# &amp;lt;math&amp;gt;\mathcal F(S, F)&amp;lt;/math&amp;gt;&lt;br /&gt;
# Polynomials&lt;br /&gt;
# &amp;lt;math&amp;gt;...&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Food for thought ===&lt;br /&gt;
&lt;br /&gt;
What is wrong with setting&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{pmatrix}&lt;br /&gt;
2 &amp;amp; 3 \\&lt;br /&gt;
4 &amp;amp; 5 \\&lt;br /&gt;
\end{pmatrix} \cdot \begin{pmatrix}&lt;br /&gt;
6 &amp;amp; 7 \\&lt;br /&gt;
8 &amp;amp; 9 \\&lt;br /&gt;
\end{pmatrix} = \begin{pmatrix}&lt;br /&gt;
2 \cdot 6 &amp;amp; 3 \cdot 7 \\&lt;br /&gt;
4 \cdot 8 &amp;amp; 5 \cdot 9 \\&lt;br /&gt;
\end{pmatrix} = \begin{pmatrix}&lt;br /&gt;
12 &amp;amp; 21 \\&lt;br /&gt;
32 &amp;amp; 45 \\&lt;br /&gt;
\end{pmatrix} ?&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# Unnecessary for a V.S.&lt;br /&gt;
# This is useless, since it does not describe reality. For example, a mathematical theory with 46 dimensions can be perfect and mathematically elegant, but if the only solution to it is a universe in which life cannot form it is not reality, hence we have no use for it.&lt;/div&gt;</summary>
		<author><name>Physics</name></author>
	</entry>
	<entry>
		<id>https://drorbn.net/index.php?title=09-240/Classnotes_for_Tuesday_September_15&amp;diff=7795</id>
		<title>09-240/Classnotes for Tuesday September 15</title>
		<link rel="alternate" type="text/html" href="https://drorbn.net/index.php?title=09-240/Classnotes_for_Tuesday_September_15&amp;diff=7795"/>
		<updated>2009-09-17T21:46:45Z</updated>

		<summary type="html">&lt;p&gt;Physics: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{09-240/Navigation}}&lt;br /&gt;
{{09-240/Class Notes Warning}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:09-240 Classnotes for Tuesday September 15 2009 page 1.jpg|[[User:Yangjiay|Yangjiay]] - Page 1&lt;br /&gt;
Image:09-240 Classnotes for Tuesday September 15 2009 page 2.jpg|Page 2&lt;br /&gt;
Image:09-240 Classnotes for Tuesday September 15 2009 page 3.jpg|Page 3&lt;br /&gt;
Image:09-240 Classnotes for Tuesday September 15 2009 page 4.jpg|Page 4&lt;br /&gt;
Image:09-240 Classnotes for Tuesday September 15 2009 page 5.jpg|Page 5&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The real numbers A set &amp;lt;math&amp;gt;\mathbb R&amp;lt;/math&amp;gt; with two binary operators and two special elements &amp;lt;math&amp;gt;0, 1 \in \mathbb R&amp;lt;/math&amp;gt; s.t.&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;F1.\quad \forall a, b \in \mathbb R, a + b = b + a \mbox{ and } a \cdot b = b \cdot a&amp;lt;/math&amp;gt;&lt;br /&gt;
: &amp;lt;math&amp;gt;F2.\quad \forall a, b, c, (a + b) + c = a + (b + c) \mbox{ and } (a \cdot b) \cdot c = a \cdot (b \cdot c)&amp;lt;/math&amp;gt;&lt;br /&gt;
: &amp;lt;math&amp;gt;\mbox{(So for any real numbers } a_1, a_2, ..., a_n, \mbox{ one can sum them in any order and achieve the same result.}&amp;lt;/math&amp;gt;&lt;br /&gt;
: &amp;lt;math&amp;gt;F3.\quad \forall a, a + 0 = a \mbox{ and } a \cdot 1 = a&amp;lt;/math&amp;gt;&lt;br /&gt;
: &amp;lt;math&amp;gt;F4.\quad \forall a, \exists b, a + b = 0 \mbox{ and } \forall a \ne 0, \exists b, a \cdot b = 1&amp;lt;/math&amp;gt;&lt;br /&gt;
: &amp;lt;math&amp;gt;\mbox{So } a + (-a) = 0 \mbox{ and } a \cdot a^{-1} = 1&amp;lt;/math&amp;gt;&lt;br /&gt;
: &amp;lt;math&amp;gt;\mbox{(So } (a + b) \cdot (a - b) = a^2 - b^2)&amp;lt;/math&amp;gt;&lt;br /&gt;
: &amp;lt;math&amp;gt;\forall a, \exists x, x \cdot x = a \mbox{ or } a + x \cdot x = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
: Note: &#039;&#039;&#039;or&#039;&#039;&#039; means &#039;&#039;&#039;inclusive or&#039;&#039;&#039; in math.&lt;br /&gt;
: &amp;lt;math&amp;gt;F5.\quad (a + b) \cdot c = a \cdot c + b \cdot c&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Definition&amp;lt;/u&amp;gt;: A &#039;&#039;&#039;field&#039;&#039;&#039; is a set &#039;&#039;F&#039;&#039; with two binary operators &amp;lt;math&amp;gt;\,\!+&amp;lt;/math&amp;gt;: &#039;&#039;F&#039;&#039;×&#039;&#039;F&#039;&#039; → &#039;&#039;F&#039;&#039;, &amp;lt;math&amp;gt;\times\,\!&amp;lt;/math&amp;gt;: &#039;&#039;F&#039;&#039;×&#039;&#039;F&#039;&#039; → &#039;&#039;F&#039;&#039; and two elements &amp;lt;math&amp;gt;0, 1 \in \mathbb R&amp;lt;/math&amp;gt; s.t.&lt;br /&gt;
: &amp;lt;math&amp;gt;F1\quad \mbox{Commutativity } a + b = b + a \mbox{ and } a \cdot b = b \cdot a \forall a, b \in F&amp;lt;/math&amp;gt;&lt;br /&gt;
: &amp;lt;math&amp;gt;F2\quad \mbox{Associativity } (a + b) + c = a + (b + c) \mbox{ and } (a \cdot b) \cdot c = a \cdot (b \cdot c)&amp;lt;/math&amp;gt;&lt;br /&gt;
: &amp;lt;math&amp;gt;F3\quad a + 0 = a, a \cdot 1 = a&amp;lt;/math&amp;gt;&lt;br /&gt;
: &amp;lt;math&amp;gt;F4\quad \forall a, \exists b, a + b = 0 \mbox{ and } \forall a \ne 0, \exists b, a \cdot b = 1&amp;lt;/math&amp;gt;&lt;br /&gt;
: &amp;lt;math&amp;gt;F5\quad \mbox{Distributivity } (a + b) \cdot c = a \cdot c + b \cdot c&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
# &amp;lt;math&amp;gt;F = \mathbb R&amp;lt;/math&amp;gt;&lt;br /&gt;
# &amp;lt;math&amp;gt;F = \mathbb Q&amp;lt;/math&amp;gt;&lt;br /&gt;
# &amp;lt;math&amp;gt;\mathbb C = \{ a + bi : a, b \in \mathbb R \}&amp;lt;/math&amp;gt;&lt;br /&gt;
#: &amp;lt;math&amp;gt;i = \sqrt{-1}&amp;lt;/math&amp;gt;&lt;br /&gt;
#: &amp;lt;math&amp;gt;\,\!(a + bi) + (c + di) = (a + c) + (b + d)i&amp;lt;/math&amp;gt;&lt;br /&gt;
#: &amp;lt;math&amp;gt;\,\!0 = 0 + 0i, 1 = 1 + 0i&amp;lt;/math&amp;gt;&lt;br /&gt;
# &amp;lt;math&amp;gt;\,\!F_2 = \{ 0, 1 \}&amp;lt;/math&amp;gt;&lt;br /&gt;
# &amp;lt;math&amp;gt;\,\!F_7 = \{ 0, 1,2,3,4,5,6 \}&amp;lt;/math&amp;gt;&lt;br /&gt;
# &amp;lt;math&amp;gt;\,\!F_6 = \{ 0, 1,2,3,4,5 \}&amp;lt;/math&amp;gt; is not a field because not every element has a multiplicative inverse.&lt;br /&gt;
#: Let &amp;lt;math&amp;gt;a = 2.&amp;lt;/math&amp;gt;&lt;br /&gt;
#: Then &amp;lt;math&amp;gt;a \cdot 0 = 0, a \cdot 1 = 2, a \cdot 3 = 0, a \cdot 4 = 2, a \cdot 5 = 4&amp;lt;/math&amp;gt;&lt;br /&gt;
#: Therefore F4 fails; there is &#039;&#039;&#039;no&#039;&#039;&#039; number &#039;&#039;b&#039;&#039; in &#039;&#039;F&#039;&#039;&amp;lt;sub&amp;gt;6&amp;lt;/sub&amp;gt; s.t. &#039;&#039;a · b&#039;&#039; = 1&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+ Ex. 4&lt;br /&gt;
|-&lt;br /&gt;
! + !! 0 !! 1&lt;br /&gt;
|-&lt;br /&gt;
! 0&lt;br /&gt;
| 0 || 1&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| 1 || 0&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+ Ex. 4&lt;br /&gt;
|-&lt;br /&gt;
! × !! 0 !! 1&lt;br /&gt;
|-&lt;br /&gt;
! 0&lt;br /&gt;
| 0 || 0&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| 0 || 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+ Ex. 5&lt;br /&gt;
|-&lt;br /&gt;
! + !! 0 !! 1 !! 2 !! 3 !! 4 !! 5 !! 6&lt;br /&gt;
|-&lt;br /&gt;
! 0&lt;br /&gt;
| 0 || 1 || 2 || 3 || 4 || 5 || 6&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| 1 || 2 || 3 || 4 || 5 || 6 || 0&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| 2 || 3 || 4 || 5 || 6 || 0 || 1&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| 3 || 4 || 5 || 6 || 0 || 1 || 2&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| 4 || 5 || 6 || 0 || 1 || 2 || 3&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| 5 || 6 || 0 || 1 || 2 || 3 || 4&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| 6 || 0 || 1 || 2 || 3 || 4 || 5&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+ Ex. 5&lt;br /&gt;
|-&lt;br /&gt;
! × !! 0 !! 1 !! 2 !! 3 !! 4 !! 5 !! 6&lt;br /&gt;
|-&lt;br /&gt;
! 0&lt;br /&gt;
| 0 || 0 || 0 || 0 || 0 || 0 || 0&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| 0 || 1 || 2 || 3 || 4 || 5 || 6&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| 0 || 2 || 4 || 6 || 1 || 3 || 5&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| 0 || 3 || 6 || 2 || 5 || 1 || 4&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| 0 || 4 || 1 || 5 || 2 || 6 || 3&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| 0 || 5 || 3 || 1 || 6 || 4 || 2&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| 0 || 6 || 5 || 4 || 3 || 2 || 1&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Theorem&#039;&#039;&#039;: &#039;&#039;F&#039;&#039;&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; is a field.&lt;br /&gt;
&lt;br /&gt;
In order to prove that the associative property holds, make a table (similar to a [http://en.wikipedia.org/wiki/Truth_table truth table]) for &#039;&#039;a&#039;&#039;, &#039;&#039;b&#039;&#039; and &#039;&#039;c&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
! a !! b !! c !! &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| 0 || 0 || 0 || &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| 0 || 0 || 1 || &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| 0 || 1 || 0 || &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| 0 || 1 || 1 || (0 + 1) + 1 =&amp;lt;sup&amp;gt;?&amp;lt;/sup&amp;gt; 0 + (1 + 1)&amp;lt;br /&amp;gt;1 + 1 =&amp;lt;sup&amp;gt;?&amp;lt;/sup&amp;gt; 0 + 0&amp;lt;br /&amp;gt;0 = 0&lt;br /&gt;
|-&lt;br /&gt;
| 1 || 0 || 0 || &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| 1 || 0 || 1 || &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| 1 || 1 || 0 || &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| 1 || 1 || 1 || &amp;amp;nbsp;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Theorem&#039;&#039;&#039;: &amp;lt;math&amp;gt;\,\! F_p &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt;p &amp;gt; 1&amp;lt;/math&amp;gt; is a field &#039;&#039;iff&#039;&#039; &amp;lt;small&amp;gt;([http://en.wikipedia.org/wiki/If_and_only_if if and only if])&amp;lt;/small&amp;gt; &amp;lt;math&amp;gt;p&amp;lt;/math&amp;gt; is a prime number&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Proof&amp;lt;/u&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
Given a finite set with &amp;lt;math&amp;gt;m&amp;lt;/math&amp;gt; elements in &amp;lt;math&amp;gt;\mathbb Z&amp;lt;/math&amp;gt;, an element &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; will have a multiplicative inverse &#039;&#039;&#039;iff&#039;&#039;&#039; &amp;lt;math&amp;gt;gcd(a,m) = 1&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This can be shown using [http://en.wikipedia.org/wiki/B%C3%A9zout%27s_identity Bézout&#039;s identity]:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;\exists x, y \mbox{ s.t. } ax + my = 1&amp;lt;/math&amp;gt;&lt;br /&gt;
: &amp;lt;math&amp;gt;\left(ax + my\right) \pmod{m} = 1\pmod{m}&amp;lt;/math&amp;gt;&lt;br /&gt;
: &amp;lt;math&amp;gt;ax = 1&amp;lt;/math&amp;gt;&lt;br /&gt;
: &amp;lt;math&amp;gt;x = a^{-1}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We have shown that &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; has a multiplicative inverse if &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;m&amp;lt;/math&amp;gt; are relatively prime. It is therefore a natural conclusion that if &amp;lt;math&amp;gt;m&amp;lt;/math&amp;gt; is prime all elements in the set will satisfy &amp;lt;math&amp;gt;gcd(a, m) = 1&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Multiplication is repeated addition.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;23 \times 27 = \begin{matrix} 27 \\ \overbrace{23 + 23 + 23 + \cdots + 23} \end{matrix} = 621&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;27 \times 23 = \begin{matrix} 23 \\ \overbrace{27 + 27 + 27 + \cdots + 27} \end{matrix} = 621&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
One may interpret this as counting the units in a 23×27 rectangle; one may choose to count along either 23 rows or 27 columns, but both ways lead to the same answer.&lt;br /&gt;
&lt;br /&gt;
You may also think of it as 27-n=23 23*23 + 23*n = 27*23.&lt;br /&gt;
Exponentiation is repeated multiplication, but it does not have the same properties as multiplication; 2&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; = 8, but 3&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; = 9.&lt;br /&gt;
&lt;br /&gt;
== Tedious Theorem ==&lt;br /&gt;
# &amp;lt;math&amp;gt;a + b = c + d \Rightarrow a = c &amp;lt;/math&amp;gt; &amp;quot;cancellation property&amp;quot;&lt;br /&gt;
#: Proof:&lt;br /&gt;
#: By F4, &amp;lt;math&amp;gt;\exists d \mbox{ s.t. } b + d = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
#: &amp;lt;math&amp;gt;\,\! (a + b) + d = (c + b) + d&amp;lt;/math&amp;gt;&lt;br /&gt;
#: &amp;lt;math&amp;gt;\Rightarrow a + (b + d) = c + (b + d)&amp;lt;/math&amp;gt; by F2&lt;br /&gt;
#: &amp;lt;math&amp;gt;\Rightarrow a + 0 = c + 0&amp;lt;/math&amp;gt; by choice of &#039;&#039;d&#039;&#039;&lt;br /&gt;
#: &amp;lt;math&amp;gt;\Rightarrow a = c&amp;lt;/math&amp;gt; by F3&lt;br /&gt;
# &amp;lt;math&amp;gt; a \cdot b = c \cdot b , (b \ne 0) \Rightarrow a = c &amp;lt;/math&amp;gt; &lt;br /&gt;
# &amp;lt;math&amp;gt;a + O&#039; = a \Rightarrow O&#039; = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
#: Proof:&lt;br /&gt;
#: &amp;lt;math&amp;gt;\,\! a + O&#039; = a&amp;lt;/math&amp;gt;&lt;br /&gt;
#: &amp;lt;math&amp;gt;\Rightarrow a + O&#039; = a + 0&amp;lt;/math&amp;gt; by F3&lt;br /&gt;
#: &amp;lt;math&amp;gt;\Rightarrow O&#039; = 0&amp;lt;/math&amp;gt; by adding the additive inverse of &#039;&#039;a&#039;&#039; to both sides&lt;br /&gt;
# &amp;lt;math&amp;gt;a \cdot l&#039; = a, a \ne 0 \Rightarrow l&#039; = 1&amp;lt;/math&amp;gt;&lt;br /&gt;
# &amp;lt;math&amp;gt;a + b = 0 = a + b&#039; \Rightarrow b = b&#039;&amp;lt;/math&amp;gt;&lt;br /&gt;
# &amp;lt;math&amp;gt;a \cdot b = 1 = a \cdot b&#039; \Rightarrow b = b&#039; = a^{-1}&amp;lt;/math&amp;gt;&lt;br /&gt;
#: &amp;lt;math&amp;gt;\,\! \mbox{Aside: } a - b = a + (-b)&amp;lt;/math&amp;gt;&lt;br /&gt;
#: &amp;lt;math&amp;gt;\frac ab = a \cdot b^{-1}&amp;lt;/math&amp;gt;&lt;br /&gt;
# &amp;lt;math&amp;gt;\,\! -(-a) = a, (a^{-1})^{-1}&amp;lt;/math&amp;gt;&lt;br /&gt;
# &amp;lt;math&amp;gt;a \cdot 0 = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
#: Proof:&lt;br /&gt;
#: &amp;lt;math&amp;gt;a \cdot 0 = a(0 + 0)&amp;lt;/math&amp;gt; by F3&lt;br /&gt;
#: &amp;lt;math&amp;gt;= a \cdot 0 + a \cdot 0&amp;lt;/math&amp;gt; by F5&lt;br /&gt;
#: &amp;lt;math&amp;gt;= 0 = a \cdot 0&amp;lt;/math&amp;gt;&lt;br /&gt;
# &amp;lt;math&amp;gt;\forall b, 0 \cdot b \ne 1&amp;lt;/math&amp;gt;&lt;br /&gt;
#: So there is no 0&amp;lt;sup&amp;gt;&amp;amp;minus;1&amp;lt;/sup&amp;gt;&lt;br /&gt;
# &amp;lt;math&amp;gt;(-a) \cdot b = a \cdot (-b) = -(a \cdot b)&amp;lt;/math&amp;gt;&lt;br /&gt;
# &amp;lt;math&amp;gt;(-a) \cdot (-b) = a \cdot b&amp;lt;/math&amp;gt;&lt;br /&gt;
# (Bonus) &amp;lt;math&amp;gt;\,\! (a + b)(a - b) = a^2 - b^2&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Quotation of the Day ==&lt;br /&gt;
......&lt;/div&gt;</summary>
		<author><name>Physics</name></author>
	</entry>
</feed>