Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Golden Inverse-Branch Fixed Point

Abstract

The first inverse branch has the inverse golden ratio as its unique positive fixed point.

Theorem 1.1 (The positive fixed point is characterized exactly).

Proof. Machine-checked in Lean as D5/S3/Analytic/Characterizations/GoldenInverseBranchFixedPoint.golden_inverse_branch_positive_fixed_point_iff (✓ std3). ∎

Source. Repository-derived.

Commentary.

For every positive real x, the equation one over x plus one equals x holds exactly when x is the inverse golden ratio.

The forward direction clears the positive denominator and compares the resulting quadratic with the golden-ratio quadratic. The reverse direction applies the reciprocal identity from the frozen transfer triangle.

Repository and pinned Mathlib searches found the supporting golden-ratio identities but no public theorem stating this fixed-point characterization.

References