Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Golden Logarithmic Scale

Abstract

Nonzero golden integers have an integer logarithmic scale with exact unit shifts.

D5/S1/Scale/Log assigns a scale only when . Zero is represented by none, never by a fabricated integer.

Proposition 1.1 (Zero has no scale).

Proof. Machine-checked in Lean as D5/S1/Scale/Log.logScale_zero (✓ std3). ∎

Source. Repository-derived.

Commentary.

The option-valued definition returns none at zero.

Proposition 1.2 (Nonzero scale).

Proof. Machine-checked in Lean as D5/S1/Scale/Log.logScale_ne_zero (✓ std3). ∎

Source. Repository-derived.

Commentary.

For nonzero input the following integer is wrapped in some:

Integral unit shifts

Proposition 1.3 (Embedding of a unit power).

Proof. Machine-checked in Lean as D5/S1/Scale/Log.embedding_phiUnitZPowMul (✓ std3). ∎

Source. Repository-derived.

Commentary.

Theorem 1.4 (Exact scale translation).

Proof. Machine-checked in Lean as D5/S1/Scale/Log.logScale_phiUnit_zpow_mul (✓ std3). ∎

Source. Repository-derived.

Commentary.

At the option level, every integer exponent, including negative powers, translates the scale through map exactly:

References

  • Truth anchor: D5/S1/Scale/Log.embedding_phiUnitZPowMul
  • Truth anchor: D5/S1/Scale/Log.logScale_ne_zero
  • Truth anchor: D5/S1/Scale/Log.logScale_phiUnit_zpow_mul
  • Truth anchor: D5/S1/Scale/Log.logScale_zero
  • Dependency: D5/S0/Carrier/Units
  • Dependency: D5/S1/Scale/Embedding