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

partition_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)

  54def partition_sum (a b c d : ℕ) : ℕ := a + 2*b + 2*c + d

proof body

Definition body.

  55
  56/-- Partition sum equals element sum plus middle pair sum. -/

used by (3)

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