Encyclopedia Foundation Foundation Pair Kernel Native Action Quantum Native Action Quantum Inv Mul

ARTICLE 4 claims 3 theorems 1 model

Foundation Pair Kernel Native Action Quantum Native Action Quantum Inv Mul

A machine-checked theorem proves that a certain quantum of action and its reciprocal multiply to one, a fact that anchors the framework's unit conventions.

The reciprocal pair

In physics, an action quantum is a fixed amount of the quantity called action, which has units of energy multiplied by time. Planck's constant is the familiar example. The Recognition Science framework defines its own native action quantum as the number φ⁻⁵, where φ is the golden ratio, approximately 1.618. Its reciprocal, φ⁵, is the inverse action quantum. The declaration nativeActionQuantumInv_mul is a machine-checked theorem stating that these two numbers multiply to exactly 1: φ⁻⁵ × φ⁵ = 1.

This is not a discovery about nature but a definitional consistency check. The framework chooses the ledger expression for the action quantum and its inverse; the theorem proves that the chosen expressions behave as inverses. The proof is a formal calculation: it expands the definitions and applies the algebraic fact that a nonzero number times its reciprocal is one. The golden ratio is positive, so its fifth power is nonzero, and the cancellation is valid.

The theorem also connects to the framework's counting of dimensions. A recognition event has a configuration dimension of D + 2, where D is the spatial dimension. At D = 3, this gives 5, and the exponent in φ⁵ matches that count. The theorem thus ties the reciprocal pair to the framework's spatial dimension, though it does not by itself derive that dimension.

In Recognition Science, the framework's library proves this as a formal theorem with no unproved assumptions. The theorem is a small piece of a larger structure: it certifies that the native action quantum and its inverse form a consistent pair, free of π by construction. The practical consequence is that the framework's unit conventions are internally coherent: the action quantum and its reciprocal are exact inverses, not approximations.

THEOREM nativeActionQuantumInv_mul · IndisputableMonolith/Foundation/PairKernelNativeActionQuantum.lean
theorem nativeActionQuantumInv_mul :
    nativeActionQuantum * nativeActionQuantumInv = 1 := by
  rw [nativeActionQuantum_eq_inv_phi_pow_five,
    nativeActionQuantumInv_eq_phi_pow_five]
  exact inv_mul_cancel₀ (pow_ne_zero 5 (ne_of_gt goldenRatio_pos))
MODEL configDim · IndisputableMonolith/Foundation/PairKernelNativeActionQuantum.lean
/-- Configuration dimension of one recognition event:
spatial degrees + one temporal tick + one ledger-balance degree. -/
def configDim (d : ℕ) : ℕ := d + 2
THEOREM configDim_at_spatial3 · IndisputableMonolith/Foundation/PairKernelNativeActionQuantum.lean
theorem configDim_at_spatial3 : configDim spatialDim = 5 := by
  decide
THEOREM nativeActionQuantum_exponent_eq_configDim · IndisputableMonolith/Foundation/PairKernelNativeActionQuantum.lean
nativeActionQuantum_exponent_eq_configDim · IndisputableMonolith/Foundation/PairKernelNativeActionQuantum.lean:100
/-- Configuration-dimension bridge: the Nat exponent equals `configDim 3`. -/
theorem nativeActionQuantum_exponent_eq_configDim :
    nativeActionQuantum = (goldenRatio ^ configDim spatialDim)⁻¹ := by
  rw [nativeActionQuantum_eq_inv_phi_pow_five, configDim_at_spatial3]

What this page does not claim

The theorem does not claim that the native action quantum is measured in any experiment. The theorem does not claim that the spatial dimension D = 3 is derived in this module. The theorem does not claim that the native action quantum equals Planck's constant.

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/Foundation/PairKernelNativeActionQuantum.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