Explicit lower bound after exact Padé gcd cancellation
ProvedEulerMascheroni.Arithmetic.pade_primitive_remainder_lower_boundWrite and for the classical integer Padé sequences and the Euler–Gompertz constant. For every and integer ,
Thus the exact primitive integer linear form has an explicit rational lower bound, whose denominator depends only on and a factorial. This combines the proved positive integral remainder estimate with the proved exact cancellation theorem. The latter uses adjacent denominator coprimality and the modular structure theorem.
The bound is unconditional. It supplies nonvanishing for the existing conditional Gompertz transcendence sketch, and can also certify that a proposed gcd-normalized approximation is too large at a specified index. It asserts neither convergence of these primitive forms to zero nor an asymptotic bound for their gcds.
import Definitions.Def_eulerMascheroni_padeTransform open EulerMascheroni.Arithmetic
theorem EulerMascheroni.Arithmetic.pade_primitive_remainder_lower_bound (n K : ℕ) (hK : 0 < K) :
((n+1).factorial:ℝ)*(K:ℝ)^(n+1) /
(((K:ℝ)+1)^(n+1) * 3^(K+1) * ((K:ℝ)+2) *
(Int.gcd (padeQ (n+1)) ((n.factorial:ℤ)^2):ℝ)) ≤
((padeQ (n+1):ℝ)*EulerMascheroni.gompertzConstant-(padeP (n+1):ℝ)) /
(Int.gcd (padeP (n+1)) (padeQ (n+1)):ℝ) := by sorry