structure
definition
PageCurveFalsifier
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Quantum.PageCurve on GitHub at line 202.
browse module
All declarations in this module, on Recognition.
explainer page
formal source
199 1. Page curve is not observed (difficult to test!)
200 2. Information loss is confirmed
201 3. Ledger conservation violated -/
202structure PageCurveFalsifier where
203 page_curve_wrong : Prop
204 information_lost : Prop
205 ledger_violated : Prop
206 falsified : page_curve_wrong ∨ information_lost → False
207
208end PageCurve
209end Quantum
210end IndisputableMonolith