14-240/Classnotes for Monday September 8: Difference between revisions
(The first half of Wednesday's Lesson) |
No edit summary |
||
| Line 43: | Line 43: | ||
R3: a+0=a & a*1=a |
R3: a+0=a & a*1=a |
||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
such that |
such that |
||
R1: For every a, b that are elements of |R , a + b = b + a |
R1: For every <math>a, b</math> that are elements of |R , <math>a + b = b + a</math> and <math>ab = ba </math> |
||
& ab = ba |
|||
R2: For every a, b, c that are elements of |R, ( a + b ) + c = a + ( b + c ) |
R2: For every <math>a, b, c</math> that are elements of |R, <math>( a + b ) + c = a + ( b + c )</math> and <math> (ab)c = a(bc)</math> |
||
& (ab)c = a(bc) |
|||
R3: For every a that is an element of |R, a + 0 = a |
R3: For every <math>a</math> that is an element of |R, <math>a + 0 = a</math> and <math> a * 1 = a</math> |
||
& a * 1 = a |
|||
R4: For every a that is an element of |R there exists b that is an element of |R such that a + b = 0 |
R4: For every a that is an element of |R there exists b that is an element of |R such that <math>a + b = 0</math> |
||
& for every a that is an element of |R and a =/= 0 there exists b that is an element |R such that a * b = 1 |
& for every a that is an element of |R and <math>a =/= 0</math> there exists b that is an element |R such that <math>a * b = 1</math> |
||
R5: For every a, b, c that are elements of |R, ( a + b ) c = ac + bc |
R5: For every <math>a, b, c</math> that are elements of |R, <math>( a + b ) c = ac + bc</math> |
||
( a + b ) * ( a - b ) = a^2 - b^2 follows from R1-R5 |
<math>( a + b ) * ( a - b ) = a^2 - b^2</math> follows from R1-R5 |
||
The following is true for the Real Numbers but does not follow from R1-R5 |
The following is true for the Real Numbers but does not follow from R1-R5 |
||
For every a that is an element of |R there exists an x that is an element of |R such that a = x^2 or a + x^2 = 0 |
For every a that is an element of |R there exists an <math>x</math> that is an element of |R such that <math>a = x^2 or a + x^2 = 0</math> |
||
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. |
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. |
||
An example of this is the Rational Numbers |Q. In |Q take a = 2 and there does not exist x such that 2 = x^2 or 2 + x^2 = 0 |
An example of this is the Rational Numbers |Q. In |Q take <math>a = 2</math> and there does not exist <math>x</math> such that <math>2 = x^2</math> or <math>2 + x^2 = 0</math> |
||
The Definition Of A Field: |
The Definition Of A Field: |
||
A "Field" is a set F along with a pair of binary operations +,x : FxF -> F and along with a pair 0, 1 that are elements of F such that 0 =/= 1 |
A "Field" is a set F along with a pair of binary operations +,x : FxF -> F and along with a pair <math>0, 1</math> that are elements of F such that <math>0 =/= 1</math> and such that R1-R5 hold. |
||
R1: For every a, b that are elements of F , a + b = b + a |
R1: For every <math>a, b</math> that are elements of F , <math>a + b = b + a</math> and <math> ab = ba</math> |
||
& ab = ba |
|||
R2: For every a, b, c that are elements of F, ( a + b ) + c = a + ( b + c ) |
R2: For every <math>a, b, c</math> that are elements of F, <math>( a + b ) + c = a + ( b + c )</math> and <math>(ab)c = a(bc)</math> |
||
& (ab)c = a(bc) |
|||
R3: For every a that is an element of F, a + 0 = a |
R3: For every <math>a</math> that is an element of F, <math>a + 0 = a</math> and <math>a * 1 = a</math> |
||
& a * 1 = a |
|||
R4: For every a that is an element of F there exists b that is an element of F such that a + b = 0 |
R4: For every <math>a</math> that is an element of F there exists <math>b</math> that is an element of F such that <math>a + b = 0</math> |
||
& for every a that is an element of F and a =/= 0 there exists b that is an element F such that a * b = 1 |
& for every <math>a</math> that is an element of F and <math>a =/= 0</math> there exists <math>b</math> that is an element F such that <math>a * b = 1</math> |
||
R5: For every a, b, c that are elements of F, ( a + b ) c = ac + bc |
R5: For every <math>a, b, c</math> that are elements of F, <math>( a + b ) c = ac + bc</math> |
||
Example |
Example |
||
| Line 99: | Line 92: | ||
Proposition: F is a Field |
Proposition: F is a Field |
||
checking F5 |
checking F5 |
||
a , b , c | ( a + b ) c | ab + bc | good? |
|||
0 , 0 , 0 | 0 | 0 | yes |
|||
etc... |
etc... |
||
| Line 117: | Line 107: | ||
For every prime number P, FP = {0 , 1 , 2 , ... , p-1 } |
For every prime number P, FP = {0 , 1 , 2 , ... , p-1 } |
||
along with + & x defined as above |
along with + & x defined as above |
||
( a , b ) -> a + b mod p |
<math>( a , b ) -> a + b mod p</math> |
||
is a field. |
is a field. |
||
| Line 127: | Line 117: | ||
Let F be a Field, and let a , b , c denote elements of F |
Let F be a Field, and let a , b , c denote elements of F |
||
Then: |
Then: |
||
1. a + b = c + b -> a = c |
1. <math>a + b = c + b -> a = c </math> |
||
"Cancellation" still holds |
"Cancellation" still holds |
||
2. b =/= 0 , ab = cb -> a = c |
2. <math>b =/= 0 , ab = cb -> a = c</math> |
||
3. If 0' is an element of F and satisfies for every a , a + 0' = a , then 0' = 0 |
3. If <math>0'</math> is an element of F and satisfies for every <math>a , a + 0' = a</math> , then <math>0' = 0 </math> |
||
4. If 1' is "like 1" then 1' = 1 |
4. If <math>1'</math> is "like 1" then <math>1' = 1</math> |
||
... to be continued... |
... to be continued... |
||
Revision as of 14:32, 11 September 2014
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
We went over "What is this class about?" (PDF, HTML), then over "About This Class", and then over the first few properties of real numbers that we will care about.
| Dror's notes above / Students' notes below |
The real numbers a set R
with 2 binary operations +, *
+:R*R→R
*:R*R→R
in addition 2 special element 0,1∈ R s.t. 0≠1 & furthermore:
R1: The commutative law (for both addition and multiplication)
For every a,b∈R, we have a+b=b+a & ab=ba
R2: The associative law
For every a,b,c∈R, we have (a+b)+c=a+(b+c) (ab)c=a(bc)
in our lives pretty little girls (PL)G≠P(LG)
R3: a+0=a & a*1=a
Wednesday September 10th 2014 - Fields
The real numbers: A set |R with +,x : |R x |R -> |R & are elements of |R such that
R1: For every that are elements of |R , and
R2: For every that are elements of |R, and
R3: For every that is an element of |R, and
R4: For every a that is an element of |R there exists b that is an element of |R such that & for every a that is an element of |R and there exists b that is an element |R such that
R5: For every that are elements of |R,
follows from R1-R5
The following is true for the Real Numbers but does not follow from R1-R5 For every a that is an element of |R there exists an that is an element of |R such that
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. An example of this is the Rational Numbers |Q. In |Q take and there does not exist such that or
The Definition Of A Field: A "Field" is a set F along with a pair of binary operations +,x : FxF -> F and along with a pair that are elements of F such that and such that R1-R5 hold.
R1: For every that are elements of F , and
R2: For every that are elements of F, and
R3: For every that is an element of F, and
R4: For every that is an element of F there exists that is an element of F such that & for every that is an element of F and there exists that is an element F such that
R5: For every that are elements of F,
Example
1. |R is a field (real numbers) 2. |Q is a field (rational numbers) 3. |C is a field (complex numbers) 4. F = {0, 1}
- insert table of addition and multiplication*
Proposition: F is a Field checking F5
etc...
F = {0 , 1} = F2 = Z/2
Do the same for F7
- insert table of addition and multiplication*
"Like remainders when you divide by 7" "like remainders mod 7'
Theorem (that shall remain unproved) : For every prime number P, FP = {0 , 1 , 2 , ... , p-1 } along with + & x defined as above is a field.
Theorem: (basic properties of Fields)
Let F be a Field, and let a , b , c denote elements of F Then: 1. "Cancellation" still holds 2. 3. If is an element of F and satisfies for every , then 4. If is "like 1" then
... to be continued...