Mathlib Map

Theorems · Definition · group theory

Subgroup.noncommPiCoprod

{G : Type u_1} →
  [inst : Group G] →
    {ι : Type u_2} →
      {H : ι → Subgroup G} →
        [Fintype ι] → (Pairwise fun i j => ∀ (x y : G), x ∈ H i → y ∈ H j → Commute x y) → ((i : ι) → ↥(H i)) →* G

The canonical homomorphism from a family of subgroups where elements from different subgroups commute

Defined in
Mathlib.GroupTheory.NoncommPiCoprod
Cited by
12 results in Mathlib
Foundations
Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
GroupFintype

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Equiv.Perm.OnCycleFactors.kerParam · cited by 10OnCycleFactors.kerParamEquiv.Perm.commute_ofSubtype_noncommPiCoprod · cited by 5Perm.commute_ofSubtype_no…Equiv.Perm.OnCycleFactors.kerParam_range_eq · cited by 3OnCycleFactors.kerParam_r…Equiv.Perm.OnCycleFactors.sign_kerParam_apply_apply · cited by 2OnCycleFactors.sign_kerPa…Subgroup.noncommPiCoprod_apply · cited by 2Subgroup.noncommPiCoprod_…Subgroup.noncommPiCoprod_range · cited by 2Subgroup.noncommPiCoprod_…Equiv.Perm.disjoint_ofSubtype_noncommPiCoprod · cited by 2Perm.disjoint_ofSubtype_n…Subgroup.noncommPiCoprod_mulSingle · cited by 1Subgroup.noncommPiCoprod_…Sylow.directProductOfNormal · cited by 1Sylow.directProductOfNorm…Equiv.Perm.OnCycleFactors.kerParam_apply · cited by 1OnCycleFactors.kerParam_a…Equiv.Perm.OnCycleFactors.kerParam_injective · cited by 1OnCycleFactors.kerParam_i…card_dvd_exponent_pow_rank · cited by 1card_dvd_exponent_pow_rankEquiv.Perm.OnCycleFactors.cycleType_kerParam_apply_apply · cited by 0OnCycleFactors.cycleType_…Subgroup.injective_noncommPiCoprod_of_iSupIndep · cited by 0Subgroup.injective_noncom…Fintype · cited by 7736FintypeGroup · cited by 6238GroupMonoidHom · cited by 3629MonoidHomSubgroup · cited by 3593SubgroupCommute · cited by 639CommutePairwise · cited by 516PairwiseSubgroup.subtype · cited by 185Subgroup.subtypeMonoidHom.noncommPiCoprod · cited by 9MonoidHom.noncommPiCoprodSubgroup.commute_subtype_of_commute · cited by 3Subgroup.commute_subtype_…Subgroup.noncommPiCoprodCITED BYCITES

Cites9

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by14

Results whose statement or proof uses this declaration.