pith. machine review for the scientific record. sign in
def definition def or abbrev

IsSymmetric

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)

  21def IsSymmetric (T : Tensor 0 2) : Prop :=

proof body

Definition body.

  22  ∀ x up low, T x up low = T x up (fun i => if i.val = 0 then low 1 else low 0)
  23
  24/-- Symmetrisation: T_(μν) = 1/2 (T_μν + T_νμ). -/

used by (10)

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

depends on (4)

Lean names referenced from this declaration's body.