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