def
definition
status
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Constants.RSNativeUnits on GitHub at line 338.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
-
of -
K -
tick -
K -
Action -
ExternalCalibration -
lambda_kin -
octavePeriod -
phiRung -
tau_rec -
tick -
voxel -
Constants -
of -
eval -
of -
of -
octavePeriod -
phiRung -
of -
status -
calibration -
phiRung -
eval
used by
-
card_eq_seven -
ml_zero_parameter_certificate -
isIonicBond -
cone_bound_export -
c_in_si -
InflationFalsifier -
EtaFalsifier -
audit_passes -
AuditSummary -
examplesToJSON -
generateAuditSummary -
generateJSONReport -
theoryConfirmed -
theoryFalsified -
complete_godel_dissolution -
Diverges -
GeneralSelfRefQuery -
GodelDissolutionTheorem -
self_ref_not_rs_true -
SelfRefQuery -
noFreeParameters -
ScaffoldStatus -
choke_cost_axioms -
choke_dimension -
choke_exclusivity -
ChokePoint -
choke_universality -
closed_count -
scaffold_count -
ConsciousnessHypothesis -
H_GravitationalRunning_certificate -
NoCloningFalsifier -
ShannonFalsifier -
thirteen_natural_interpretations -
ComplexFalsifier -
status -
tau0_seconds_protocol -
hygienic -
hygienicBool -
Protocol
formal source
335/-! ## Summary Status -/
336
337/-- RS Native Units module status. -/
338def status : String :=
339 "✓ Base units: tick, voxel (τ₀ = ℓ₀ = 1)\n" ++
340 "✓ Speed of light: c = 1 voxel/tick\n" ++
341 "✓ Coherence quantum: coh = φ⁻⁵\n" ++
342 "✓ Action quantum: act = ħ = φ⁻⁵ (in RS-native)\n" ++
343 "✓ φ-ladder: phiRung n = φⁿ\n" ++
344 "✓ 8-tick cycle: octavePeriod = 8 ticks\n" ++
345 "✓ K-gate: tau_rec = lambda_kin = π/(4 ln φ)\n" ++
346 "✓ External calibration: ExternalCalibration structure\n" ++
347 "✓ All dimensionless physics fixed by φ"
348
349#eval status
350
351end RSNativeUnits
352end Constants
353end IndisputableMonolith