Theorems · Theorem · linear algebra
linearIndependent_iff_card_eq_finrank_span
∀ {R : Type u_1} {M : Type u_2} [inst : Semiring R] [OrzechProperty R] [inst_2 : AddCommMonoid M] [inst_3 : Module R M]
[Nontrivial R] {ι : Type u_3} [inst_5 : Fintype ι] {b : ι → M},
LinearIndependent R b ↔ Fintype.card ι = Set.finrank R (Set.range b)A finite family of vectors is linearly independent if and only if its cardinality equals the dimension of its span.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 115 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setproof · cited by 53,352
- Modulestatement and proof · cited by 20,661
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- Top.topproof · cited by 9,680
- SetLike.coeproof · cited by 8,199
- Fintypestatement and proof · cited by 7,736
- Submoduleproof · cited by 7,192
- Set.rangestatement and proof · cited by 4,705
- Nontrivialstatement and proof · cited by 2,416
- Submodule.spanproof · cited by 1,504
Cited by5
Results whose statement or proof uses this declaration.
- RootPairing.linearIndepOn_root_baseOfproof · cited by 3
- affineIndependent_iff_finrank_vectorSpan_eqproof · cited by 1
- NumberField.Units.isMaxRank_iff_closure_finiteIndexproof · cited by 1
- LinearIndependent.rank_matrixproof · cited by 1
- linearIndependent_iff_card_le_finrank_spanproof · cited by 0