Theorems · Theorem · real analysis
Real.hasStrictFDerivAt_rpow_of_neg
∀ (p : ℝ × ℝ),
p.1 < 0 →
HasStrictFDerivAt (fun x => x.1 ^ x.2)
((p.2 * p.1 ^ (p.2 - 1)) • ContinuousLinearMap.fst ℝ ℝ ℝ +
(p.1 ^ p.2 * Real.log p.1 - Real.exp (Real.log p.1 * p.2) * Real.sin (p.2 * Real.pi) * Real.pi) •
ContinuousLinearMap.snd ℝ ℝ ℝ)
p(x, y) ↦ x ^ y is strictly differentiable at p : ℝ × ℝ such that p.fst < 0.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 204 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites38
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- TopologicalSpaceproof · cited by 24,529
- Moduleproof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- AddCommGroupproof · cited by 12,871
- NontriviallyNormedFieldproof · cited by 8,742
- nhdsproof · cited by 5,554
- ContinuousLinearMapstatement and proof · cited by 5,352
- mul_commproof · cited by 2,262
- Filter.EventuallyEqproof · cited by 1,912
- Real.pistatement and proof · cited by 1,774
- add_commproof · cited by 1,535
Cited by2
Results whose statement or proof uses this declaration.
- Real.hasStrictDerivAt_rpow_const_of_neproof · cited by 2
- Real.hasStrictDerivAt_const_rpow_of_negproof · cited by 0