Theorems · Theorem · linear algebra
exists_linearIndependent_snoc_of_lt_rank
∀ {R : Type u_1} {M : Type u} [inst : Ring R] [inst_1 : AddCommGroup M] [inst_2 : Module R M]
[HasRankNullity.{u, u_1} R] [StrongRankCondition R] {n : ℕ} {v : Fin n → M},
LinearIndependent R v → ↑n < Module.rank R M → ∃ x, LinearIndependent R (Fin.snoc v x)Given a family of n linearly independent vectors in a space of dimension > n, one may extend
the family by another vector while retaining linear independence.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 117 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- Ringstatement and proof · cited by 7,463
- Cardinalstatement · cited by 2,598
- LinearIndependentstatement and proof · cited by 560
- Module.rankstatement and proof · cited by 496
- Equiv.injectiveproof · cited by 464
- StrongRankConditionstatement and proof · cited by 286
- Fin.consproof · cited by 190
- Fin.snocstatement · cited by 113
- LinearIndependent.compproof · cited by 41
Cited by2
Results whose statement or proof uses this declaration.
- exists_linearIndependent_pair_of_one_lt_rankproof · cited by 2
- exists_linearIndependent_snoc_of_lt_finrankproof · cited by 0