overapproximation
Overapproximation is a concept in mathematics and computer science referring to an estimate that bounds the quantity of interest from above or to a set that contains the true object. In set-theoretic terms, an overapproximation of a target set S is a superset S_hat with S ⊆ S_hat. The term is often used when exact computation is intractable or when a conservative estimate is preferable to avoid missing possible values or states.
In geometry and analysis, an overapproximation provides a safe envelope around a set or solution. For example,
In program analysis and formal verification, over-approximations of program states (abstract interpretation) ensure soundness: every behavior
Representations and techniques for overapproximation include convex hulls of unions, ellipsoidal bounds, zonotopes, polyhedral abstractions, interval
Applications appear in robotics, aerospace, automotive safety, and static analysis of software, where guaranteed containment of