Theorems · Theorem · linear algebra
rank_eq_one
∀ {R : Type u} {M : Type v} [inst : Ring R] [inst_1 : AddCommGroup M] [inst_2 : Module R M] [IsDomain R]
[Module.IsTorsionFree R M] [StrongRankCondition R] (v : M), v ≠ 0 → (∀ (w : M), ∃ c, c • v = w) → Module.rank R M = 1If there is a nonzero vector and every other vector is a multiple of it, then the module has dimension one.
- Defined in
- Mathlib.LinearAlgebra.Dimension.Finite
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 113 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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 and proof · cited by 2,598
- Nat.cast_oneproof · cited by 2,501
- Nontrivialproof · cited by 2,416
- IsDomainstatement and proof · cited by 2,196
- Module.Basisproof · cited by 1,477
- Module.IsTorsionFreestatement and proof · cited by 600
- Module.rankstatement · cited by 496
- StrongRankConditionstatement and proof · cited by 286
- nontrivial_of_invariantBasisNumberproof · cited by 18
Cited by3
Results whose statement or proof uses this declaration.
- ModularForm.rank_eq_one_add_rank_cuspFormproof · cited by 3
- ModularForm.levelOne_weight_zero_rank_oneproof · cited by 2
- finrank_eq_oneproof · cited by 1