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

FlatnessFalsifier

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

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Cosmology.FlatnessProblem on GitHub at line 243.

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

 240    1. Ω ≠ 1 is definitively measured
 241    2. No J-cost minimum at Ω = 1
 242    3. φ-relations to cosmological parameters fail -/
 243structure FlatnessFalsifier where
 244  omega_not_one : Prop  -- Measured Ω ≠ 1 beyond uncertainty
 245  no_cost_minimum : Prop  -- J-cost doesn't favor flatness
 246  phi_relations_fail : Prop  -- No φ-structure in parameters
 247  falsified : omega_not_one ∨ no_cost_minimum ∨ phi_relations_fail → False
 248
 249end FlatnessProblem
 250end Cosmology
 251end IndisputableMonolith