Basis of F^n

Dependencies:

  1. Field
  2. Vector Space
  3. Matrices over a field form a vector space
  4. Basis of a vector space

Let $F$ be a field. $F^n = \{(a_1, a_2, \ldots, a_n): a_i \in F\}$, where addition and scalar multiplication is defined to be element-wise.

Then $F^n$ is a vector space with a basis of size n: $E = \{e_1 = (1, 0, \ldots, 0), e_2 = (0, 1, \ldots, 0), \ldots, e_n = (0, 0, \ldots, 1) \}$.

$E$ is called the standard basis of $F^n$.

Proof

$F^n$ is the set of $n$ by $1$ matrices, so it is a vector space.

\[ \sum_{i=1}^n a_ie_i = 0 \implies (a_1, a_2, \ldots, a_n) = 0 \implies a_i = 0 \forall i \]

Therefore, $E$ is linearly independent.

Since $(a_1, a_2, \ldots, a_n) = \sum_{i=1}^n a_ie_i$, $E$ spans $F^n$. Therefore, $E$ is a basis of $F^n$.

Dependency for:

  1. Pointing a polyhedron
  2. Canonical decomposition of a linear transformation
  3. Matrix of orthonormal basis change
  4. Matrix of linear transformation

Info:

Transitive dependencies:

  1. /linear-algebra/vector-spaces/condition-for-subspace
  2. /linear-algebra/matrices/gauss-jordan-algo
  3. /sets-and-relations/equivalence-relation
  4. Group
  5. Ring
  6. Polynomial
  7. Integral Domain
  8. Comparing coefficients of a polynomial with disjoint variables
  9. Field
  10. Vector Space
  11. Linear independence
  12. Span
  13. Semiring
  14. Matrix
  15. Stacking
  16. System of linear equations
  17. Product of stacked matrices
  18. Matrix multiplication is associative
  19. Reduced Row Echelon Form (RREF)
  20. Matrices over a field form a vector space
  21. Row space
  22. Elementary row operation
  23. Every elementary row operation has a unique inverse
  24. Row equivalence of matrices
  25. Row equivalent matrices have the same row space
  26. RREF is unique
  27. Identity matrix
  28. Inverse of a matrix
  29. Inverse of product
  30. Elementary row operation is matrix pre-multiplication
  31. Row equivalence matrix
  32. Equations with row equivalent matrices have the same solution set
  33. Basis of a vector space
  34. Linearly independent set is not bigger than a span
  35. Homogeneous linear equations with more variables than equations
  36. Rank of a homogenous system of linear equations
  37. Rank of a matrix