Theorems · Theorem · group theory
MonoidHom.commute_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)} {m : M},
(∀ (i : ι) (x : N i), Commute m ((ϕ i) x)) → ∀ (h : (i : ι) → N i), Commute m ((MonoidHom.noncommPiCoprod ϕ hcomm) h)- Defined in
- Mathlib.GroupTheory.NoncommPiCoprod
- Cited by
- 0 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.
Cites11
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
- 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
- Commute.one_rightproof · cited by 22
- MonoidHom.noncommPiCoprodstatement · cited by 9
- Commute.mul_rightproof · cited by 5
- Finset.noncommProd_inductionproof · cited by 5
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.