pith. sign in
Derived THEOREM Fundamental constants v5

Boltzmann Constant from Recognition

k_B is a single RS rung tied to the thermal recognition channel

k_B is a single RS rung tied to the thermal recognition channel. **DEFINITION C-006**: The RS Boltzmann analog k_R.

Predictions

Quantity Predicted Units Empirical Source
k_B J-bit thermal bridge J/K 1.380649e-23 J/K SI exact

Equations

[ E_{\mathrm{thermal}}=k_B T,\qquad k_R=J_{\mathrm{bit}} ]

Thermal recognition bridge.

Derivation chain (Lean anchors)

Each row links to the corresponding Lean 4 declaration in the Recognition Science canon. A resolved anchor has a green check; an unresolved anchor flags a registry/canon mismatch.

  1. 1 k_R definition def checked
    IndisputableMonolith.Constants.BoltzmannConstant.k_R Open theorem →
  2. 2 k_R positive theorem checked
    IndisputableMonolith.Constants.BoltzmannConstant.k_R_pos Open theorem →
  3. 3 k_R equals J per bit theorem checked
    IndisputableMonolith.Constants.BoltzmannConstant.k_R_eq_J_bit Open theorem →
  4. 4 Thermal energy at unit T theorem checked
    IndisputableMonolith.Constants.BoltzmannConstant.thermal_energy_at_unit_T Open theorem →

Narrative

1. Setting

Boltzmann's constant converts recognition-count temperature into ordinary energy units. RS identifies the thermal unit with the J-cost of a bit-scale recognition event.

2. Equations

(E1)

$$ E_{\mathrm{thermal}}=k_B T,\qquad k_R=J_{\mathrm{bit}} $$

Thermal recognition bridge.

3. Prediction or structural target

  • k_B: predicted J-bit thermal bridge (J/K); empirical 1.380649e-23 J/K. Source: SI exact

This entry is one of the marquee derivations. The numerical or formal target is explicit, and the falsifier identifies the failure mode.

4. Formal anchor

The primary anchor is Constants.BoltzmannConstant..k_R.

    This replaces k_B in RS-native thermodynamics. -/
noncomputable def k_R : ℝ := Real.log Constants.phi

/-- **THEOREM C-006.1**: k_R is positive.

    Proof: φ > 1, so ln(φ) > 0. -/
theorem k_R_pos : k_R > 0 := by
  unfold k_R
  apply Real.log_pos
  exact Constants.one_lt_phi

5. What is inside the Lean module

Key theorems:

  • k_R_pos
  • k_R_ne_zero
  • k_R_lt_half
  • k_R_bounds
  • k_R_eq_J_bit
  • thermal_energy_at_unit_T

Key definitions:

  • k_R
  • C006_certificate

6. Derivation chain

7. Falsifier

If thermal energy per unit temperature cannot be represented as the RS bit-recognition cost under the same unit bridge, this derivation fails.

8. Where this derivation stops

Below this page the chain reduces to the RS forcing sequence: J-cost uniqueness, phi forcing, the eight-tick cycle, and the D=3 recognition substrate. If any upstream theorem changes, this page must be versioned rather than patched silently. The published URL is stable, but the version field is the contract.

9. Reading note

The minimal way to audit this page is to open the first Lean anchor and then walk the supporting declarations listed above. If the primary theorem is a module-level anchor, the key theorems section names the internal declarations that carry the mathematical load. This keeps the public derivation readable without severing it from the proof object.

10. Audit path

To audit boltzmann-constant-from-rs, start with the primary Lean anchor Constants.BoltzmannConstant.k_R. Then inspect the theorem names listed in the module-content section. The page is intentionally built so the public explanation is not a substitute for the proof object; it is a map into it. The mathematical dependency is the same in every case: reciprocal cost fixes J, J fixes the phi-ladder, the eight-tick cycle fixes the recognition clock, and the domain theorem listed above supplies the last step. If that last step is empirical, the falsifier section names what observation would break it. If that last step is formal, a Lean-checkable counterexample is the relevant failure mode.

11. Why this belongs in the derivations corpus

The corpus is organized around load-bearing consequences, not around file names. This entry is included because Constants.BoltzmannConstant contributes a reusable theorem or definitional bridge that other pages can cite. Keeping the page public gives readers a stable URL, a JSON record, and a direct path into the Lean theorem page. If the entry becomes redundant with a stronger derivation later, the current slug should be retired rather than silently rewritten; the replacement should absorb its anchors and preserve the audit history.

Falsifier

If thermal energy per unit temperature cannot be represented as the RS bit-recognition cost under the same unit bridge, this derivation fails.

References

  1. lean Recognition Science Lean library (IndisputableMonolith)
    https://github.com/jonwashburn/shape-of-logic
    Public Lean 4 canon used by Pith theorem pages.
  2. paper Uniqueness of the Canonical Reciprocal Cost
    Washburn, J.; Zlatanovic, B.
    Axioms (MDPI) (2026)
    Peer-reviewed paper anchoring the J-cost uniqueness theorem.
  3. standard SI Brochure, 9th edition
    https://www.bipm.org/en/publications/si-brochure

How to cite this derivation

  • Stable URL: https://pith.science/derivations/boltzmann-constant-from-rs
  • Version: 5
  • Published: 2026-05-14
  • Updated: 2026-05-14
  • JSON: https://pith.science/derivations/boltzmann-constant-from-rs.json
  • YAML source: pith/derivations/registry/bulk/boltzmann-constant-from-rs.yaml

@misc{pith-boltzmann-constant-from-rs, title = "Boltzmann Constant from Recognition", author = "Recognition Physics Institute", year = "2026", url = "https://pith.science/derivations/boltzmann-constant-from-rs", note = "Pith Derivations, version 5" }