14-240/Classnotes for Wednesday September 10: Difference between revisions

From Drorbn
Jump to navigationJump to search
No edit summary
Line 16: Line 16:
such that the following properties hold.
such that the following properties hold.


R1 : <math>\forall a, b \in \R, a + b = b + a ~\&~ a * b = b * a</math> (the commutative law)
* R1 : <math>\forall a, b \in \R, a + b = b + a ~\&~ a * b = b * a</math> (the commutative law)


R2 : <math>\forall a, b, c \in \R, (a + b) + c = a + (b + c) ~\&~ (a * b) * c = a * (b * c)</math> (the associative law)
* R2 : <math>\forall a, b, c \in \R, (a + b) + c = a + (b + c) ~\&~ (a * b) * c = a * (b * c)</math> (the associative law)


R3 : <math>\forall a \in \R, a + 0 = a ~\&~ a * 1 = a</math> (existence of units: 0 is known as the
* R3 : <math>\forall a \in \R, a + 0 = a ~\&~ a * 1 = a</math> (existence of units: 0 is known as the
"additive unit" and 1 as the "multiplicative unit")
| "additive unit" and 1 as the "multiplicative unit")


R4 : <math>\forall a \in \R, \exists b \in \R, a + b = 0</math>;
* R4 : <math>\forall a \in \R, \exists b \in \R, a + b = 0</math>;
<math>\forall a \in \R, a \ne 0 \Rightarrow \exists b \in \R, a * b = 1</math> (existence of inverses)
| <math>\forall a \in \R, a \ne 0 \Rightarrow \exists b \in \R, a * b = 1</math> (existence of inverses)


R5 : <math>\forall a, b, c \in \R, (a + b) * c = (a * c) + (b * c)</math> (the distributive law)
* R5 : <math>\forall a, b, c \in \R, (a + b) * c = (a * c) + (b * c)</math> (the distributive law)


====Properties That Do Not Follow from R1-R5====
====Properties That Do Not Follow from R1-R5====
Line 48: Line 48:
and along with a pair <math>(0, 1) \in \mathbb{F}, 0 \ne 1</math>, such that the following properties hold.
and along with a pair <math>(0, 1) \in \mathbb{F}, 0 \ne 1</math>, such that the following properties hold.


F1 : <math>\forall a, b \in \mathbb{F}, a + b = b + a ~\&~ a * b = b * a</math> (the commutative law)
* F1 : <math>\forall a, b \in \mathbb{F}, a + b = b + a ~\&~ a * b = b * a</math> (the commutative law)


F2 : <math>\forall a, b, c \in \mathbb{F}, (a + b) + c = a + (b + c) ~\&~ (a * b) * c = a * (b * c)</math> (the associative law)
* F2 : <math>\forall a, b, c \in \mathbb{F}, (a + b) + c = a + (b + c) ~\&~ (a * b) * c = a * (b * c)</math> (the associative law)


F3 : <math>\forall a \in \mathbb{F}, a + 0 = a ~\&~ a * 1 = a</math> (existence of units)
* F3 : <math>\forall a \in \mathbb{F}, a + 0 = a ~\&~ a * 1 = a</math> (existence of units)


F4 : <math>\forall a \in \mathbb{F}, \exists b \in \mathbb{F}, a + b = 0</math>;
* F4 : <math>\forall a \in \mathbb{F}, \exists b \in \mathbb{F}, a + b = 0</math>;
<math>\forall a \in \mathbb{F}, a \ne 0 \Rightarrow \exists b \in \mathbb{F}, a * b = 1</math> (existence of inverses)
| <math>\forall a \in \mathbb{F}, a \ne 0 \Rightarrow \exists b \in \mathbb{F}, a * b = 1</math> (existence of inverses)


F5 : <math>\forall a, b, c \in \mathbb{F}, (a + b) * c = (a * c) + (b * c)</math> (the distributive law)
* F5 : <math>\forall a, b, c \in \mathbb{F}, (a + b) * c = (a * c) + (b * c)</math> (the distributive law)
====Examples====
====Examples====



Revision as of 16:04, 23 September 2014

Knowledge about Fields:

During this lecture, we first talked about the properties of the real numbers. Then we applied these properties to the "Field". At the end of the lecture, we learned how to prove basic properties of fields.

The Real Numbers

Properties of Real Numbers

The real numbers are a set Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \R} with two binary operations:

     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle + : \R \times \R \rightarrow \R}

     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle * : \R \times \R \rightarrow \R}

such that the following properties hold.

  • R1 : Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \forall a, b \in \R, a + b = b + a ~\&~ a * b = b * a} (the commutative law)
  • R2 : Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \forall a, b, c \in \R, (a + b) + c = a + (b + c) ~\&~ (a * b) * c = a * (b * c)} (the associative law)
  • R3 : Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \forall a \in \R, a + 0 = a ~\&~ a * 1 = a} (existence of units: 0 is known as the

| "additive unit" and 1 as the "multiplicative unit")

  • R4 : Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \forall a \in \R, \exists b \in \R, a + b = 0} ;

| Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \forall a \in \R, a \ne 0 \Rightarrow \exists b \in \R, a * b = 1} (existence of inverses)

  • R5 : (the distributive law)

Properties That Do Not Follow from R1-R5

There are properties which are true for Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \R} , but do not follow from R1 to R5. For example (note that OR in mathematics denotes an "inclusive or"):

     Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \forall a \in \R, \exists x \in \R, a = x^2}
 OR Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle -a = x^2}
 (the existence of square roots)

Consider another set that satisfies all the properties R1 to R5. In (the rational numbers), let us take </math>a = 2</math>. There is no such that , so the statement above is not true for the rational numbers!


Fields

Definition

A "field" is a set along with a pair of binary operations:

     
     

and along with a pair , such that the following properties hold.

  • F1 : (the commutative law)
  • F2 : (the associative law)
  • F3 : (existence of units)
  • F4 : ;

| (existence of inverses)

  • F5 : (the distributive law)

Examples

  1. is a field.
  2. (the rational numbers) is a field.
  3. (the complex numbers) is a field.
  4. with operations defined as follows (known as or ) is a field:
+ 0 1
0 0 1
1 1 0
* 0 1
0 0 0
1 0 1


More generally, for every prime number , is a field, with operations defined by .

An example: , the operations are like remainders when divided by 7, or "like remainders mod 7". For example, and .

Basic Properties of Fields

Theorem: Let be a field, and let denote elements of . Then:

  1. (cancellation law)
     Proof of 1: 
     1. By F4, .
        We know that ;                                        
        Therefore .
     2. By F2, ,
        so by the choice of , we know that .
     3. Therefore, by F3, .          
     ^_^     
      
     Proof of 2: more or less the same.

3. If is "like 0", then it is 0:

  If  satisfies , then 0' = 0.

4. If is "like 1", then it is 1:

  If Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 1' \in \mathbb{F}}
 satisfies that Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \forall a \in \mathbb{F}, a * 1' = a}
, then 1' = 1.
     Proof of 3 : 
     1. By F3 , 0' = 0' + 0.
     2. By F1 , 0' + 0 = 0 + 0'.
     3. By assumption on 0', 0' = 0 + 0' = 0.   
     ^_^

5. Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \forall a, b, b' \in \mathbb{F}, a + b = 0 ~\&~ a + b' = 0 \Rightarrow b = b'} :

  In any field "Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle -a}
" makes sense because it is unique -- it has an unambiguous meaning.
   the Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle b}
 such that Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a + b = 0}
.

6. Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \forall a, b, b' \in \mathbb{F}, a \ne 0 ~\&~ a * b = 1 = a * b' \Rightarrow b = b'} :

  In any field, if Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a \ne 0}
, "Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a^{-1}}
" makes sense.  
     
     Proof of 5 :    
     1. Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a + b = 0 = a + b'}
.
     2. By F1, Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle b + a = b'+ a}
.
     3. By cancellation, Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle b = b'}
.              
     ^_^ 

7. Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle -(-a) = a} and when Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a \ne 0} , Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (a^{-1})^{-1} = a} .

     Proof of 7 : 
     1. By definition, Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a + (-a) = 0}
.          (*)
     2. By definition, Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (-a) + (-(-a) = 0}
.
     3. By (*) and F1, Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (-a) + a = 0}
.
     4. By property 5, Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle -(-a) = a}
.    
     ^_^

Scanned Lecture Notes by AM