k_B
The declaration supplies the SI numerical value of the Boltzmann constant as 1.380649 × 10^{-23} J/K. Physicists and engineers anchoring Recognition Science computation limits to laboratory temperatures cite it when converting between RS-native energy scales and measurable thermal energies. The definition consists of a direct numerical assignment with no reduction steps or lemmas.
claimThe Boltzmann constant is defined by $k_B := 1.380649 × 10^{-23}$ J/K.
background
The module IC-002 derives fundamental limits of computation from Recognition Science. These limits arise from temporal discreteness (the tick τ₀ as minimum time quantum), irrationality of φ (preventing exact finite rational simulation), and the Landauer erasure cost: erasing one bit requires energy k_B T ln(2). This sets a thermodynamic floor on computation, alongside the Bremermann limit E × t ≥ ħ/2.
proof idea
Direct definition assigning the numerical value 1.380649e-23 to k_B. No lemmas are applied and no tactics are used.
why it matters in Recognition Science
This definition anchors the Landauer bound within the RS framework and feeds into downstream results such as thermal_energy_at_unit_T (which relates the RS-native k_R to ln(φ)) and engineering certificates for room-temperature superconductivity (which compare k_B T_room to the coherence quantum E_coh = φ^{-5}). It supplies the external SI anchor required by the module's computation-limits structure, connecting RS-native units (c=1, ħ=φ^{-5}) to CODATA values.
scope and limits
- Does not derive the numerical value from RS axioms or the forcing chain T0-T8.
- Does not specify conversion factors between SI units and RS-native scales.
- Does not prove positivity, inequalities, or any dynamical properties of k_B.
formal statement (Lean)
110noncomputable def k_B : ℝ := 1.380649e-23
proof body
Definition body.
111
112/-- **THEOREM IC-002.8**: The Landauer energy k_B T ln(2) is positive for T > 0.
113 This is the minimum energy cost to erase one bit of information. -/
used by (40)
-
thermal_energy_at_unit_T -
e_SI -
proton_mass_MeV_pos -
coolingFraction_band -
en002_certificate -
rs_coherence_quantum_pos -
thermal_ratio_pos -
thermal_ratio_room_temp -
rs_entropy -
computation_has_nonzero_energy_cost -
computation_limits_summary -
ic002_certificate -
landauer_energy_pos -
landauer_scales_with_temp -
ic001_certificate -
k_B_ln2 -
landauer_constant_pos -
ledger_identity -
entropyApplications -
source_coding_theorem -
thermodynamic_entropy_connection -
info_per_voxel -
recombination_temperature_positive -
rs_eta -
bcs_gap_positive -
bcs_Tc_positive -
gamow_energy_increases_with_T -
nuclear_efficiency_valid -
virial_temperature -
bekensteinHawkingEntropy