Theorems · Theorem · real analysis
Real.hasStrictFDerivAt_rpow_of_pos
∀ (p : ℝ × ℝ),
0 < p.1 →
HasStrictFDerivAt (fun x => x.1 ^ x.2)
((p.2 * p.1 ^ (p.2 - 1)) • ContinuousLinearMap.fst ℝ ℝ ℝ +
(p.1 ^ p.2 * Real.log p.1) • ContinuousLinearMap.snd ℝ ℝ ℝ)
p(x, y) ↦ x ^ y is strictly differentiable at p : ℝ × ℝ such that 0 < p.fst.
- Cited by
- 4 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.
Cites35
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
- Filter.EventuallyEqproof · cited by 1,912
- mul_assocproof · cited by 1,667
- add_commproof · cited by 1,535
- LT.lt.ne'proof · cited by 1,417
Cited by4
Results whose statement or proof uses this declaration.
- HasStrictDerivAt.rpowproof · cited by 2
- HasFDerivWithinAt.rpowproof · cited by 1
- HasStrictFDerivAt.rpowproof · cited by 0
- HasFDerivAt.rpowproof · cited by 0