Explicit Hyperbolic Degree Threshold
Abstract
A closed natural cutoff makes a faster positive hyperbolic orbit dominate a bounded tail.
Theorem 1.1 (The faster hyperbolic orbit dominates beyond a closed cutoff).
Proof. Machine-checked in Lean as D5/S3/Weil/Budget/ExplicitHyperbolicDegreeThreshold.explicit_hyperbolic_degree_threshold (✓ std3). ∎
Source. Repository-derived.
Commentary.
The cutoff is the natural floor of the larger of two explicit real bounds, plus one. The reciprocal-rate term forces the target argument above one, while the coefficient term makes the exponential rate gap absorb the nonnegative tail constant.
The proof first derives the two-sided estimate (exp(x)-1)/2 <= sinh(x) <= exp(x)/2 for positive x. It then uses exp(x)/4 <= sinh(x) for x at least one and the elementary strict bound x < exp(x) to compare the squared terms.
For kappa-zero = 1, kappa-one = 1/2, delta = 1, and C = 100, the formal cutoff evaluates to 401. The module verifies the strict comparison at degrees 401 and 402, and proves that the same comparison is false at degree one.
References
- Truth anchor:
D5/S3/Weil/Budget/ExplicitHyperbolicDegreeThreshold.explicit_hyperbolic_degree_threshold