Theorems · Theorem · group theory
AddMonoidHom.independent_range_of_coprime_order
∀ {G : Type u_1} [inst : AddGroup G] {ι : Type u_2} {H : ι → Type u_3} [inst_1 : (i : ι) → AddGroup (H i)]
(ϕ : (i : ι) → H i →+ G),
(Pairwise fun i j => ∀ (x : H i) (y : H j), AddCommute ((ϕ i) x) ((ϕ j) y)) →
∀ [Finite ι] [inst_3 : (i : ι) → Fintype (H i)],
(Pairwise fun i j => (Fintype.card (H i)).Coprime (Fintype.card (H j))) → iSupIndep fun i => (ϕ i).range- Defined in
- Mathlib.GroupTheory.NoncommPiCoprod
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites30
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
- AddGroupstatement and proof · cited by 4,410
- Finset.univproof · cited by 3,473
- AddSubgroupstatement and proof · cited by 3,232
- AddMonoidHomstatement and proof · cited by 3,230
- Finitestatement and proof · cited by 3,029
- iSupproof · cited by 2,415
- Finset.prodproof · cited by 2,356
- Fintype.cardstatement and proof · cited by 1,386
- Pairwisestatement and proof · cited by 516
Cited by1
Results whose statement or proof uses this declaration.
- AddSubgroup.independent_of_coprime_orderproof · cited by 0