Theorems · Theorem · ring theory
MonoidAlgebra.ringHom_ext
∀ {R : Type u_1} {S : Type u_2} {M : Type u_4} [inst : Semiring R] [inst_1 : MulOneClass M] [inst_2 : Semiring S]
{f g : MonoidAlgebra R M →+* S},
(∀ (r : R), f (MonoidAlgebra.single 1 r) = g (MonoidAlgebra.single 1 r)) →
(∀ (m : M), f (MonoidAlgebra.single m 1) = g (MonoidAlgebra.single m 1)) → f = gIf two ring homomorphisms from R[M] are equal on all single m 1 and
single 1 r, then they are equal.
- Defined in
- Mathlib.Algebra.MonoidAlgebra.Defs
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- SemiringMulOneClassSemiring
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
- RingHomstatement and proof · cited by 10,189
- mul_oneproof · cited by 3,885
- one_mulproof · cited by 2,841
- MulOneClassstatement and proof · cited by 1,018
- MonoidAlgebrastatement and proof · cited by 590
- MonoidAlgebra.singlestatement and proof · cited by 253
- MonoidAlgebra.single_mul_singleproof · cited by 14
- RingHom.coe_addMonoidHom_injectiveproof · cited by 7
- MonoidAlgebra.addMonoidHom_extproof · cited by 4
Cited by7
Results whose statement or proof uses this declaration.
- MonoidAlgebra.ringHom_ext'proof · cited by 3
- MonoidAlgebra.mapRingHom_compproof · cited by 2
- MonoidAlgebra.mapRingHom_comp_mapDomainRingHomproof · cited by 1
- MonoidAlgebra.mapRingHom_idproof · cited by 1
- MonoidAlgebra.mapDomainRingHom_compproof · cited by 0
- MonoidAlgebra.mapDomainRingHom_idproof · cited by 0
- MonoidAlgebra.ringHom_ext_iffproof · cited by 0