analysis optimisation convex-analysis
Definition
Epigraph
Let be a function with domain . The epigraph of is the set of all points lying on or above the graph of :
The variable chooses a point in the domain, while is a height. The inequality keeps every height above the function value and discards every height below it.
Interpretation
The epigraph turns a function into a geometric set. Instead of only looking at the graph, it fills everything above the graph.
This is useful because many properties of functions become properties of sets. In particular, a function is convex exactly when its epigraph is a convex set.
Optimisation Meaning
Minimising can be written as finding the lowest height such that lies in the epigraph:
The function becomes a feasible region, and optimisation becomes the search for its lowest point.