Theorems · Theorem · general topology
isLocalMax_of_mono_anti
∀ {α : Type u_1} [inst : TopologicalSpace α] [inst_1 : LinearOrder α] [OrderClosedTopology α] {β : Type u_2}
[inst_3 : Preorder β] {a b c : α},
a < b → b < c → ∀ {f : α → β}, MonotoneOn f (Set.Ioc a b) → AntitoneOn f (Set.Ico b c) → IsLocalMax f bIf f is monotone on Ioc a b and antitone on Ico b c then f has
a local maximum at b.
- Defined in
- Mathlib.Topology.Order.OrderClosedExtr
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- LinearOrderstatement and proof · cited by 8,572
- Preorderstatement and proof · cited by 7,952
- Set.Iocstatement and proof · cited by 971
- Set.Icostatement and proof · cited by 799
- OrderClosedTopologystatement and proof · cited by 445
- MonotoneOnstatement and proof · cited by 311
- AntitoneOnstatement and proof · cited by 266
- IsLocalMaxstatement · cited by 50
- Ioo_mem_nhdsproof · cited by 27
- IsMaxOn.isLocalMaxproof · cited by 4
- isMaxOn_Ioo_of_mono_antiproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- isLocalMin_of_anti_monoproof · cited by 0