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

CTFalsifier

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

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Information.ChurchTuring 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. Hypercomputation demonstrated
 241    2. CT thesis violated
 242    3. Ledger non-universal -/
 243structure CTFalsifier where
 244  hypercomputation_found : Prop
 245  ct_violated : Prop
 246  ledger_not_universal : Prop
 247  falsified : hypercomputation_found ∨ ct_violated → False
 248
 249end ChurchTuring
 250end Information
 251end IndisputableMonolith