The above-below germ pattern forces strict decrease on the interval
ProvedMonotonicity_Theorem.decreasing_of_uniform_above_below_on_intervalLet be an o-minimal structure over a dense linear order without endpoints , let be a definable function of one variable, and let satisfy .
Claim. If has the above-below germ pattern on , then is strictly decreasing on :
This is the mirror image of the increasing case. The hypothesis compares with the single value immediately on each side of each point , and the conclusion compares all pairs. The proof is the definable-connectedness argument applied to the definable set for a fixed : it has finitely many boundary points, the right half of the germ pattern produces a point of it immediately to the right of any point already reached, and the left half shows it is inherited at a point from the points immediately to its left.
Formalization note. UniformAboveBelow is the predicate of the accompanying definitions and DecOnInterval the strict-decrease predicate of the mission's window-loci definitions.
import Definitions.Def_Monotonicity_Theorem_Uniform_Germs
theorem Monotonicity_Theorem.decreasing_of_uniform_above_below_on_interval {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)
(hU : UniformAboveBelow D f u v) :
DecOnInterval f u v := by sorry