Mathlib Map

Theorems · Theorem · general topology

isMinOn_iff

∀ {α : Type u} {β : Type v} [inst : Preorder β] {f : α → β} {s : Set α} {a : α}, IsMinOn f s a ↔ ∀ x ∈ s, f a ≤ f x
Defined in
Mathlib.Order.Filter.Extr
Cited by
5 results in Mathlib
Foundations
Depth 9 from the axioms · uses no axioms
Assumes
Preorder

Around this declaration

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

Cites3

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
  • Preorderstatement and proof · cited by 7,952
  • IsMinOnstatement · cited by 96

Cited by5

Results whose statement or proof uses this declaration.