pith. machine review for the scientific record. sign in
structure

PlanckScaleFalsifier

definition
show as:
view math explainer →
module
IndisputableMonolith.Quantum.PlanckScale
domain
Quantum
line
195 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Quantum.PlanckScale on GitHub at line 195.

browse module

All declarations in this module, on Recognition.

explainer page

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

formal source

 192    1. Planck scale has no φ-connection
 193    2. Voxel scale doesn't exist
 194    3. τ₀ / t_P ≠ φ³⁴ -/
 195structure PlanckScaleFalsifier where
 196  no_phi_connection : Prop
 197  no_voxel_scale : Prop
 198  ratio_not_phi34 : Prop
 199  falsified : no_phi_connection ∧ ratio_not_phi34 → False
 200
 201end PlanckScale
 202end Quantum
 203end IndisputableMonolith