Theorems · Theorem · group theory
MonoidHom.comp_noncommPiCoprod
∀ {M : Type u_1} [inst : Monoid M] {ι : Type u_2} [inst_1 : Fintype ι] {N : ι → Type u_3}
[inst_2 : (i : ι) → Monoid (N i)] (ϕ : (i : ι) → N i →* M)
{hcomm : Pairwise fun i j => ∀ (x : N i) (y : N j), Commute ((ϕ i) x) ((ϕ j) y)} {P : Type u_4} [inst_3 : Monoid P]
{f : M →* P}
(hcomm' : optParam (Pairwise fun i j => ∀ (x : N i) (y : N j), Commute ((f.comp (ϕ i)) x) ((f.comp (ϕ j)) y)) ⋯),
f.comp (MonoidHom.noncommPiCoprod ϕ hcomm) = MonoidHom.noncommPiCoprod (fun i => f.comp (ϕ i)) hcomm'Given monoid morphisms φᵢ : Nᵢ → M and f : M → P, if we have sufficient commutativity, then
f ∘ (∐ᵢ φᵢ) = ∐ᵢ (f ∘ φᵢ)
- Defined in
- Mathlib.GroupTheory.NoncommPiCoprod
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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
- SetLike.coeproof · cited by 8,199
- Fintypestatement and proof · cited by 7,736
- Monoidstatement and proof · cited by 3,887
- MonoidHomstatement and proof · cited by 3,629
- Finset.univproof · cited by 3,473
- Commutestatement and proof · cited by 639
- Pairwisestatement and proof · cited by 516
- MonoidHom.compstatement and proof · cited by 469
- MonoidHom.extproof · cited by 109
- Finset.noncommProdproof · cited by 44
- Pairwise.monostatement · cited by 29
Cited by1
Results whose statement or proof uses this declaration.
- Equiv.Perm.OnCycleFactors.sign_kerParam_apply_applyproof · cited by 2