Theorems · Theorem · linear algebra
rank_le_one_iff
∀ {K : Type u} {V : Type v} [inst : Ring K] [StrongRankCondition K] [inst_2 : AddCommGroup V] [inst_3 : Module K V]
[Module.Free K V], Module.rank K V ≤ 1 ↔ ∃ v₀, ∀ (v : V), ∃ r, r • v₀ = vA vector space has dimension at most 1 if and only if there is a
single vector of which all vectors are multiples.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 116 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites32
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
- Top.topproof · cited by 9,680
- Ringstatement and proof · cited by 7,463
- Submoduleproof · cited by 7,192
- Set.Elemproof · cited by 7,166
- Cardinalstatement and proof · cited by 2,598
- Nat.cast_oneproof · cited by 2,501
- Submodule.spanproof · cited by 1,504
- Module.Basisproof · cited by 1,477
- IsEmptyproof · cited by 759
Cited by2
Results whose statement or proof uses this declaration.
- rank_eq_one_iffproof · cited by 1
- finrank_le_one_iffproof · cited by 0