theorems.fun
a working notebook of open problems ↘
theorems / mean_value_thm

Mean value theorem

Closed

Posted about 1 month ago · proven 20 days ago

Theorem & proof · mean_value_thm.lean · ✓ verified
1 2 3
import Mathlib

theorem mean_value_thm {f :   } {a b : } (hab : a < b) (hf : ContinuousOn f (Set.Icc a b)) (hf' : DifferentiableOn  f (Set.Ioo a b)) :  c ∈ Set.Ioo a b, deriv f c = (f b - f a) / (b - a) :=  exists_deriv_eq_slope f hab hf hf'
Rewards pledged

No rewards pledged yet.