Theorems · Theorem · real analysis
Real.hasStrictDerivAt_const_rpow_of_neg
∀ {a x : ℝ},
a < 0 →
HasStrictDerivAt (fun x => a ^ x)
(a ^ x * Real.log a - Real.exp (Real.log a * x) * Real.sin (x * Real.pi) * Real.pi) xThis lemma says that fun x => a ^ x is strictly differentiable for a < 0. Note that these
values of a are outside of the "official" domain of a ^ x, and we may redefine a ^ x
for negative a if some other definition will be more convenient.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 205 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Realstatement and proof · cited by 25,697
- mul_oneproof · cited by 3,885
- zero_addproof · cited by 2,366
- MulZeroClass.mul_zeroproof · cited by 2,091
- Real.pistatement and proof · cited by 1,774
- Real.logstatement and proof · cited by 939
- Real.expstatement and proof · cited by 871
- Real.sinstatement and proof · cited by 389
- smul_applyproof · cited by 229
- HasStrictDerivAtstatement · cited by 163
- add_applyproof · cited by 154
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.