Theorems · Theorem · linear algebra
linearIndepOn_pair_iff
∀ {ι : Type u'} {K : Type u_3} {V : Type u} [inst : DivisionRing K] [inst_1 : AddCommGroup V] [inst_2 : Module K V]
{i j : ι} (v : ι → V), i ≠ j → v i ≠ 0 → (LinearIndepOn K v {i, j} ↔ ∀ (c : K), c • v i ≠ v j)LinearIndepOn.pair_iff is a version that works over arbitrary rings.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- Set.imageproof · cited by 5,609
- Submodule.spanproof · cited by 1,504
- DivisionRingstatement and proof · cited by 1,062
- LinearIndepOnstatement and proof · cited by 211
- Set.image_singletonproof · cited by 174
- Set.pair_commproof · cited by 22
- linearIndepOn_insertproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- LinearIndependent.pair_iff'proof · cited by 4