Theorems · Definition · ring theory
DirectSum.toSemiring
{ι : Type u_1} →
[inst : DecidableEq ι] →
{A : ι → Type u_2} →
{R : Type u_3} →
[inst_1 : (i : ι) → AddCommMonoid (A i)] →
[inst_2 : AddMonoid ι] →
[inst_3 : DirectSum.GSemiring A] →
[inst_4 : Semiring R] →
(f : (i : ι) → A i →+ R) →
(f 0) GradedMonoid.GOne.one = 1 →
(∀ {i j : ι} (ai : A i) (aj : A j),
(f (i + j)) (GradedMonoid.GMul.mul ai aj) = (f i) ai * (f j) aj) →
(DirectSum ι fun i => A i) →+* RA family of AddMonoidHoms preserving DirectSum.One.one and DirectSum.Mul.mul
describes a RingHoms on ⨁ i, A i. This is a stronger version of DirectSum.toMonoid.
Of particular interest is the case when A i are bundled subobjects, f is the family of
coercions such as AddSubmonoid.subtype (A i), and the [GSemiring A] structure originates from
DirectSum.gsemiring.ofAddSubmonoids, in which case the proofs about GOne and GMul
can be discharged by rfl.
- Defined in
- Mathlib.Algebra.DirectSum.Ring
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 94 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- DFunLike.coestatement and proof · cited by 62,936
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- RingHomstatement · cited by 10,189
- AddMonoidHomstatement and proof · cited by 3,230
- AddMonoidstatement and proof · cited by 2,864
- DirectSumstatement and proof · cited by 446
- GradedMonoid.GMul.mulstatement and proof · cited by 45
- DirectSum.GSemiringstatement and proof · cited by 39
- GradedMonoid.GOne.onestatement and proof · cited by 32
- DirectSum.toAddMonoidproof · cited by 11
Cited by10
Results whose statement or proof uses this declaration.
- ModularForm.qExpansionRingHomproof · cited by 3
- DirectSum.toSemiring_ofstatement · cited by 3
- DirectSum.liftRingHomproof · cited by 2
- DirectSum.coeRingHomproof · cited by 1
- DirectSum.toAlgebraproof · cited by 1
- DirectSum.toSemiring.congr_simpstatement and proof · cited by 0
- DirectSum.toAlgebra_applystatement · cited by 0
- DirectSum.liftRingHom_applystatement · cited by 0
- DirectSum.toSemiring_applystatement and proof · cited by 0
- DirectSum.toSemiring_coe_addMonoidHomstatement · cited by 0