Theorems · Theorem · linear algebra
exists_linearIndependent_pair_of_one_lt_finrank
∀ {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] [IsDomain R] [Module.IsTorsionFree R M],
1 < Module.finrank R M → ∀ {x : M}, x ≠ 0 → ∃ y, LinearIndependent R ![x, y]Given a nonzero vector in a finite-dimensional space of dimension > 1, one may find another
vector linearly independent of the first one.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 119 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- IsDomainstatement and proof · cited by 2,196
- Module.finrankstatement and proof · cited by 1,770
- Matrix.vecConsstatement · cited by 852
- Matrix.vecEmptystatement · cited by 832
- Module.IsTorsionFreestatement and proof · cited by 600
- LinearIndependentstatement · cited by 560
- StrongRankConditionstatement and proof · cited by 286
- HasRankNullitystatement and proof · cited by 26
- exists_linearIndependent_pair_of_one_lt_rankproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.