Mathlib Map

Theorems · Theorem · real analysis

iter_deriv_inv_linear

∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] (k : ℕ) (c d : 𝕜),
  (deriv^[k] fun x => (c * x + d)⁻¹) = fun x => (-1) ^ k * ↑k.factorial * c ^ k * (c * x + d) ^ (-1 - ↑k)
Defined in
Mathlib.Analysis.Calculus.Deriv.ZPow
Cited by
2 results in Mathlib
Foundations
Depth 193 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedField

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites36

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.