Theorems · Theorem · linear algebra
iSupIndep.linearIndependent
∀ {R : Type u_3} {N : Type u_6} [inst : Ring R] [inst_1 : AddCommGroup N] [inst_2 : Module R N] [IsDomain R]
[Module.IsTorsionFree R N] {ι : Type u_7} (p : ι → Submodule R N),
iSupIndep p → ∀ {v : ι → N}, (∀ (i : ι), v i ∈ p i) → (∀ (i : ι), v i ≠ 0) → LinearIndependent R vIf a family of submodules is independent, then a choice of nonzero vector from each submodule
forms a linearly independent family.
See also iSupIndep.linearIndependent'.
- Defined in
- Mathlib.LinearAlgebra.DFinsupp
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
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
- RingHom.idproof · cited by 18,349
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapproof · cited by 10,215
- Ringstatement and proof · cited by 7,463
- Submodulestatement and proof · cited by 7,192
- Finsuppproof · cited by 5,255
- IsDomainstatement and proof · cited by 2,196
- zero_smulproof · cited by 716
- DFinsuppproof · cited by 694
- Module.IsTorsionFreestatement and proof · cited by 600
Cited by4
Results whose statement or proof uses this declaration.
- iSupIndep.subtype_ne_bot_le_rankproof · cited by 1
- Module.End.eigenvectors_linearIndependent'proof · cited by 1
- iSupIndep_iff_linearIndependent_of_ne_zeroproof · cited by 1
- Projectivization.independent_iff_iSupIndepproof · cited by 0