Theorems · Theorem · group theory
Subgroup.mem_biSup_of_directedOn
∀ {G : Type u_1} [inst : Group G] {ι : Type u_2} {p : ι → Prop} {K : ι → Subgroup G} {i : ι},
p i →
DirectedOn (Function.onFun (fun x1 x2 => x1 ≤ x2) K) {i | p i} →
∀ {x : G}, x ∈ ⨆ i, ⨆ (_ : p i), K i ↔ ∃ i, p i ∧ x ∈ K i- Defined in
- Mathlib.Algebra.Group.Subgroup.Lattice
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Group
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- SetLike.coeproof · cited by 8,199
- Groupstatement and proof · cited by 6,238
- Set.ofPredstatement and proof · cited by 6,101
- Subgroupstatement and proof · cited by 3,593
- Set.iUnionproof · cited by 2,483
- iSupstatement and proof · cited by 2,415
- Function.onFunstatement and proof · cited by 570
- DirectedOnstatement and proof · cited by 271
- iSup_congr_Propproof · cited by 247
- le_iSupproof · cited by 207
- Subgroup.closureproof · cited by 196
- MulMemClass.mul_memproof · cited by 173
Cited by1
Results whose statement or proof uses this declaration.
- Subgroup.mem_iSup_of_directedproof · cited by 2