Pointwise Envelopes
Use PointwiseEnvelope for real-variable estimates over x : ℝ directly, not
for natural-indexed summatory endpoints. It is the real-variable sibling of
AsympEnv.
function on a domain
+ main approximation
+ nonnegative error radius
= pointwise lower and upper bounds
Core API:
PointwiseEnvelope
PointwiseEnvelope.lower
PointwiseEnvelope.upper
PointwiseEnvelope.lower_le_value
PointwiseEnvelope.value_le_upper
PointwiseEnvelope.weakenError
The basic theorem shape is:
If an envelope proves |f x - main x| ≤ err x on a domain, these theorems give:
Algebra:
To convert a discrete summatory AsympEnv into a real-variable floor envelope:
Detailed API reference: Asymptotic Envelope Certificates.
Next:
- For natural-indexed summatory estimates, see Asymptotic Envelopes.
- For ANT transforms that consume these envelopes, see ANT Asymptotic Transforms.
- For trust status, see Verification Status.