pith. machine review for the scientific record. sign in
lemma proved term proof

gradient_squared_minkowski_sum

show as:
view Lean formalization →

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)

 112lemma gradient_squared_minkowski_sum (grad : Fin 4 → ℝ) (x : Fin 4 → ℝ) :
 113    Finset.sum Finset.univ (fun μ => Finset.sum Finset.univ (fun ν =>
 114      inverse_metric minkowski_tensor x (fun i => if (i : ℕ) = 0 then μ else ν) (fun _ => 0) *
 115      grad μ * grad ν)) =
 116    -(grad 0)^2 + (grad 1)^2 + (grad 2)^2 + (grad 3)^2 := by

proof body

Term-mode proof.

 117  rw [finset_sum_fin_4]
 118  simp only [finset_sum_fin_4, inverse_minkowski_apply]
 119  simp
 120  ring
 121
 122end Geometry
 123end Relativity
 124end IndisputableMonolith

used by (1)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (5)

Lean names referenced from this declaration's body.