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

ComplexFalsifier

definition
show as:
view math explainer →
module
IndisputableMonolith.Mathematics.ComplexNumbers
domain
Mathematics
line
267 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Mathematics.ComplexNumbers on GitHub at line 267.

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

depends on

used by

formal source

 264    2. Physics without phases
 265    3. Alternative to 8-tick structure
 266    4. Rotation in fewer than 2 dimensions -/
 267structure ComplexFalsifier where
 268  /-- Type of potential falsification. -/
 269  falsifier : String
 270  /-- Status. -/
 271  status : String
 272
 273/-- All evidence supports complex necessity. -/
 274def experimentalStatus : List ComplexFalsifier := [
 275  ⟨"Real QM", "Ruled out by Renou et al. (2021)"⟩,
 276  ⟨"Phase in experiments", "Ubiquitous and essential"⟩,
 277  ⟨"8-tick structure", "Appears in spin statistics"⟩
 278]
 279
 280end ComplexNumbers
 281end Mathematics
 282end IndisputableMonolith