Theorems · Theorem · real analysis
HasDerivAtFilter.comp
∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] {L : Filter (𝕜 × 𝕜)} {𝕜' : Type u_1}
[inst_1 : NontriviallyNormedField 𝕜'] [inst_2 : NormedAlgebra 𝕜 𝕜'] {h : 𝕜 → 𝕜'} {h₂ : 𝕜' → 𝕜'} {h' h₂' : 𝕜'}
{L' : Filter (𝕜' × 𝕜')},
HasDerivAtFilter h₂ h₂' L' →
HasDerivAtFilter h h' L → Filter.Tendsto (Prod.map h h) L L' → HasDerivAtFilter (h₂ ∘ h) (h₂' * h') L- Defined in
- Mathlib.Analysis.Calculus.Deriv.Comp
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 168 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Filterstatement and proof · cited by 8,121
- Filter.Tendstostatement and proof · cited by 3,814
- mul_commproof · cited by 2,262
- NormedAlgebrastatement and proof · cited by 1,165
- HasDerivAtFilterstatement and proof · cited by 63
- HasDerivAtFilter.scompproof · cited by 6
Cited by3
Results whose statement or proof uses this declaration.
- HasDerivAt.compproof · cited by 43
- HasDerivWithinAt.comp_hasDerivAtproof · cited by 1
- HasDerivAtFilter.comp_of_eqproof · cited by 0