Theorems · Theorem · ring theory
MonoidAlgebra.algHom_ext
∀ {R : Type u_1} {A : Type u_4} {B : Type u_5} {M : Type u_7} [inst : CommSemiring R] [inst_1 : Semiring A]
[inst_2 : Semiring B] [inst_3 : Algebra R A] [inst_4 : Algebra R B] [inst_5 : Monoid M]
⦃φ₁ φ₂ : MonoidAlgebra A M →ₐ[R] B⦄,
(∀ (m : M), φ₁ (MonoidAlgebra.single m 1) = φ₂ (MonoidAlgebra.single m 1)) →
φ₁.comp MonoidAlgebra.singleOneAlgHom = φ₂.comp MonoidAlgebra.singleOneAlgHom → φ₁ = φ₂A R-algebra homomorphism from A[M] is uniquely defined by its
values on the functions single m 1 and single 1 a.
See note [partially-applied ext lemmas]. Note that the first assumption isn't written as an
equality of MonoidHoms because of doesn't additivise.
- Defined in
- Mathlib.Algebra.MonoidAlgebra.Basic
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- Monoidstatement and proof · cited by 3,887
- mul_oneproof · cited by 3,885
- AlgHomstatement and proof · cited by 3,236
- one_mulproof · cited by 2,841
- map_zeroproof · cited by 1,614
- map_addproof · cited by 964
- MonoidAlgebrastatement and proof · cited by 590
- AlgHom.compstatement and proof · cited by 501
Cited by7
Results whose statement or proof uses this declaration.
- MonoidAlgebra.bialgHom_extproof · cited by 3
- MonoidAlgebra.algHom_ext'proof · cited by 1
- MonoidAlgebra.mapAlgHom_idproof · cited by 0
- MonoidAlgebra.mapRangeAlgHom_compproof · cited by 0
- MonoidAlgebra.algHom_ext_iffproof · cited by 0
- MonoidAlgebra.mapDomainAlgHom_compproof · cited by 0
- MonoidAlgebra.mapDomainAlgHom_idproof · cited by 0