Skip to content

Asymptotic Envelopes

Use AsympEnv when a summatory function has a main term and nonnegative error term:

sequence
+ main term
+ nonnegative error term
= reusable summatory envelope

Core API:

AsympEnv
AsympEnv.lower
AsympEnv.upper
AsympEnv.weakenError
AsympEnv.add
AsympEnv.neg
AsympEnv.sub
AsympEnv.constMul

The lower and upper endpoint theorems turn the absolute-error certificate into usable inequalities.

ANT-specific transforms built on AsympEnv are documented in Domain Libraries → ANT Asymptotic.

Detailed API reference: Asymptotic Envelope Certificates.

Next: