Theorems · Definition · group theory
Monoid.Coprod.clift
{M : Type u_1} →
{N : Type u_2} →
{P : Type u_5} →
[inst : MulOneClass M] →
[inst_1 : MulOneClass N] →
[inst_2 : MulOneClass P] →
(f : FreeMonoid (M ⊕ N) →* P) →
f (FreeMonoid.of (Sum.inl 1)) = 1 →
f (FreeMonoid.of (Sum.inr 1)) = 1 →
(∀ (x y : M),
f (FreeMonoid.of (Sum.inl (x * y))) = f (FreeMonoid.of (Sum.inl x) * FreeMonoid.of (Sum.inl y))) →
(∀ (x y : N),
f (FreeMonoid.of (Sum.inr (x * y))) =
f (FreeMonoid.of (Sum.inr x) * FreeMonoid.of (Sum.inr y))) →
Monoid.Coprod M N →* PLift a monoid homomorphism FreeMonoid (M ⊕ N) →* P satisfying additional properties to
M ∗ N →* P. In many cases, Coprod.lift is more convenient.
Compared to Coprod.lift,
this definition allows a user to provide a custom computational behavior.
Also, it only needs MulOneClass assumptions while Coprod.lift needs a Monoid structure.
- Defined in
- Mathlib.GroupTheory.Coprod.Basic
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 44 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- MonoidHomstatement and proof · cited by 3,629
- MulOneClassstatement and proof · cited by 1,018
- FreeMonoidstatement and proof · cited by 147
- Monoid.Coprodstatement · cited by 109
- FreeMonoid.ofstatement and proof · cited by 69
- Con.liftproof · cited by 12
- Monoid.coprodConproof · cited by 3
Cited by8
Results whose statement or proof uses this declaration.
- Monoid.Coprod.swapproof · cited by 25
- Monoid.Coprod.liftproof · cited by 13
- Monoid.Coprod.mapproof · cited by 12
- Monoid.Coprod.clift_apply_inlstatement · cited by 0
- Monoid.Coprod.clift_apply_inrstatement · cited by 0
- Monoid.Coprod.clift_apply_mkstatement · cited by 0
- Monoid.Coprod.clift_comp_mkstatement · cited by 0
- Monoid.Coprod.clift_mkstatement · cited by 0