Jaysen Tsao

typst test 2

Fundamental Structures

1.1 Fields

Fields generalize the properties of familiar “continuous” number systems like the real numbers and complex numbers into arbitrary sets which follow a set of field axioms.

In an abstract sense, we need three “things” to define a field: a set of objects called scalars and two binary operations acting on those scalars.

Definition 1: Binary Operation

A function 𝑓 is a binary operation on a set 𝑆 iff:

𝑓:𝑆×𝑆𝑆.

This implicitly requires that any binary operation 𝑓 on 𝑆 is closed, meaning that applying 𝑓 to any two elements of 𝑆 results in another element of 𝑆.

Definition 2: Field

A field (𝐹,+,) is a set 𝐹 together with two binary operations + (called addition) and (called multiplication) such that the following properties hold:

  1. Associativity of addition. 𝑎,𝑏,𝑐𝐹,(𝑎+𝑏)+𝑐=𝑎+(𝑏+𝑐).
  2. Associativity of multiplication. 𝑎,𝑏,𝑐𝐹,(𝑎𝑏)𝑐=𝑎(𝑏𝑐).
  3. Commutativity of addition. 𝑎,𝑏𝐹,𝑎+𝑏=𝑏+𝑎.
  4. Commutativity of multiplication. 𝑎,𝑏𝐹,𝑎𝑏=𝑏𝑎.
  5. Existence of additive identity. 0𝐹 s.t. 𝑎𝐹,𝑎+0=𝑎.
  6. Existence of multiplicative identity. 1𝐹 s.t. 𝑎𝐹,𝑎1=𝑎.
  7. Existence of additive inverses. 𝑎𝐹,(𝑎)𝐹 s.t. 𝑎+(𝑎)=0.
  8. Existence of multiplicative inverses. 𝑎𝐹,𝑎0𝑎1𝐹 s.t. 𝑎𝑎1=1.
  9. Distributivity over addition. 𝑎,𝑏,𝑐𝐹,𝑎(𝑏+𝑐)=𝑎𝑏+𝑎𝑐.

Together, these are called the field axioms. The elements of 𝐹 are called 𝑭-scalars, and with relevant context, 𝐹-scalars may be referred to as simply scalars.

For any 𝑎𝐹, the element 𝑎 is called the additive inverse or the negative of 𝑎. For any 𝑎𝐹\{0}, the element 𝑎1 is called the multiplicative inverse of 𝑎.

Notation

Often, the binary operations associated with a field are not explicitly listed. A field (𝐹,+,) is usually denoted simply as 𝐹, where the operations of addition and multiplication are implied. The notation +𝐹 and 𝐹 may be used to refer to the addition and multiplication operations of 𝐹 when there is ambiguity.

Notation

The additive and multiplicative identities of a field 𝐹 may be denoted 0𝐹 and 1𝐹, respectively, when there is ambiguity.

Notation

When unambiguous, field multiplication can be denoted by juxtaposition. For example, 𝑎𝑏 may be written as 𝑎𝑏.

Property: Additive and Multiplicative Identities are Unique

Let 𝐹 be a field. Then there is exactly one additive identity in 𝐹, and exactly one multiplicative identity in 𝐹. That is, !0𝐹 and !1𝐹.

Proof: Additive and Multiplicative Identities are Unique.

Let 𝐹 be a field, and suppose that 01 and 02 are both additive identities of 𝐹. By the definition of additive identity, we have 01+02=01 and 01+02=02. Thus, 01=02, so there is exactly one additive identity in 𝐹.

Suppose that 11 and 12 are both multiplicative identities of 𝐹. By the definition of multiplicative identity, we have 1112=11 and 1112=12. Thus, 11=12, so there is exactly one multiplicative identity in 𝐹. ∎

Property: Additive and Multiplicative Inverses are Unique

Let 𝐹 be a field, and let 𝑎𝐹. Then there is exactly one additive inverse of 𝑎 in 𝐹. If 𝑎0, then there is exactly one multiplicative inverse of 𝑎 in 𝐹.

That is, !(𝑎)𝐹 and 𝑎0!𝑎1𝐹.

Definition 3: Field Subtraction

Let 𝐹 be a field. The binary operation of subtraction on 𝐹 is defined as follows:

𝑎,𝑏𝐹,𝑎𝑏=𝑎+(𝑏).

The quantity 𝑎𝑏 is called the difference of 𝑎 and 𝑏.

Definition 4: Field Division

Let 𝐹 be a field. The binary operation of division / on 𝐹 is defined as follows:

𝑎,𝑏𝐹,𝑎/𝑏=𝑎𝑏1.

The quantity 𝑎/𝑏 is called the quotient of 𝑎 and 𝑏.

Notation

Field division can be denoted by the fraction notation ÷. For example, 𝑎/𝑏 may be written as 𝑎𝑏.

Examples and Properties of Fields

Theorem 1

The set of all real numbers is a field.

Proof: Theorem 1.

Let 𝑎,𝑏,𝑐 be arbitrary elements of . Choose 0 to be the additive identity and 1 to be the multiplicative identity.

Addition and multiplication of real numbers are associative and commutative, so the first four field axioms are satisfied.

The additive inverse of 𝑎 is 𝑎, which is also a real number, so the axiom of existence of additive inverses is satisfied.

If 𝑎0, choose the multiplicative inverse of 𝑎 to be 1/𝑎, which is also a real number, so the axiom of existence of multiplicative inverses is satisfied.

We have 𝑎(𝑏+𝑐)=𝑎𝑏+𝑎𝑐, so the axiom of distributivity over addition is satisfied. Thus, all field axioms are satisfied, and is a field. ∎

Proposition 1

The set of all complex numbers is a field.

Proposition 2

The set of all integers is not a field.

Proof: Proposition 2.
Let 𝑎=2. Then there is no multiplicative inverse of 𝑎 in , since there is no integer 𝑎1 such that 𝑎𝑎1=2𝑎1=1. Thus, does not satisfy the field axiom of existence of multiplicative inverses, so is not a field. ∎

Proposition 3: Additional Properties of Fields

For the following, let 𝐹 be a field with additive identity 0𝐹.

  1. Distributivity over Multiplication. 𝑎,𝑏,𝑐𝐹,(𝑎+𝑏)𝑐=𝑎𝑐+𝑏𝑐.
  2. Multiplication by Zero. 𝑎𝐹,𝑎0𝐹=0𝐹.
  3. Double Negative Property. 𝑎𝐹,(𝑎)=𝑎.
  4. Product of Negatives. 𝑎,𝑏𝐹,(𝑎)(𝑏)=𝑎𝑏.
  5. No Zero Divisors. 𝑎,𝑏𝐹, if 𝑎𝑏=0𝐹 then 𝑎=0𝐹 or 𝑏=0𝐹.

Subfields

Definition 5: Subfield

Let 𝐹 be a field, and let 𝐻 be a subset of 𝐹. Then 𝐻 is a subfield of 𝐹 iff 𝐻 is itself a field under the same operations of addition and multiplication as 𝐹.

Theorem 2: Subfield Criteria

Let 𝐹 be a field, and let 𝐻 be a subset of 𝐹. Let 0𝐹 and 1𝐹 denote the additive and multiplicative identities of 𝐹, respectively. Then 𝐻 is a subfield of 𝐹 if and only if the following criteria are met:

  1. Existence of identities. 0𝐹𝐻 and 1𝐹𝐻.
  2. Closure under subtraction. 𝑎,𝑏𝐻,𝑎𝑏𝐻.
  3. Closure under division. 𝑎,𝑏𝐻,𝑏0𝑎/𝑏𝐻.
Proof: Subfield Criteria.

Suppose 𝐻 is a subset of 𝐹. Let 𝑝 be the property that 𝐻 is a subfield of 𝐹, and let 𝑞 be the property that 𝐻 satisfies the three conditions listed in Theorem 2.

𝒑𝒒. Assume 𝐻 is a subfield of 𝐹. Then 𝐻 is a field under the same operations as 𝐹.

  1. Existence of identities. By the definition of a field, 𝐻 contains the additive and multiplicative identities of 𝐹, i.e. 0𝐹𝐻 and 1𝐹𝐻.
  2. Closure under subtraction. By the definition of a field, 𝐻 must contain additive inverses, such that for any 𝑏𝐻, there must be a 𝑏𝐻. Since 𝐻 is closed under addition, for any 𝑎𝐻, 𝑎+(𝑏)=𝑎𝑏𝐻.
  3. Closure under division. By the definition of a field, 𝐻 must contain multiplicative inverses, such that for any 𝑏𝐻 with 𝑏0, there must be a 𝑏1𝐻. Since 𝐻 is closed under multiplication, for any 𝑎𝐻, 𝑎𝑏1=𝑎/𝑏𝐻.

𝒒𝒑. Assume that 𝐻 satisfies the three conditions listed in Theorem 2. Since 𝐻 is a subset of 𝐹, the operations of addition and multiplication on 𝐻 are inherited from 𝐹.

  1. Associativity of addition and multiplication. Since 𝐻 is a subset of 𝐹 and the operations on 𝐻 are inherited from 𝐹, the associativity of addition and multiplication in 𝐹 implies the associativity of addition and multiplication in 𝐻.

Since 𝑝𝑞 and 𝑞𝑝, we have 𝑝𝑞. ∎

Exercises

Exercise 1.
Show that the set of rational numbers is a subfield of .
Exercise 2.
Show that the Boolean algebra {0,1} is a field under Boolean addition (XOR) and Boolean multiplication (AND).
Exercise 3.
Exercise 4.
Exercise 5.
Exercise 6.
Let 𝐹 be a field, and let 𝐻1,𝐻2,,𝐻𝑛 be a finite collection of subfields of 𝐹. Show that the intersection of 𝐻1𝐻2𝐻𝑛 is also a subfield of 𝐹.

1.2 Vector Spaces

A vector is an element of a vector space, which is a fundamental structure in linear algebra. In fact, the study of vector spaces is what we call linear algebra.

Definition 6: Vector Space

A vector space (𝑉,+,) over a field 𝐹, sometimes called an 𝑭-vector space, is a set 𝑉 together with a binary operation + (called vector addition) and a function :𝐹×𝑉𝑉 (called scalar multiplication) such that the following properties hold:

For all 𝑎,𝑏𝐹 and 𝐮,𝐯,𝐰𝑉:

  1. Associativity of vector addition. (𝐮+𝐯)+𝐰=𝐮+(𝐯+𝐰).
  2. Commutativity of vector addition. 𝐮+𝐯=𝐯+𝐮.
  3. Existence of vector additive identity. 𝟎𝑉 s.t. 𝐯+𝟎=𝐯.
  4. Existence of vector additive inverses. (𝐯)𝑉 s.t. 𝐯+(𝐯)=𝟎.
  5. Compatibility of field multiplicative identity. 1𝐹𝐯=𝐯.
  6. Distributivity of scalar multiplication over vector addition. 𝑎(𝐮+𝐯)=𝑎𝐮+𝑎𝐯.
  7. Distributivity of scalar multiplication over scalar addition. (𝑎+𝑏)𝐯=𝑎𝐯+𝑏𝐯.
  8. Compatibility of scalar and field multiplication. (𝑎𝑏)𝐯=𝑎(𝑏𝐯).

Together, these are called the vector space axioms. The elements of 𝑉 are called vectors. For any 𝐯𝑉, the element 𝐯 is called the additive inverse of 𝐯.

Notation

Vectors are often denoted in boldface (𝐯) or with an arrow on top (𝑣) to distinguish them from scalars.

Notation

A vector space (𝑉,+,) over a field 𝐹 is usually denoted simply as 𝑉, where the operations of vector addition and scalar multiplication are implied. When there is ambiguity, the notation +𝑉 and 𝑉 may be used to refer to the vector addition and scalar multiplication operations of 𝑉, respectively.

Important

The definition of scalar multiplication implies that scalar multiplication is closed over 𝑉, meaning that for any scalar 𝑎𝐹 and any vector 𝐯𝑉, the result of scalar multiplication 𝑎𝐯 is also an element of 𝑉.

Notation

The vector additive identity of a vector space 𝑉 may be denoted 𝟎𝑉 when there is ambiguity.

Theorem 3: Multiplication of a vector by the zero scalar

Let 𝑉 be a vector space over a field 𝐹. Then for any vector 𝐯𝑉, 0𝐹𝐯=𝟎𝑉.

Proof: Theorem 3.

Let 𝑉 be a vector space over a field 𝐹, and let 𝐯𝑉 be an arbitrary vector. Call the field additive identity 0𝐹𝐹. Then:

0𝐹𝐯=(0𝐹+0𝐹)𝐯 by the definition of additive identity 0𝐹𝐯=0𝐹𝐯+0𝐹𝐯 by distributivity of scalar multiplication over +𝐹0𝐹𝐯+(0𝐹𝐯)=0𝐹𝐯+0𝐹𝐯+(0𝐹𝐯) by left-adding 0𝐹𝐯 to both sides 𝟎𝑉=0𝐹𝐯+0𝐹𝐯+(0𝐹𝐯) by the definition of vector additive inverse 𝟎𝑉=0𝐹𝐯+(0𝐹𝐯+(0𝐹𝐯)) by associativity of vector addition 𝟎𝑉=0𝐹𝐯+𝟎𝑉 by the definition of vector additive inverse 𝟎𝑉=0𝐹𝐯 by the definition of vector additive identity 

Theorem 4: Multiplication of the zero vector by a scalar

Let 𝑉 be a vector space over a field 𝐹. Then for any scalar 𝑎𝐹, 𝑎𝟎𝑉=𝟎𝑉.

Proof: Theorem 4.

Let 𝑉 be a vector space over a field 𝐹, and let 𝑎𝐹 be an arbitrary scalar. Call the vector additive identity 𝟎𝑉𝑉. Then:

𝑎𝟎𝑉=𝑎(𝟎𝑉+𝟎𝑉) by the definition of vector additive identity 𝑎𝟎𝑉=𝑎𝟎𝑉+𝑎𝟎𝑉 by distributivity of scalar multiplication over +𝑉𝑎𝟎𝑉+(𝑎𝟎𝑉)=𝑎𝟎𝑉+𝑎𝟎𝑉+(𝑎𝟎𝑉) by left-adding 𝑎𝟎𝑉 to both sides 𝟎𝑉=𝑎𝟎𝑉+𝑎𝟎𝑉+(𝑎𝟎𝑉) by the definition of vector additive inverse 𝟎𝑉=𝑎𝟎𝑉+(𝑎𝟎𝑉+(𝑎𝟎𝑉)) by associativity of vector addition 𝟎𝑉=𝑎𝟎𝑉+𝟎𝑉 by the definition of vector additive inverse 𝟎𝑉=𝑎𝟎𝑉 by the definition of vector additive identity 

Property: Negation is Scalar Multiplication by 1

Let 𝑉 be a vector space over a field 𝐹. Then for any vector 𝐯𝑉, (1)𝐯=𝐯.

Proof: Negation is Scalar Multiplication by 1.

Let 𝑉 be a vector space over a field 𝐹, and let 𝐯𝑉 be an arbitrary vector. Call the field additive identity 0𝐹𝐹 and the field multiplicative identity 1𝐹. By the definition of the additive inverse, there exists a scalar 1𝐹 such that 1+(1)=0𝐹. Then:

(1+(1))𝐯=0𝐹𝐯 by right-multiplying both sides by 𝐯1𝐯+(1)𝐯=0𝐹𝐯 by distributivity of scalar multiplication over +𝐹𝐯+(1)𝐯=0𝐹𝐯 by the definition of multiplicative identity 𝐯+(1)𝐯=𝟎𝑉 by Theorem 3(𝐯)+𝐯+(1)𝐯=𝟎𝑉+(𝐯) by adding 𝐯 to both sides (𝐯)+𝐯+(1)𝐯=𝐯 by the definition of vector additive identity 𝐯+(𝐯)+(1)𝐯=𝐯 by commutativity of vector addition 𝟎𝑉+(1)𝐯=𝐯 by the definition of vector additive inverse (1)𝐯=𝐯 by the definition of vector additive identity 

The cartesian product of a field 𝐹 with itself 𝑛 times, denoted 𝐹𝑛, is the set of all 𝑛-tuples of elements of 𝐹.

It turns out that for any field 𝐹 and positive integer 𝑛, 𝐹𝑛 is a vector space over 𝐹 under componentwise addition and scalar multiplication.

Notation

In the context of introducing 𝐹𝑛, assume 𝑛 is a positive integer.

Definition 7: The set 𝐹𝑛

Let 𝐹 be a field. The set 𝐹𝑛 is the set of all 𝑛-tuples of elements of 𝐹:

𝐹𝑛={(𝑎1,𝑎2,,𝑎𝑛)|𝑎1,𝑎2,,𝑎𝑛𝐹}.

Definition 8: Operations on 𝐹𝑛

Define componentwise addition and scalar multiplication on 𝐹𝑛 as follows:

  1. Componentwise addition. For any 𝐮=(𝑢1,𝑢2,,𝑢𝑛),𝐯=(𝑣1,𝑣2,,𝑣𝑛)𝐹𝑛,

    𝐮+𝐯=(𝑢1+𝑣1,𝑢2+𝑣2,,𝑢𝑛+𝑣𝑛).
  2. Scalar multiplication. For any scalar 𝑎𝐹 and any vector 𝐯=(𝑣1,𝑣2,,𝑣𝑛)𝐹𝑛,

    𝑎𝐯=(𝑎𝑣1,𝑎𝑣2,,𝑎𝑣𝑛).

Theorem 5: The set 𝐹𝑛 is a vector space over 𝐹

Let 𝐹 be a field. Then 𝐹𝑛 is a vector space over 𝐹 under the operations defined in Definition 8.

Proof: Theorem 5.
Let 𝐹 be a field, and let 𝐹𝑛 be the set as defined in Definition 7. Define vector addition and scalar multiplication on 𝐹𝑛 as in Definition 8.
Example.
An element of 𝐹3 is a triple (𝑎,𝑏,𝑐) where 𝑎,𝑏,𝑐𝐹.
Example.
Elements of 2, a vector space over , can represent points in the 2D Cartesian plane.

Definition 9: Real and Complex Vector Spaces

A vector space over is called a real vector space, and a vector space over is called a complex vector space.

Corollary

𝑛 is a real vector space, and 𝑛 is a complex vector space.

Subspaces

A subspace of an 𝐹-vector space 𝑉 is a subset of 𝑉 which is itself a vector space under the same vector addition and scalar multiplication as 𝑉.

Definition 10: Subspace

Let 𝑉 be a vector space over a field 𝐹, and let 𝐻 be a subset of 𝑉. Let +𝑉 denote the vector addition operation on 𝑉, and let 𝑉 denote the scalar multiplication function on 𝑉 using scalars from 𝐹.

Then 𝐻 is a subspace of 𝑉 iff 𝐻 is itself a vector space under the vector addition +𝑉 and scalar multiplication 𝑉.

Theorem 6: Subspace Criteria

Let 𝑉 be a vector space over a field 𝐹, and let 𝐻 be a subset of 𝑉. Let 𝟎𝑉 denote the vector additive identity of 𝑉. Then 𝐻 is a subspace of 𝑉 if and only if the following criteria are met:

  1. Existence of additive identity. 𝟎𝑉𝐻.
  2. Closure under vector addition. 𝐮,𝐯𝐻,𝐮+𝐯𝐻.
  3. Closure under scalar multiplication. 𝑎𝐹,𝐯𝐻,𝑎𝐯𝐻.
Proof: Subspace Criteria.

Suppose 𝐻 is a subset of 𝑉. Let 𝑝 be the property that 𝐻 is a subspace of 𝑉, and let 𝑞 be the property that 𝐻 satisfies the three conditions listed in Theorem 6.

𝒑𝒒. Assume 𝐻 is a subspace of 𝑉. TODO

𝒒𝒑. Assume that 𝐻 is non-empty, closed under vector addition, and closed under scalar multiplication. TODO

Since 𝑝𝑞 and 𝑞𝑝, we have 𝑝𝑞. ∎

Property: {𝟎} is a subspace of every vector space

If 𝟎𝑉 is the vector additive identity of a vector space 𝑉, then {𝟎𝑉} is a subspace of 𝑉.

Proof: {𝟎} is a subspace of every vector space.

Suppose 𝑉 is a vector space over 𝐹, and 𝟎𝑉 is the vector additive identity of 𝑉. Since 𝟎𝑉𝑉, it follows that {𝟎𝑉}𝑉.

  1. Existence of additive identity. 𝟎𝑉{𝟎𝑉}.
  2. Closure under vector addition. For any 𝐮,𝐯{𝟎𝑉}, we have 𝐮=𝐯=𝟎𝑉, so 𝐮+𝐯=𝟎𝑉+𝟎𝑉=𝟎𝑉{𝟎𝑉}.
  3. Closure under scalar multiplication. For any scalar 𝑎𝐹 and any vector 𝐯{𝟎𝑉}, we have 𝐯=𝟎𝑉, so 𝑎𝐯=𝑎𝟎𝑉=𝟎𝑉{𝟎𝑉}.

By Theorem 6, {𝟎𝑉} is a subspace of 𝑉. ∎

Property: Every vector space is a subspace of itself

If 𝑉 is a vector space, then 𝑉 is a subspace of itself, 𝑉.

Exercises

Exercise 7.
Show that is a vector space over , the field of rational numbers.
Exercise 8.
Exercise 9.
Let 𝐹 be a field. 𝐹 is the set of all infinite sequences of elements of 𝐹, that is, 𝐹={(𝑎1,𝑎2,𝑎3,)|𝑎1,𝑎2,𝑎3,𝐹}. Show that 𝐹 is a vector space over 𝐹 under componentwise addition and scalar multiplication.
Exercise 10.
Show that the set of all polynomials with real coefficients, (), is a vector space over under polynomial addition and scalar multiplication.
Exercise 11.
Let 𝐶[0,1]() be the set of all real-valued functions that are continuous on the closed interval [0,1]. Show that 𝐶[0,1]() is a vector space over .
Exercise 12.

Recall 𝐶[0,1]() from Exercise 11. Let 𝐻 be a subset of 𝐶[0,1]() defined by:

𝐻={𝑓𝐶[0,1]()|01𝑓(𝑥)d𝑥=0}.

Show that 𝐻 is a subspace of 𝐶[0,1]().

Exercise 13.
Let 𝑉 be a vector space, and let 𝐻1,𝐻2,,𝐻𝑝 be subspaces of 𝑉. Show that the intersection 𝐻1𝐻2𝐻𝑝 is also a subspace of 𝑉.
Exercise 14.
Let 𝐻1,𝐻2 be subspaces of a vector space 𝑉. Show that 𝐻1𝐻2 is a subspace if and only if 𝐻1𝐻2 or 𝐻2𝐻1.