Mathlib Map

Theorems · Theorem · group theory

Set.mem_add

∀ {α : Type u_2} [inst : Add α] {s t : Set α} {a : α}, a ∈ s + t ↔ ∃ x ∈ s, ∃ y ∈ t, x + y = a
Defined in
Mathlib.Algebra.Group.Pointwise.Set.Basic
Cited by
25 results in Mathlib
Foundations
Depth 6 from the axioms · uses no axioms
Assumes
Add

Around this declaration

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

Cites2

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
  • Set.addstatement · cited by 338

Cited by25

Results whose statement or proof uses this declaration.