Theorems · Theorem · ring theory
SkewMonoidAlgebra.ringHom_ext
∀ {k : Type u_1} {G : Type u_2} [inst : Semiring k] [inst_1 : Monoid G] [inst_2 : MulSemiringAction G k]
{f g : SkewMonoidAlgebra k G →+* k},
(∀ (b : k), f (SkewMonoidAlgebra.single 1 b) = g (SkewMonoidAlgebra.single 1 b)) →
(∀ (a : G), f (SkewMonoidAlgebra.single a 1) = g (SkewMonoidAlgebra.single a 1)) → f = gIf two ring homomorphisms from SkewMonoidAlgebra k G are equal on all single a 1
and single 1 b, then they are equal.
- Defined in
- Mathlib.Algebra.SkewMonoidAlgebra.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- Monoidstatement and proof · cited by 3,887
- mul_oneproof · cited by 3,885
- one_mulproof · cited by 2,841
- one_smulproof · cited by 1,374
- MulSemiringActionstatement and proof · cited by 423
- AddMonoidHomClass.toAddMonoidHomproof · cited by 232
- SkewMonoidAlgebrastatement and proof · cited by 216
- SkewMonoidAlgebra.singlestatement and proof · cited by 83
- RingHom.map_mulproof · cited by 45
Cited by1
Results whose statement or proof uses this declaration.
- SkewMonoidAlgebra.ringHom_ext'proof · cited by 1