Theorems · Theorem · linear algebra
rank_eq_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₀ ≠ 0 ∧ ∀ (v : V), ∃ r, r • v₀ = vA vector space has dimension 1 if and only if there is a
single non-zero vector of which all vectors are multiples.
- Cited by
- 1 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.
Cites25
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- 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
- Nontrivialproof · cited by 2,416
- Module.Basisproof · cited by 1,477
- one_ne_zeroproof · cited by 885
- IsEmptyproof · cited by 759
- smul_zeroproof · cited by 665
- Eq.leproof · cited by 605
- Module.Freestatement and proof · cited by 597
- LE.le.antisymmproof · cited by 507
Cited by1
Results whose statement or proof uses this declaration.
- finrank_eq_one_iff'proof · cited by 2