structure
definition
PointerStateFalsifier
show as:
view math explainer →
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
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