Theorems · Definition · linear algebra
Finsupp.basis
{R : Type u_1} →
{M : Type u_2} →
{ι : Type u_3} →
[inst : Semiring R] →
[inst_1 : AddCommMonoid M] →
[inst_2 : Module R M] →
{φ : ι → Type u_4} → ((i : ι) → Module.Basis (φ i) R M) → Module.Basis ((i : ι) × φ i) R (ι →₀ M)The basis on ι →₀ M with basis vectors fun ⟨i, x⟩ ↦ single i (b i x).
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 85 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.
Cites11
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
- Finsuppstatement · cited by 5,255
- Module.Basisstatement and proof · cited by 1,477
- LinearEquiv.symmproof · cited by 1,461
- Module.Basis.reprproof · cited by 498
- LinearEquiv.transproof · cited by 298
- finsuppLequivDFinsuppproof · cited by 11
- DFinsupp.mapRange.linearEquivproof · cited by 7
- sigmaFinsuppLequivDFinsuppproof · cited by 3
Cited by3
Results whose statement or proof uses this declaration.
- rank_finsuppproof · cited by 4
- Finsupp.basis_reprstatement · cited by 0
- Finsupp.coe_basisstatement and proof · cited by 0