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:
- Associativity of addition.
- Associativity of multiplication.
- Commutativity of addition.
- Commutativity of multiplication.
- Existence of additive identity.
- Existence of multiplicative identity.
- Existence of additive inverses.
- Existence of multiplicative inverses.
- 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 , the element 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 and , 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, and .
Proof: Additive and Multiplicative Identities are Unique.
Let be a field, and suppose that and are both additive identities of . By the definition of additive identity, we have and . Thus, , so there is exactly one additive identity in .
Suppose that and are both multiplicative identities of . By the definition of multiplicative identity, we have and . Thus, , 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 , then there is exactly one multiplicative inverse of in .
That is, and .
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:
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 to be the additive identity and 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 , choose the multiplicative inverse of to be , 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.
Proposition 3: Additional Properties of Fields
For the following, let be a field with additive identity .
- Distributivity over Multiplication. .
- Multiplication by Zero. .
- Double Negative Property. .
- Product of Negatives. .
- No Zero Divisors. .
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 and denote the additive and multiplicative identities of , respectively. Then is a subfield of if and only if the following criteria are met:
- Existence of identities. and .
- Closure under subtraction. .
- Closure under division.
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 .
- Existence of identities. By the definition of a field, contains the additive and multiplicative identities of , i.e. and .
- 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 , .
- Closure under division. By the definition of a field, must contain multiplicative inverses, such that for any with , there must be a . Since is closed under multiplication, for any , .
. 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 .
- 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.
Exercise 2.
Exercise 3.
Exercise 4.
Exercise 5.
Exercise 6.
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 :
- Associativity of vector addition.
- Commutativity of vector addition.
- Existence of vector additive identity.
- Existence of vector additive inverses.
- Compatibility of field multiplicative identity.
- Distributivity of scalar multiplication over vector addition.
- Distributivity of scalar multiplication over scalar addition.
- 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 , .
Proof: Theorem 3.
Let be a vector space over a field , and let be an arbitrary vector. Call the field additive identity . Then:
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:
Property: Negation is Scalar Multiplication by
Let be a vector space over a field . Then for any vector , .
Proof: Negation is Scalar Multiplication by .
Let be a vector space over a field , and let be an arbitrary vector. Call the field additive identity and the field multiplicative identity . By the definition of the additive inverse, there exists a scalar such that . Then:
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 :
Definition 8: Operations on
Define componentwise addition and scalar multiplication on as follows:
-
Componentwise addition. For any ,
-
Scalar multiplication. For any scalar and any vector ,
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.
Example.
Example.
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:
- Existence of additive identity. .
- Closure under vector addition.
- 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 .
- Existence of additive identity.
- Closure under vector addition. For any , we have , so .
- 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.
Exercise 8.
Exercise 9.
Exercise 10.
Exercise 11.
Exercise 12.
Recall from Exercise 11. Let be a subset of defined by:
Show that is a subspace of .