Theorems · Theorem · ring theory
DirectSum.mul_eq_dfinsuppSum
∀ {ι : Type u_1} [inst : DecidableEq ι] (A : ι → Type u_2) [inst_1 : (i : ι) → AddCommMonoid (A i)]
[inst_2 : AddMonoid ι] [inst_3 : DirectSum.GSemiring A] [inst_4 : (i : ι) → (x : A i) → Decidable (x ≠ 0)]
(a a' : DirectSum ι fun i => A i),
a * a' =
DFinsupp.sum a fun x ai => DFinsupp.sum a' fun x_1 aj => (DirectSum.of A (x + x_1)) (GradedMonoid.GMul.mul ai aj)- Defined in
- Mathlib.Algebra.DirectSum.Ring
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- AddCommMonoidstatement and proof · cited by 12,281
- AddMonoidHomstatement and proof · cited by 3,230
- AddMonoidstatement and proof · cited by 2,864
- DFinsuppproof · cited by 694
- DirectSumstatement and proof · cited by 446
- AddMonoidHom.compproof · cited by 339
- DirectSum.ofstatement and proof · cited by 122
- DFinsupp.sumstatement and proof · cited by 64
- GradedMonoid.GMul.mulstatement and proof · cited by 45
- DirectSum.GSemiringstatement and proof · cited by 39
- AddMonoidHom.flipproof · cited by 25
Cited by3
Results whose statement or proof uses this declaration.
- DirectSum.coe_mul_apply_eq_dfinsuppSumproof · cited by 4
- IsHomogeneous.subsemiringClosureproof · cited by 1
- DirectSum.mul_eq_sum_support_ghas_mulproof · cited by 1