Mathlib Map

Theorems · Theorem · logic and foundations

Set.mem_image

∀ {α : Type u} {β : Type v} (f : α → β) (s : Set α) (y : β), y ∈ f '' s ↔ ∃ x ∈ s, f x = y
Defined in
Mathlib.Data.Set.Operations
Cited by
131 results in Mathlib
Foundations
Depth 5 from the axioms, rests on 12 definitions · uses no axioms

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.imagestatement · cited by 5,609

Cited by131

Results whose statement or proof uses this declaration.