Theorems · Theorem · ring theory
DirectSum.coe_mul_apply
∀ {ι : Type u_1} {σ : Type u_2} {R : Type u_4} [inst : DecidableEq ι] [inst_1 : Semiring R] [inst_2 : SetLike σ R]
[inst_3 : AddSubmonoidClass σ R] (A : ι → σ) [inst_4 : AddMonoid ι] [inst_5 : SetLike.GradedMonoid A]
[inst_6 : (i : ι) → (x : ↥(A i)) → Decidable (x ≠ 0)] (r r' : DirectSum ι fun i => ↥(A i)) (n : ι),
↑((r * r') n) = ∑ ij ∈ DFinsupp.support r ×ˢ DFinsupp.support r' with ij.1 + ij.2 = n, ↑(r ij.1) * ↑(r' ij.2)- Defined in
- Mathlib.Algebra.DirectSum.Internal
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 89 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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
- Semiringstatement and proof · cited by 13,802
- Finsetstatement · cited by 13,712
- Finset.sumstatement and proof · cited by 5,195
- AddMonoidstatement and proof · cited by 2,864
- Finset.sum_congrproof · cited by 2,323
- SProd.sprodstatement and proof · cited by 1,750
- SetLikestatement and proof · cited by 1,084
- Finset.filterstatement and proof · cited by 949
- DFinsuppstatement · cited by 694
- DirectSumstatement and proof · cited by 446
- AddSubmonoidClassstatement and proof · cited by 346
Cited by3
Results whose statement or proof uses this declaration.
- Ideal.IsHomogeneous.isPrime_of_homogeneous_mem_or_memproof · cited by 3
- mul_apply_eq_zeroproof · cited by 2
- DirectSum.coe_mul_apply_eq_sum_antidiagonalproof · cited by 0