Audited examples for the public statement #
These examples exercise the derivative convention, coefficient indexing,
monicity, genuine parameter dependence, nonconstant units, and the n = 0
and d = 0 semantics of the public interface.
theorem
ClassicalComplexWPT.exactOrder_monomial
(n d : ℕ)
:
ExactOrderInLastVariable (fun (x : Ambient n) => x.2 ^ d) d
The distinguished monomial has exact order d; its d-th derivative is d!.
The monomial is prepared by zero lower coefficients and the constant unit one.
theorem
ClassicalComplexWPT.exactOrder_pow_add_first
(d : ℕ)
:
ExactOrderInLastVariable (fun (x : Ambient 1) => x.2 ^ d + x.1 0) d
For every degree, w^d + z₀ has exact distinguished-variable order d.
For positive degree, w^d + z₀ has the advertised parameter-dependent prepared form.
theorem
ClassicalComplexWPT.exactOrder_nonconstantUnit :
ExactOrderInLastVariable (fun (x : Ambient 1) => (1 + x.2) * (x.2 + x.1 0)) 1
Its distinguished slice has exact order one.