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

mars_terraform_one_statement

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)

 118theorem mars_terraform_one_statement :
 119    (∀ n, releaseRate (n + 1) = releaseRate n * phi) ∧
 120    (∀ {n m : ℕ}, n < m → releaseRate n < releaseRate m) ∧
 121    (∀ {n m : ℕ}, n < m → cumulativeRelease n < cumulativeRelease m) :=

proof body

Term-mode proof.

 122  ⟨releaseRate_succ, @releaseRate_strict_mono, @cumulativeRelease_strict_mono⟩
 123
 124end
 125
 126end MarsAtmosphereJCostSchedule
 127end Engineering
 128end IndisputableMonolith

depends on (5)

Lean names referenced from this declaration's body.