IndisputableMonolith.Relativity.Geometry.Curvature
The Curvature module supplies explicit definitions of the Christoffel symbols from the metric tensor together with the derived Riemann, Ricci, and Einstein tensors. Researchers constructing covariant derivatives or bridging discrete J-cost lattices to continuum GR cite these formulas. It consists of direct definitions plus algebraic symmetry checks on the connection coefficients.
claimThe Christoffel symbols are $\Gamma^\lambda_{\mu\nu} = \frac12 g^{\lambda\sigma}(\partial_\mu g_{\nu\sigma} + \partial_\nu g_{\mu\sigma} - \partial_\sigma g_{\mu\nu})$, from which the Riemann tensor $R^\rho{}_{\sigma\mu\nu}$, Ricci tensor $R_{\mu\nu}$, and scalar $R$ are constructed in the standard manner on a pseudo-Riemannian manifold with metric $g$.
background
The module sits inside the relativity geometry stack and imports the metric tensor, tensor algebra, and partial derivatives from the sibling modules Metric, Tensor, and Derivatives. Derivatives supplies the standard basis vectors $e_\mu$ used to express coordinate derivatives. The setting is the standard pseudo-Riemannian geometry of Mathlib, with the metric assumed smooth and non-degenerate.
proof idea
This is a definition module, no proofs. Individual sibling declarations supply the explicit formulas and verify algebraic identities such as symmetry of the Christoffel symbols.
why it matters in Recognition Science
The module supplies the Christoffel symbols referenced by the Levi-Civita theorem, which states that on any pseudo-Riemannian manifold there exists a unique torsion-free metric-compatible connection whose coefficients are defined here. It also feeds the covariant derivative, parallel transport, discrete bridge from lattice J-cost to Einstein tensor, and metric unification showing the RS-derived Minkowski metric matches the IM eta tensor.
scope and limits
- Does not prove existence or uniqueness of the Levi-Civita connection.
- Does not derive the metric from the Recognition forcing chain.
- Does not treat curvature on discrete lattices.
- Does not compute explicit curvature for non-flat metrics beyond Minkowski examples.
used by (7)
-
IndisputableMonolith.Relativity.Geometry -
IndisputableMonolith.Relativity.Geometry.CovariantDerivative -
IndisputableMonolith.Relativity.Geometry.DiscreteBridge -
IndisputableMonolith.Relativity.Geometry.LeviCivitaTheorem -
IndisputableMonolith.Relativity.Geometry.MetricUnification -
IndisputableMonolith.Relativity.Geometry.ParallelTransport -
IndisputableMonolith.Relativity.Geometry.RiemannSymmetries
depends on (3)
declarations in this module (13)
-
def
christoffel -
theorem
christoffel_symmetric -
def
riemann_tensor -
def
ricci_tensor -
theorem
riemann_antisymmetric_last_two -
def
ricci_scalar -
def
einstein_tensor -
lemma
eta_deriv_zero -
theorem
minkowski_christoffel_zero_proper -
theorem
minkowski_riemann_zero -
theorem
minkowski_ricci_zero -
theorem
minkowski_ricci_scalar_zero -
theorem
minkowski_einstein_zero