Mathlib Map

Theorems ยท Theorem ยท real analysis

HasDerivAt.fun_inv

โˆ€ {๐•œ : Type u} [inst : NontriviallyNormedField ๐•œ] {x : ๐•œ} {๐•œ' : Type u_1} [inst_1 : NontriviallyNormedField ๐•œ']
  [inst_2 : NormedAlgebra ๐•œ ๐•œ'] {c : ๐•œ โ†’ ๐•œ'} {c' : ๐•œ'},
  HasDerivAt c c' x โ†’ c x โ‰  0 โ†’ HasDerivAt (fun i => (c i)โปยน) (-c' / c x ^ 2) x

Eta-expanded form of HasDerivAt.inv

Defined in
Mathlib.Analysis.Calculus.Deriv.Inv
Cited by
0 results in Mathlib
Foundations
Depth 174 from the axioms ยท uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNontriviallyNormedFieldNormedAlgebra

Around this declaration

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

Cites4

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.