Theorems · Theorem · linear algebra
Pi.linearIndependent_single
∀ {R : Type u_2} {η : Type u_4} {ιs : η → Type u_5} {Ms : η → Type u_6} [inst : Semiring R]
[inst_1 : (i : η) → AddCommMonoid (Ms i)] [inst_2 : (i : η) → Module R (Ms i)] [inst_3 : DecidableEq η]
(v : (j : η) → ιs j → Ms j),
(∀ (i : η), LinearIndependent R (v i)) → LinearIndependent R fun ji => Pi.single ji.fst (v ji.fst ji.snd)- Defined in
- Mathlib.LinearAlgebra.StdBasis
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 86 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.
- DFunLike.coeproof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearIndependentstatement and proof · cited by 560
- Pi.singlestatement and proof · cited by 518
- Function.Injective.injOnproof · cited by 280
- DFinsupp.singleproof · cited by 113
- LinearMap.piproof · cited by 31
- DFinsupp.lapplyproof · cited by 8
- LinearIndependent.map_injOnproof · cited by 7
- DFinsupp.linearIndependent_singleproof · cited by 3
Cited by3
Results whose statement or proof uses this declaration.
- Pi.linearIndependent_single_of_ne_zeroproof · cited by 2
- Pi.linearIndependent_single_oneproof · cited by 2
- PiLp.linearIndependent_singleproof · cited by 0