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

gradient_nonincreasing

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)

  88theorem gradient_nonincreasing (data : OneStepData)
  89    (hsubK : data.subKolmogorov)
  90    (newGradMax : ℝ)
  91    (h_update : newGradMax ≤
  92      data.gradMax * (1 + data.dt * (data.advectionBound - data.viscousRate))) :
  93    newGradMax ≤ data.gradMax := by

proof body

Term-mode proof.

  94  have hfactor := one_step_factor_le_one data hsubK
  95  exact le_trans h_update (mul_le_of_le_one_right data.gradMax_nonneg hfactor)
  96
  97/-- The sub-Kolmogorov condition is preserved by one step. -/

used by (1)

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

depends on (15)

Lean names referenced from this declaration's body.