recognition /
Relativity /
Relativity.Geometry.Metric /
explainer
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)
49 noncomputable def metric_to_matrix (g : MetricTensor) (x : Fin 4 → ℝ) : Matrix (Fin 4) (Fin 4) ℝ :=
proof body
Definition body.
50 fun i j => g.g x (fun _ => 0) (fun k => if (k : ℕ) = 0 then i else j)
51
52 /-- The metric matrix is symmetric because the metric tensor is symmetric. -/
used by (5)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (8)
Lean names referenced from this declaration's body.
MetricTensor
in IndisputableMonolith.Foundation.Hamiltonian
decl_use
is
in IndisputableMonolith.Foundation.OptionAEmpiricalProgram
decl_use
is
in IndisputableMonolith.Foundation.SimplicialLedger.EdgeLengthFromPsi
decl_use
is
in IndisputableMonolith.GameTheory.MechanismDesignFromSigma
decl_use
MetricTensor
in IndisputableMonolith.Gravity.Connection
decl_use
is
in IndisputableMonolith.Mathematics.RamanujanBridge.MockThetaPhantom
decl_use
MetricTensor
in IndisputableMonolith.Meta.Homogenization
decl_use
MetricTensor
in IndisputableMonolith.Relativity.Geometry.Metric
decl_use