Locally strictly decreasing implies strictly decreasing
ProvedMonotonicity_Theorem.locally_decreasing_implies_decreasinggeometry-topologyo-minimality
Let be an o-minimal structure over a dense linear order without endpoints, let be a definable function of one variable, and let be such that the open interval is contained in the domain .
Claim. If every point of has an open neighbourhood, contained in , on which is strictly decreasing, then is strictly decreasing on :
This is the decreasing counterpart of the local-to-global statement for strict increase, and is proved in the same way; the two are exchanged by reversing the order on the codomain.
Preamble
import Definitions.Def_Monotonicity_Theorem_Window_Loci
Formal statement
theorem Monotonicity_Theorem.locally_decreasing_implies_decreasing {R : Type} (D : DenseLinearOrderNoEndpoints R)
(M : OMinimalStructure D) {I B : Set (Power R 1)} (f : DefinableFunction M I B)
(u v : R) (huv : D.lt u v)
(hsub : (openInterval D (Endpoint.finite u) (Endpoint.finite v)).Subset I)
(hloc : (openInterval D (Endpoint.finite u) (Endpoint.finite v)).Subset (DecWindowLocus f)) :
DecOnInterval f u v := by sorrySource
Lou van den Dries, Tame Topology and O-minimal Structures, LMS Lecture Note Series 248, CUP 1998, Chapter 3, Section 1 (Monotonicity Theorem); step of the proof of the finite-exceptional-set lemma of this mission.