Theorems · Theorem · group theory
Subgroup.pairwiseDisjoint_leftCoset_cover_of_sum_inv_index_eq_one
∀ {G : Type u_1} [inst : Group G] {ι : Type u_2} {H : ι → Subgroup G} {g : ι → G} {s : Finset ι},
⋃ i ∈ s, g i • ↑(H i) = Set.univ →
∀ [inst_1 : DecidablePred Subgroup.FiniteIndex],
∑ i ∈ s, (↑(H i).index)⁻¹ = 1 → (↑({i ∈ s | (H i).FiniteIndex})).PairwiseDisjoint fun i => g i • ↑(H i)Let the group G be the union of finitely many left cosets g i • H i.
If the sum of the inverses of the indexes of the subgroups H i is equal to 1,
then the cosets of the subgroups of finite index are pairwise disjoint.
- Defined in
- Mathlib.GroupTheory.CosetCover
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 103 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- GroupDecidablePred
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Finsetstatement and proof · cited by 13,712
- SetLike.coestatement and proof · cited by 8,199
- Groupstatement and proof · cited by 6,238
- Finset.sumstatement · cited by 5,195
- Set.univstatement and proof · cited by 3,945
- Subgroupstatement and proof · cited by 3,593
- Set.iUnionstatement and proof · cited by 2,483
- Finset.filterstatement · cited by 949
- Set.smulSetstatement · cited by 608
- Set.PairwiseDisjointstatement · cited by 275
- Subgroup.indexstatement · cited by 150
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.