Encyclopedia Foundation Foundation Maximal Forcing Rshbar Universe Hbar Independent Over Lhbar0
ARTICLE 2 claims 2 theorems
Foundation Maximal Forcing Rshbar Universe Hbar Independent Over Lhbar0
A machine-checked theorem shows the framework's reduced Planck constant is forced only after a specific normalization choice, not by logic alone.
The action-quantum boundary
In physics, the reduced Planck constant ħ sets the scale at which quantum effects become noticeable. The Recognition Science framework treats this constant as something that should be forced by its own internal logic, not chosen freely. The declaration hbar_independent_over_Lhbar0 establishes a precise boundary: over the loosest possible class of candidate values, the claim that ħ equals φ⁻⁵ (about 0.09017) is independent, meaning it cannot be derived from the framework's primitive laws alone. The theorem proves this by exhibiting two distinct real numbers, the framework's own value and zero, that both satisfy the loose admissibility condition but only one of which satisfies the claim.
The framework's native value ħ = φ⁻⁵ is forced only after a tightening step. The gate class LhbarRS pins the candidate to the framework's native value, and over that class the claim is forced, wrapping the proved identity hbar_eq_phi_inv_fifth. The loose class Lhbar0 admits every real number as a candidate. The independence theorem shows that without the native normalization assumption, the value claim does not follow. This is the action-normalization boundary: it marks where the framework's internal logic stops and a specific calibration choice begins.
What the declaration does not claim is equally important. It does not derive the SI value of Planck's constant from first principles. The framework's value is dimensionless and parameter-free, but connecting it to the measured physical constant requires an external dimensional anchor. The theorem also does not say the framework's value is arbitrary; it says only that over the loose class, the claim is not forced by the primitive laws. The tightening to LhbarRS is explicit and effective, and over that class the value is forced. The independence result is a boundary marker, not a refutation of the framework's value.
THEOREM hbar_independent_over_Lhbar0 · IndisputableMonolith/Foundation/MaximalForcing/RSHbarUniverse.lean
/-- Over the loose class `Lhbar0`, the value claim is independent: the RS action
quantum satisfies it, and `0` does not. -/
theorem hbar_independent_over_Lhbar0 :
Independent Lhbar0.admissible isHbarClaim := by
refine ⟨hbar, 0, ?_, ?_, ?_, ?_⟩
· trivial
· trivial
· show hbar = phi ^ (-(5 : ℝ)); exact hbar_eq_phi_inv_fifth
· intro h
have h0 : (0 : ℝ) = phi ^ (-(5 : ℝ)) := h
have hp := hbar_value_pos
linarith
THEOREM forced_hbar · IndisputableMonolith/Foundation/MaximalForcing/RSHbarUniverse.lean
/-- **Native action quantum as a forced invariant.** Over the RS-native gate, the
action quantum equals `φ⁻⁵`. Wraps `Constants.hbar_eq_phi_inv_fifth`.
This is not a claim that the SI value of `ℏ` is derived without a dimensional
anchor. -/
theorem forced_hbar : Forced LhbarRS.admissible isHbarClaim := by
intro h hh
have hh' : h = hbar := hh
show h = phi ^ (-(5 : ℝ))
rw [hh', hbar_eq_phi_inv_fifth]
What this page does not claim
The SI value of Planck's constant is derived without a dimensional anchor. The framework's value φ⁻⁵ is arbitrary or unforced over the native gate class.
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/MaximalForcing/RSHbarUniverse.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:
- What dimensional anchor connects the dimensionless framework value φ⁻⁵ to the measured SI value of Planck's constant?
- How does the action-normalization boundary relate to the gravitational and electromagnetic coupling surfaces in the same trio?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM hbar_independent_over_Lhbar0 · IndisputableMonolith/Foundation/MaximalForcing/RSHbarUniverse.lean
/-- Over the loose class `Lhbar0`, the value claim is independent: the RS action quantum satisfies it, and `0` does not. -/ theorem hbar_independent_over_Lhbar0 : Independent Lhbar0.admissible isHbarClaim := by refine ⟨hbar, 0, ?_, ?_, ?_, ?_⟩ · trivial · trivial · show hbar = phi ^ (-(5 : ℝ)); exact hbar_eq_phi_inv_fifth · intro h have h0 : (0 : ℝ) = phi ^ (-(5 : ℝ)) := h have hp := hbar_value_pos linarithOver the loosest possible class of candidate values, the claim that ħ equals φ⁻⁵ is independent, meaning it cannot be derived from the framework's primitive laws alone. hbar_independent_over_Lhbar0 · IndisputableMonolith/Foundation/MaximalForcing/RSHbarUniverse.leanTHEOREM forced_hbar · IndisputableMonolith/Foundation/MaximalForcing/RSHbarUniverse.lean
/-- **Native action quantum as a forced invariant.** Over the RS-native gate, the action quantum equals `φ⁻⁵`. Wraps `Constants.hbar_eq_phi_inv_fifth`. This is not a claim that the SI value of `ℏ` is derived without a dimensional anchor. -/ theorem forced_hbar : Forced LhbarRS.admissible isHbarClaim := by intro h hh have hh' : h = hbar := hh show h = phi ^ (-(5 : ℝ)) rw [hh', hbar_eq_phi_inv_fifth]The framework's native value ħ = φ⁻⁵ is forced only after a tightening step. forced_hbar · IndisputableMonolith/Foundation/MaximalForcing/RSHbarUniverse.lean