Mathlib Map

Theorems ยท Theorem ยท real analysis

derivWithin_div

โˆ€ {๐•œ : Type u} [inst : NontriviallyNormedField ๐•œ] {x : ๐•œ} {s : Set ๐•œ} {๐•œ' : Type u_1}
  [inst_1 : NontriviallyNormedField ๐•œ'] [inst_2 : NormedAlgebra ๐•œ ๐•œ'] {c d : ๐•œ โ†’ ๐•œ'},
  DifferentiableWithinAt ๐•œ c s x โ†’
    DifferentiableWithinAt ๐•œ d s x โ†’
      d x โ‰  0 โ†’ derivWithin (c / d) s x = (derivWithin c s x * d x - c x * derivWithin d s x) / d x ^ 2
Defined in
Mathlib.Analysis.Calculus.Deriv.Inv
Cited by
0 results in Mathlib
Foundations
Depth 188 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.

Cites6

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.