Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Least Nontrivial Metallic Value

Abstract

The golden ratio uniquely minimizes the positive integer members of the metallic family.

Theorem 1.1 (The golden ratio is the unique least nontrivial value).

Proof. Machine-checked in Lean as D5/S0/Asymptotics/MetallicMinimum.metallic_value_minimal_nontrivial (✓ std3). ∎

Source. Repository-derived.

Commentary.

The parameter-one value explicitly realizes the golden ratio. For every positive integer parameter, comparison of the two radicands gives the golden lower bound, and equality forces the parameter back to one.

The source derives positivity of the integer fusion coefficient from noninvertibility. The Lean statement exposes that derived condition as 0 < n because it reuses the repository’s numerical metallic family rather than introducing a second fusion-category carrier.

References