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