Theorems · Theorem · linear algebra
iSupIndep_iff_forall_dfinsupp
∀ {ι : Type u_1} {R : Type u_3} {N : Type u_6} [inst : DecidableEq ι] [inst_1 : Semiring R] [inst_2 : AddCommMonoid N]
[inst_3 : Module R N] (p : ι → Submodule R N),
iSupIndep p ↔
∀ (i : ι) (x : ↥(p i)) (v : Π₀ (i : ι), ↥(p i)),
((DFinsupp.lsum ℕ) fun i => (p i).subtype) (DFinsupp.erase i v) = ↑x → x = 0Independence of a family of submodules can be expressed as a quantifier over DFinsupps.
This is an intermediate result used to prove
iSupIndep_of_dfinsupp_lsum_injective and
iSupIndep.dfinsupp_lsum_injective.
- Defined in
- Mathlib.LinearAlgebra.DFinsupp
- Cited by
- 2 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.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearMapstatement · cited by 10,215
- Submodulestatement and proof · cited by 7,192
- LinearEquivstatement · cited by 3,317
- DFinsuppstatement and proof · cited by 694
- Submodule.subtypestatement and proof · cited by 480
- iSupIndepstatement · cited by 100
- DFinsupp.erasestatement and proof · cited by 29
Cited by2
Results whose statement or proof uses this declaration.
- iSupIndep_of_dfinsupp_lsum_injectiveproof · cited by 5
- iSupIndep.dfinsupp_lsum_injectiveproof · cited by 5