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

FirewallFalsifier

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

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Quantum.Firewall on GitHub at line 243.

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

 240    1. Firewalls detected (somehow)
 241    2. Information definitively lost
 242    3. Ledger structure has discontinuity at horizon -/
 243structure FirewallFalsifier where
 244  firewall_detected : Prop
 245  information_lost : Prop
 246  ledger_discontinuous : Prop
 247  falsified : firewall_detected ∨ information_lost → False
 248
 249end Firewall
 250end Quantum
 251end IndisputableMonolith