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) bIf 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.
- LinearOrderstatement and proof · cited by 8,572
- Preorderstatement and proof · cited by 7,952
- Set.Ioistatement · cited by 1,463
- Set.Icistatement and proof · cited by 1,070
- Set.Iocstatement and proof · cited by 971
- MonotoneOnstatement and proof · cited by 311
- AntitoneOnstatement and proof · cited by 266
- IsMinOnstatement · cited by 96
- isMaxOn_Ioi_of_mono_antiproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- isMinOn_Ioi_of_derivproof · cited by 0