Theorems · Definition · ring theory
DirectSum.liftRingHom
{ι : 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 //
f GradedMonoid.GOne.one = 1 ∧
∀ {i j : ι} (ai : A i) (aj : A j), f (GradedMonoid.GMul.mul ai aj) = f ai * f aj } ≃
((DirectSum ι fun i => A i) →+* R)Families of AddMonoidHoms preserving DirectSum.One.one and DirectSum.Mul.mul
are isomorphic to RingHoms on ⨁ i, A i. This is a stronger version of DFinsupp.liftAddHom.
- Defined in
- Mathlib.Algebra.DirectSum.Ring
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 96 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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 and proof · cited by 10,189
- Equivstatement · cited by 8,337
- AddMonoidHomstatement and proof · cited by 3,230
- AddMonoidstatement and proof · cited by 2,864
- DirectSumstatement and proof · cited by 446
- AddMonoidHom.compproof · cited by 339
- AddMonoidHomClass.toAddMonoidHomproof · cited by 232
- DirectSum.ofproof · cited by 122
- GradedMonoid.GMul.mulstatement and proof · cited by 45
Cited by2
Results whose statement or proof uses this declaration.
- DirectSum.liftRingHom_applystatement and proof · cited by 0
- DirectSum.liftRingHom_symm_apply_coestatement and proof · cited by 0