Mathlib Map

Theorems · Theorem · general topology

IsMinOn.min

∀ {α : Type u} {β : Type v} [inst : LinearOrder β] {f g : α → β} {a : α} {s : Set α},
  IsMinOn f s a → IsMinOn g s a → IsMinOn (fun x => min (f x) (g x)) s a
Defined in
Mathlib.Order.Filter.Extr
Cited by
0 results in Mathlib
Foundations
Depth 19 from the axioms · uses propext
Assumes
LinearOrder

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.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.