Theorems · Theorem · general topology
isMaxOn_Iic_of_mono_anti
∀ {α : Type u} {β : Type u_1} [inst : LinearOrder α] [inst_1 : Preorder β] {a b : α} {f : α → β},
MonotoneOn f (Set.Iic b) → AntitoneOn f (Set.Icc b a) → IsMaxOn f (Set.Iic a) bIf f is monotone on Iic b and antitone on Icc b a, then the maximum of f on Iic a
is attained at b.
- Defined in
- Mathlib.Order.Filter.Extr
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext
- Assumes
- LinearOrderPreorder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- LE.le.transproof · cited by 3,151
- LT.lt.leproof · cited by 2,189
- Set.Iccstatement and proof · cited by 1,702
- Set.Iicstatement and proof · cited by 1,111
- MonotoneOnstatement and proof · cited by 311
- AntitoneOnstatement and proof · cited by 266
- IsMaxOnstatement · cited by 114
- Set.left_mem_Iccproof · cited by 67
- Set.self_mem_Iicproof · cited by 26
Cited by2
Results whose statement or proof uses this declaration.
- isMinOn_Iic_of_anti_monoproof · cited by 1
- isMaxOn_Iic_of_derivproof · cited by 0