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

PointerStateFalsifier

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

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Quantum.PointerStates on GitHub at line 211.

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

 208    1. Macroscopic superpositions are stable
 209    2. Decoherence selects a non-predictable basis
 210    3. J-cost landscape has no neutral windows -/
 211structure PointerStateFalsifier where
 212  stable_macro_superposition : Prop
 213  unpredictable_decoherence_basis : Prop
 214  no_neutral_windows : Prop
 215  falsified : stable_macro_superposition ∨ unpredictable_decoherence_basis ∨ no_neutral_windows → False
 216
 217end PointerStates
 218end Quantum
 219end IndisputableMonolith