No prose has been written for this declaration yet. The Lean source and graph data below render
without it.
generate prose now
formal statement (Lean)
110structure RealGeodesic (g : MetricTensor) where
111 path : ℝ → (Fin 4 → ℝ)
112 geodesic_equation : ∀ lam μ,
113 deriv (deriv (fun lam' => path lam' μ)) lam +
114 Finset.sum Finset.univ (fun ρ =>
115 Finset.sum Finset.univ (fun σ =>
116 christoffel g (path lam) μ ρ σ *
117 (deriv (fun lam' => path lam' ρ) lam) *
118 (deriv (fun lam' => path lam' σ) lam))) = 0
119
120/-- A timelike geodesic: path with negative interval, using real Christoffel. -/
used by (5)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (10)
Lean names referenced from this declaration's body.
-
christoffel
in IndisputableMonolith.Action.EulerLagrange
decl_use
-
MetricTensor
in IndisputableMonolith.Foundation.Hamiltonian
decl_use
-
A
in IndisputableMonolith.Foundation.IntegrationGap
decl_use
-
MetricTensor
in IndisputableMonolith.Gravity.Connection
decl_use
-
A
in IndisputableMonolith.Masses.Anchor
decl_use
-
MetricTensor
in IndisputableMonolith.Meta.Homogenization
decl_use
-
A
in IndisputableMonolith.Modal.Actualization
decl_use
-
christoffel
in IndisputableMonolith.Relativity.Geometry.Curvature
decl_use
-
MetricTensor
in IndisputableMonolith.Relativity.Geometry.Metric
decl_use
-
interval
in IndisputableMonolith.Unification.SpacetimeEmergence
decl_use