Essential foundations for linear algebra: algebraic structures, complex numbers, equivalence relations, Gaussian elimination, and the definition of vector spaces.
A group is a set together with a binary operation satisfying:
A ring is a set with two binary operations (addition) and (multiplication) such that:
A field is a set with operations and such that:
is a field if and only if is prime.
The complex numbers is the set with operations:
We write and identify with . Then .
For :
For any :
Every non-zero complex number can be written as where and .
An equivalence relation on a set is a relation that is:
The equivalence class of is:
The equivalence classes of an equivalence relation partition : they are disjoint and their union is .
The three elementary row operations (EROs) on a matrix are:
A matrix is in row echelon form (REF) if:
A matrix is in reduced row echelon form (RREF) if:
Every matrix has a unique reduced row echelon form.
A vector space over a field is a set together with two operations:
satisfying the following eight axioms for all and :
There exists such that for all .
For each , there exists such that .
For any field and positive integer , the set is a vector space with:
The set of all polynomials with coefficients in is a vector space with standard addition and scalar multiplication.
The set of all matrices with entries in is a vector space with entry-wise operations.
In any vector space over a field :
Let .
Adding to both sides gives .
Each axiom captures an essential property. Remove any one, and the theory breaks: without additive inverses, we can't subtract; without the distributive law, scalar multiplication and addition are unrelated. The axioms are the minimal set ensuring a coherent algebraic structure.
A group has one operation (like addition) with identity and inverses. A field has two operations (addition and multiplication) where both operations form abelian groups (with the exception that 0 has no multiplicative inverse). Fields are the scalars of linear algebra.
The same set can be a vector space over different fields with different properties. ℂ over ℂ is 1-dimensional; ℂ over ℝ is 2-dimensional. The field determines what 'scalar' means and affects dimension and structure fundamentally.
Yes! The trivial vector space {0} contains only the zero vector. It's a valid vector space (all axioms are satisfied vacuously or trivially). Its dimension is 0.
Gaussian elimination is the computational tool for working with vector spaces. It finds bases, computes dimensions, solves systems, and determines linear independence. The row space, column space, and null space are all computed using Gaussian elimination.