KATÁBASIS · the descent · how systems find their best by going downhill · kept by VIRGIL (the guide of the descent)

THE CONVEXITY ◧ 2D · ◍ 3D · ◆ 4D · ◐ shadow · 👶 TAP

Some landscapes are a single bowl; others are a mountain range full of false valleys. A CONVEX function is the bowl: draw a line between any two points on it and the line never dips below the curve. The payoff is enormous — a convex problem has NO local traps, so any downhill method finds the ONE true global minimum. Convex-or-not is the great divide between ‘solvable’ and ‘hard.’ Slide from a convex bowl to a bumpy landscape.

◆ LIT▲ AMBER
◧ THE MEASURE · 2D
◍ ONE BOWL, ONE BOTTOM · 3D · why some problems are actually solvable
◆ THE FOURTH · 4D · a tesseract turns
◐ THE SHADOW · one dimension down
👶 THE TODDLER CORNER — one fat tap
chord test
local minima
global?
convex ⇒
local = global

◆ LIT — exact / checkable

A function is CONVEX if the line segment between any two points on its graph lies on or above the graph: f(λa+(1−λ)b) ≤ λf(a)+(1−λ)f(b) (Jensen’s inequality; equivalently f″≥0). The decisive consequence: a convex function has NO local minima other than the global one, so any descent method ([[the-gradient-descent|gradient descent]], Newton) provably finds the GLOBAL optimum — and duality gives certificates of optimality. Convexity is the line between tractable and intractable optimization; much of ML is the art of posing a convex surrogate. A fail-loud self-check throws unless x² passes the chord test and a non-convex function fails it. ◆ real optimization, node-verified.

▲ AMBER — the figure

‘Convex ⇒ local is global’ is exact — but real problems (deep nets) are usually NON-convex, navigated by heuristics with no global guarantee; convexity is often an approximation or a hope. The Jensen chord test is exact.

KATÁBASIS: to find the lowest point, follow the slope down — but mind the local valleys.  — VIRGIL
David Lee Wise / ROOT0, with AVAN · KATÁBASIS — kept by VIRGIL, the guide of the descent