Mathlib Map

Theorems · Theorem · general topology

isMinOn_Ioi_of_anti_mono

∀ {α : Type u} {β : Type u_1} [inst : LinearOrder α] [inst_1 : Preorder β] {a b : α} {f : α → β},
  AntitoneOn f (Set.Ioc a b) → MonotoneOn f (Set.Ici b) → IsMinOn f (Set.Ioi a) b

If f is antitone on Ioc a b and monotone on Ici b, then the minimum of f on Ioi a is attained at b.

Defined in
Mathlib.Order.Filter.Extr
Cited by
1 results in Mathlib
Foundations
Depth 18 from the axioms · uses propext, Quot.sound
Assumes
LinearOrderPreorder

Around this declaration

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

Cites9

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.