Mathlib Map

Theorems · Theorem · group theory

AddSubsemigroup.mem_iSup_of_directed

∀ {M : Type u_2} [inst : Add M] {ι : Sort u_3} {S : ι → AddSubsemigroup M},
  Directed (fun x1 x2 => x1 ≤ x2) S → ∀ {x : M}, x ∈ ⨆ i, S i ↔ ∃ i, x ∈ S i
Defined in
Mathlib.Algebra.Group.Subsemigroup.Membership
Cited by
3 results in Mathlib
Foundations
Depth 66 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
Add

Around this declaration

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

Cites13

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

Cited by3

Results whose statement or proof uses this declaration.