Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Constructive Diagonal Escape

Abstract

The canonical twisted diagonal escapes every supplied catalog.

Theorem 1.1 (The canonical diagonal escapes its catalog).

Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/DefinitionEscape/ConstructiveDiagonalEscape.constructive_diagonal_escape (✓ std3). ∎

Source. Repository-derived.

Commentary.

The address type, value type, catalog, and twist are independent source primitives. The escaped function is the established canonical diagonal, sending a to the twist of g(a)(a).

When the twist has no fixed point, this diagonal cannot equal any catalog row. Equality with row g(a) would make g(a)(a) a fixed point after evaluation at a.

The repository contains the exact arbitrary-carrier range theorem, so the Lean proof imports and applies it directly. Pinned Mathlib has related surjectivity and Cantor results but no thinner full-statement match.

References