Theorems · Definition · ring theory
DirectSum.gMulLHom
{ι : Type uι} →
(R : Type uR) →
(A : ι → Type uA) →
[inst : CommSemiring R] →
[inst_1 : (i : ι) → AddCommMonoid (A i)] →
[inst_2 : (i : ι) → Module R (A i)] →
[inst_3 : AddMonoid ι] →
[inst_4 : DirectSum.GSemiring A] → [DirectSum.GAlgebra R A] → {i j : ι} → A i →ₗ[R] A j →ₗ[R] A (i + j)The piecewise multiplication from the Mul instance, as a bundled linear map.
This is the graded version of LinearMap.mul, and the linear version of DirectSum.gMulHom
- Defined in
- Mathlib.Algebra.DirectSum.Algebra
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 34 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- RingHom.idstatement · cited by 18,349
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement · cited by 10,215
- AddMonoidstatement and proof · cited by 2,864
- GradedMonoid.GMul.mulproof · cited by 45
- DirectSum.GSemiringstatement and proof · cited by 39
- DirectSum.GAlgebrastatement and proof · cited by 22
Cited by1
Results whose statement or proof uses this declaration.
- DirectSum.gMulLHom_apply_applystatement and proof · cited by 0