Theorems · Definition · group theory
Function.Surjective.commMagma
{M₁ : Type u_1} →
{M₂ : Type u_2} →
[inst : Mul M₂] →
[inst_1 : CommMagma M₁] →
(f : M₁ → M₂) → Function.Surjective f → (∀ (x y : M₁), f (x * y) = f x * f y) → CommMagma M₂A type endowed with * is a commutative semigroup, if it admits a surjective map that preserves
* from a commutative semigroup. See note [reducible non-instances].
- Defined in
- Mathlib.Algebra.Group.InjSurj
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 8 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites1
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommMagmastatement and proof · cited by 57
Cited by3
Results whose statement or proof uses this declaration.
- Function.Surjective.nonUnitalNonAssocCommSemiringproof · cited by 0
- Function.Surjective.nonAssocCommSemiringproof · cited by 0
- Function.Surjective.commSemigroupproof · cited by 0