Theorems · Theorem · group theory
Subgroup.leftCoset_cover_filter_FiniteIndex_aux
∀ {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],
⋃ k ∈ {i ∈ s | (H i).FiniteIndex}, g k • ↑(H k) = Set.univ ∧
1 ≤ ∑ i ∈ s, (↑(H i).index)⁻¹ ∧
(∑ i ∈ s, (↑(H i).index)⁻¹ = 1 → (↑({i ∈ s | (H i).FiniteIndex})).PairwiseDisjoint fun i => g i • ↑(H i))- Defined in
- Mathlib.GroupTheory.CosetCover
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 102 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.
Cites96
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · 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
- Set.ofPredproof · cited by 6,101
- Finset.sumstatement and proof · cited by 5,195
- Bot.botproof · cited by 4,720
- Set.univstatement and proof · cited by 3,945
- mul_oneproof · cited by 3,885
- Equiv.symmproof · cited by 3,681
- Subgroupstatement and proof · cited by 3,593
- Finset.univproof · cited by 3,473
Cited by3
Results whose statement or proof uses this declaration.
- Subgroup.one_le_sum_inv_index_of_leftCoset_coverproof · cited by 1
- Subgroup.leftCoset_cover_filter_FiniteIndexproof · cited by 0
- Subgroup.pairwiseDisjoint_leftCoset_cover_of_sum_inv_index_eq_oneproof · cited by 0