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

LambdaFalsifier

definition
show as:
view math explainer →
module
IndisputableMonolith.Cosmology.CosmologicalConstant
domain
Cosmology
line
226 · github
papers citing
none yet

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Cosmology.CosmologicalConstant on GitHub at line 226.

browse module

All declarations in this module, on Recognition.

explainer page

A cached Ask Recognition explainer exists for this declaration.

open explainer

formal source

 223    2. Λ varies with time
 224    3. No φ-structure in the value
 225    4. Different cancellation mechanism found -/
 226structure LambdaFalsifier where
 227  w_not_minus_one : Prop
 228  lambda_varies : Prop
 229  no_phi_structure : Prop
 230  different_mechanism : Prop
 231  falsified : w_not_minus_one ∨ lambda_varies → False
 232
 233end CosmologicalConstant
 234end Cosmology
 235end IndisputableMonolith