Theorems · Theorem · ring theory
DirectSum.mul_eq_sum_support_ghas_mul
∀ {ι : 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' =
∑ ij ∈ DFinsupp.support a ×ˢ DFinsupp.support a',
(DirectSum.of A (ij.1 + ij.2)) (GradedMonoid.GMul.mul (a ij.1) (a' ij.2))A heavily unfolded version of the definition of multiplication
- Defined in
- Mathlib.Algebra.DirectSum.Ring
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- Finsetstatement · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- Finset.sumstatement and proof · cited by 5,195
- AddMonoidHomstatement · cited by 3,230
- AddMonoidstatement and proof · cited by 2,864
- Finset.sum_congrproof · cited by 2,323
- SProd.sprodstatement and proof · cited by 1,750
- DFinsuppstatement · cited by 694
- DirectSumstatement and proof · cited by 446
- DFinsupp.supportstatement and proof · cited by 158
- DirectSum.ofstatement and proof · cited by 122
Cited by1
Results whose statement or proof uses this declaration.
- DirectSum.coe_mul_applyproof · cited by 3