pith. machine review for the scientific record. sign in
theorem proved wrapper

kronecker_diag

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)

  73theorem kronecker_diag {n : ℕ} (μ : Fin n) :
  74  kronecker μ μ = 1 := by

proof body

One-line wrapper that applies simp.

  75  simp [kronecker]
  76

depends on (1)

Lean names referenced from this declaration's body.