Processing math: 100%
View

Mathematics/Linear Algebra

[Finite-Dimensional Linear Algebra] 2.1 Fields

Definition of a field

Let F be a nonempty set with two defined operations for α,βF called addition and multiplication.

  • addition: α+βF
  • multiplication: αβF

 

F is a field iff (if and only if) the operations satisfy the following properties: 

A. Axioms for Addition

  1. Associative property of addition
    • for all α,β,γF, (α+β)+γ=α+(β+γ)
  2. Commutative property of addition
    • for all α,βF, α+β=β+α
  3. Existence of an additive identity
    • there exists a unique element 0 of F for all αF such that α+0=α
  4. Existence of additive inverses
    • for each αF, there exists a unique element αF such that α+(α)=0

B. Axioms for Multiplication

  1. Associative property of multiplication
    • for all α,β,γF, (αβ)γ=α(βγ)
  2. Commutative property of multiplication
    • for all α,βF, αβ=βα
  3. Existence of a multiplicative identity
    • there exists a unique nonzero element 1 of F for all αF such that α1=α
  4. Existence of multiplicative inverses
    • for each αF, α0 there exists a unique element α1F with the property that αα1=1

C. Distributive Axiom

  1. Distributive property of multiplication over addition
    • for all α,β,γF, α(β+γ)=αβ+αγ

Infinite Fields

(Q,+,×)(R,+,×)(C,+,×)

  • Q={nmm,nZ,m0}, the set of all rational numbers
  • R = the set of all real numbers
  • C={a+bia,bR}, the set of all complex numbers

 

Q. Why are (Z,+,×) and (N,+,×) NOT fields? 

  • Z=...,2,1,0,1,2,..., the set of all integers
  • N=1,2,3,..., the set of all natural numbers 

A. The set Z of integers violates axiom (B4), the existence of multiplicative inverses; only integers 1 and -1 have multiplicative inverses that are also integers.

For each nZ,n2 or n2,

|n|>1

0<|1n|<1

1nZ

The set of natural numbers NZ is also not a field. It violates axioms (A3), (A4), and (B4). 


Basic Properties of Fields

Theorem (Cancellation Properties) Let α,β,γ be elements of field F. Then,

  1. if α,β,γF and α+γ=β+γ, then α=β
  2. if α,β,γF,αγ=βγ, and γ0, then α=β

 

PROOF (1)

Given the following statement α+γ=β+γ, Add the additive inverse of γ on both sides: (α+γ)+(γ)=(β+γ)+(γ) By associative property, α+(γ+(γ))=β+(γ+(γ)) Since we know that γ+(γ)=0, α+0=β+0 α=β

 

Theorem Let F be a field. Then, for each αF,

  1. 0α=0
  2. 1α=α

 

PROOF (1)

As stated by axiom (A3),  0+α=α Multiply both sides by α: (0+α)α=αα The distributive property yields 0α+αα=αα By cancellation property, 0α=0

 

PROOF (2)

Assume the following statement: α+(1)α=0 Since α=1α, 1α+(1)α=0 By distributive property, (1+(1))α=0 0α=0 Hence the statement is true and 1α is a unique additive inverse of α, 1α=α