Theorems · Definition · linear algebra
DFinsupp.basis
{ι : Type u_1} →
{R : Type u_2} →
{M : ι → Type u_3} →
[inst : Semiring R] →
[inst_1 : (i : ι) → AddCommMonoid (M i)] →
[inst_2 : (i : ι) → Module R (M i)] →
{η : ι → Type u_4} →
((i : ι) → Module.Basis (η i) R (M i)) → Module.Basis ((i : ι) × η i) R (Π₀ (i : ι), M i)The direct sum of free modules is free.
Note that while this is stated for DFinsupp not DirectSum, the types are defeq.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 84 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- SemiringAddCommMonoidModule
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.
- Modulestatement and proof · cited by 20,661
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- Module.Basisstatement and proof · cited by 1,477
- LinearEquiv.symmproof · cited by 1,461
- DFinsuppstatement · cited by 694
- Module.Basis.reprproof · cited by 498
- LinearEquiv.transproof · cited by 298
- DFinsupp.mapRange.linearEquivproof · cited by 7
- sigmaFinsuppLequivDFinsuppproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- rank_directSumproof · cited by 1