Encyclopedia Chemistry Chemistry Electrochemical Series From Phi Ladder Potential Ratio

ARTICLE 3 claims 2 theorems 1 model

Chemistry Electrochemical Series From Phi Ladder Potential Ratio

In the electrochemical series, a simple ratio links the standard reduction potentials of successive half-reactions.

The potential ratio

The electrochemical series ranks chemical species by their standard reduction potential, the voltage they produce when gaining electrons. In the Recognition Science framework, this ranking is modeled as a ladder of five categories: strong oxidizing, weak oxidizing, the standard hydrogen electrode reference, weak reducing, and strong reducing. The framework defines a potential, a measure of a species' tendency to gain electrons, for each rung of this ladder.

The central declaration, potential_ratio, proves a simple relationship: the potential of any rung divided by the potential of the rung below it always equals the golden ratio, approximately 1.618. In symbols, if the potential at position k is phi^k, then phi^(k+1) / phi^k = phi. This is a theorem in the framework's machine-checked library of formal theorems, derived from the definition of potential as a power of phi.

This ratio is a consequence of the framework's broader claim that the golden ratio emerges from its foundational cost function. The framework models the five categories as a discrete ladder, and the potential ratio is the mathematical expression of that ladder's spacing. The theorem also confirms that all potentials in this model are positive, since phi is a positive number.

In Recognition Science, this result is presented as a structural feature of the electrochemical series, not as a prediction of specific measured voltages. The framework does not claim that every real-world electrode potential will be exactly a power of phi. The theorem establishes a ratio between successive rungs in its own model, and the model's relation to laboratory measurements remains a separate question.

THEOREM potential_ratio · IndisputableMonolith/Chemistry/ElectrochemicalSeriesFromPhiLadder.lean
theorem potential_ratio (k : ℕ) :
    reductionPotential (k + 1) / reductionPotential k = phi := by
  unfold reductionPotential
  have hpos : (0 : ℝ) < phi ^ k := pow_pos phi_pos k
  rw [div_eq_iff hpos.ne', pow_succ]
  ring
THEOREM potential_pos · IndisputableMonolith/Chemistry/ElectrochemicalSeriesFromPhiLadder.lean
theorem potential_pos (k : ℕ) : 0 < reductionPotential k :=
  pow_pos phi_pos k
MODEL reductionPotential · IndisputableMonolith/Chemistry/ElectrochemicalSeriesFromPhiLadder.lean
noncomputable def reductionPotential (k : ℕ) : ℝ := phi ^ k

What this page does not claim

The theorem does not state that any measured electrode potential equals a power of phi. The framework does not derive the standard hydrogen electrode's absolute potential from this ratio. The five-category ladder is a definitional model, not a derived consequence of the framework.

Verify this page

Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:

$ lake env lean IndisputableMonolith/Chemistry/ElectrochemicalSeriesFromPhiLadder.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)

A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.

Derived articles

This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND