Mathlib Map

Theorems · Theorem · group theory

Set.mem_vadd_set

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

Around this declaration

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

Cites4

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
  • HVAdd.hVAddstatement · cited by 1,820
  • VAddstatement and proof · cited by 616
  • Set.vaddSetstatement · cited by 403

Cited by7

Results whose statement or proof uses this declaration.