Mathlib Map

Theorems · Theorem · order theory

Set.exists_range_iff

∀ {α : Type u_1} {ι : Sort u_4} {f : ι → α} {p : α → Prop}, (∃ a ∈ Set.range f, p a) ↔ ∃ i, p (f i)
Defined in
Mathlib.Data.Set.Image
Cited by
22 results in Mathlib
Foundations
Depth 7 from the axioms · uses propext, Quot.sound

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 · cited by 53,352
  • Set.rangestatement · cited by 4,705

Cited by22

Results whose statement or proof uses this declaration.