Theorems · Definition · group theory
AddMonoid.Coprod.clift
{M : Type u_1} →
{N : Type u_2} →
{P : Type u_5} →
[inst : AddZeroClass M] →
[inst_1 : AddZeroClass N] →
[inst_2 : AddZeroClass P] →
(f : FreeAddMonoid (M ⊕ N) →+ P) →
f (FreeAddMonoid.of (Sum.inl 0)) = 0 →
f (FreeAddMonoid.of (Sum.inr 0)) = 0 →
(∀ (x y : M),
f (FreeAddMonoid.of (Sum.inl (x + y))) =
f (FreeAddMonoid.of (Sum.inl x) + FreeAddMonoid.of (Sum.inl y))) →
(∀ (x y : N),
f (FreeAddMonoid.of (Sum.inr (x + y))) =
f (FreeAddMonoid.of (Sum.inr x) + FreeAddMonoid.of (Sum.inr y))) →
AddMonoid.Coprod M N →+ PLift an additive monoid homomorphism FreeAddMonoid (M ⊕ N) →+ P satisfying
additional properties to AddMonoid.Coprod M N →+ P.
Compared to AddMonoid.Coprod.lift,
this definition allows a user to provide a custom computational behavior.
Also, it only needs AddZeroClass assumptions
while AddMonoid.Coprod.lift needs an AddMonoid 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
- AddMonoidHomstatement and proof · cited by 3,230
- AddZeroClassstatement and proof · cited by 1,237
- FreeAddMonoidstatement and proof · cited by 145
- AddMonoid.Coprodstatement · cited by 104
- FreeAddMonoid.ofstatement and proof · cited by 69
- AddCon.liftproof · cited by 14
- AddMonoid.coprodConproof · cited by 3
Cited by8
Results whose statement or proof uses this declaration.
- AddMonoid.Coprod.swapproof · cited by 25
- AddMonoid.Coprod.liftproof · cited by 13
- AddMonoid.Coprod.mapproof · cited by 12
- AddMonoid.Coprod.clift_apply_inlstatement · cited by 0
- AddMonoid.Coprod.clift_apply_inrstatement · cited by 0
- AddMonoid.Coprod.clift_apply_mkstatement · cited by 0
- AddMonoid.Coprod.clift_comp_mkstatement · cited by 0
- AddMonoid.Coprod.clift_mkstatement · cited by 0