Automated Interval Arithmetic Tactics #
This module re-exports the interval arithmetic tactic suite:
interval_bound- Prove bounds using interval arithmeticinterval_decide- Prove point inequalitiesinterval_auto- Unified entry point (recommended)multivariate_bound- Prove bounds on multivariate expressionsopt_bound- Prove bounds using global optimizationroot_bound- Prove non-existence of rootsinterval_bound_subdiv- Prove bounds with subdivisioninterval_bound_adaptive- Prove bounds with adaptive precision
The infrastructure (types, parsing, normalization, extraction, diagnostics,
common proving utilities) lives in LeanCert.Tactic.IntervalAuto.Basic.
Unified tactic that handles both point inequalities and quantified bounds.
interval_auto- uses adaptive precisioninterval_auto 20- uses fixed Taylor depth of 20
This is the recommended entry point for interval arithmetic proofs.
Equations
- One or more equations did not get rendered due to their size.