Pith. sign in
module module moderate

IndisputableMonolith.Relativity.Cosmology.FRWFriedmann

show as:
view Lean formalization →

Defines the flat FRW metric on the cosmological sector: diagonal components $g_{00}=-1$ and $g_{ii}=a(t)^2$, plus inverse, partials, Ricci, Einstein tensor, and perfect-fluid stress-energy. Cosmologists in the RS relativity stack cite it for Friedmann equation setup. The module is largely definitional component lemmas over Mathlib calculus.

claimOn a flat FRW background the metric is diagonal with $g_{00}=-1$ and $g_{ii}=a(t)^2$ (no sum), with inverse $g^{\mu\nu}$, Ricci and Einstein tensors, and a perfect-fluid $T_{\mu\nu}$ assembled so that the Einstein equations reduce to the Friedmann system for the scale factor $a(t)$.

background

Flat FRW cosmology is the homogeneous isotropic sector of GR: a single scale factor $a(t)$ multiplies the spatial metric while the time-time component stays Minkowski-normalized. The module works in coordinate components rather than abstract index calculus.

Sibling definitions introduce the metric gMetric, its inverse, coordinate partials, the Ricci tensor and scalar, the Einstein tensor, a perfect-fluid stress-energy Tmn, and the Einstein equation bundle. Auxiliary facts record $g_{00}$, spatial diagonals, vanishing off-diagonals, and the derivative of $a^2$.

The local setting is classical GR cosmology inside the RS relativity layer; only Mathlib is imported, so curvature identities are written out by hand at the component level.

proof idea

This is a definition module, not a theorem chain. Metric and inverse are declared componentwise; curvature and Einstein tensors are built from those components; short lemmas discharge the diagonal pattern ($g_{00}=-1$, spatial $a(t)^2$, off-diagonal zeros) and the product rule for $\partial_t(a^2)$. No deep forcing or Recognition-Composition steps appear here.

why it matters in Recognition Science

Supplies the geometric substrate for Friedmann dynamics in the RS relativity/cosmology stack. Downstream work that reduces Einstein equations to $\dot a$ and $\ddot a$ relations, or that matches RS mass-ladder or eight-tick timing onto an expanding background, needs these component definitions. It does not itself invoke T5–T8 or the J-cost; it is the classical GR side that later RS cosmology must interface with.

scope and limits

declarations in this module (33)