44structure InverseMetric where 45 ginv : Idx → Idx → ℝ 46 symmetric : ∀ mu nu, ginv mu nu = ginv nu mu 47 48/-- The flat Minkowski metric eta = diag(-1, +1, +1, +1). -/
used by (13)
From the project-wide theorem graph. These declarations reference this one in their body.