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

experimentalStatus

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

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Quantum.ZenoEffect on GitHub at line 198.

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

formal source

 195  status : String
 196
 197/-- All predictions verified. -/
 198def experimentalStatus : List ZenoFalsifier := [
 199  ⟨"Zeno suppression", "Verified in ions, atoms, photons"⟩,
 200  ⟨"Quadratic short-time", "Confirmed"⟩,
 201  ⟨"Anti-Zeno effect", "Also observed as predicted"⟩
 202]
 203
 204end ZenoEffect
 205end Quantum
 206end IndisputableMonolith