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

doubling_separation

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)

 110theorem doubling_separation (n : ℕ) :
 111    npWorkload (n + 1) - npWorkload n = npWorkload n := by

proof body

Term-mode proof.

 112  rw [npWorkload_succ]
 113  omega
 114
 115/-! ## §5. Master certificate -/
 116

used by (2)

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

depends on (2)

Lean names referenced from this declaration's body.