Theorems · Theorem · group theory
AddSubgroup.mem_biSup_of_directedOn
∀ {G : Type u_1} [inst : AddGroup G] {ι : Type u_2} {p : ι → Prop} {K : ι → AddSubgroup 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
- AddGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- SetLike.coeproof · cited by 8,199
- Set.ofPredstatement and proof · cited by 6,101
- AddGroupstatement and proof · cited by 4,410
- AddSubgroupstatement and proof · cited by 3,232
- Set.iUnionproof · cited by 2,483
- iSupstatement and proof · cited by 2,415
- Function.onFunstatement and proof · cited by 570
- SetLike.mem_coeproof · cited by 302
- DirectedOnstatement and proof · cited by 271
- iSup_congr_Propproof · cited by 247
- AddMemClass.add_memproof · cited by 229
- Set.mem_iUnionproof · cited by 212
Cited by1
Results whose statement or proof uses this declaration.
- AddSubgroup.mem_iSup_of_directedproof · cited by 2