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

RTFalsifier

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

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Quantum.EntanglementEntropy on GitHub at line 239.

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

 236    2. Black hole entropy not following BH formula
 237    3. Holographic principle violations
 238    4. Tensor networks not exhibiting area law -/
 239structure RTFalsifier where
 240  /-- Type of potential falsification. -/
 241  falsifier : String
 242  /-- Status. -/
 243  status : String
 244
 245/-- All tests support RT formula. -/
 246def experimentalStatus : List RTFalsifier := [
 247  ⟨"BH entropy formula", "Confirmed by all calculations"⟩,
 248  ⟨"Area law in CFT", "Verified in many examples"⟩,
 249  ⟨"Tensor network area law", "Confirmed"⟩
 250]
 251
 252end EntanglementEntropy
 253end Quantum
 254end IndisputableMonolith