Iterated Deriv Within eq iterated Deriv
iteratedDerivWithin_eq_iteratedDeriv
Plain-language statement
Get rid of Within from iteratedDeriv for smooth functions
Exact Lean statement
lemma iteratedDerivWithin_eq_iteratedDeriv {f : ℝ → ℝ} (fc : ContDiff ℝ ⊤ f)
{a b t : ℝ} (ab : a < b) (m : t ∈ Icc a b) {n : ℕ} :
iteratedDerivWithin n f (Icc a b) t = iteratedDeriv n f tFormal artifact
Lean source
lemma iteratedDerivWithin_eq_iteratedDeriv {f : ℝ → ℝ} (fc : ContDiff ℝ ⊤ f) {a b t : ℝ} (ab : a < b) (m : t ∈ Icc a b) {n : ℕ} : iteratedDerivWithin n f (Icc a b) t = iteratedDeriv n f t := by induction' n with n h generalizing m t · simp only [Nat.zero_eq, ge_iff_le, not_le, gt_iff_lt, iteratedDerivWithin_zero, iteratedDeriv_zero] · have u : UniqueDiffWithinAt ℝ (Icc a b) t := uniqueDiffWithinAt_Icc ab m rw [iteratedDerivWithin_succ u, iteratedDeriv_succ, ←derivWithin_univ, ←derivWithin_subset (subset_univ _) u] apply derivWithin_congr; exact λ _ m ↦ h m; exact h m apply DifferentiableAt.differentiableWithinAt apply fc.differentiable_iteratedDeriv apply WithTop.coe_lt_top- Project
- debate
- License
- Apache-2.0
- Commit
- de3a6e500ae1
- Source
- Prob/Chernoff.lean:30-42
Reuse this declaration
Bring the exact result into your workflow
The import identifies the source module. Your project still needs the pinned package dependency shown on this page.
What this badge means
This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.
Continue in this project
Related declarations
Alice pr le
alice_pr_le
Plain-language statement
Honest Alice has error ≥ e with probability ≤ q
Source project: debate
Person-level attribution pending.
Alice steps cost
alice_steps_cost
Plain-language statement
Alice makes few queries, regardless of Bob and Vera
Source project: debate
Person-level attribution pending.
Alices close
alices_close
Plain-language statement
Alice produces (p,y) with p close to o.probs y with good probability
Source project: debate
Person-level attribution pending.