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