Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2020-06-05 16:16 1b2048d7

View on Github →

feat(analysis/special_functions/pow): rpow is differentiable (#2930) Differentiability of the real power function x ↦ x^p. Also register the lemmas about the composition with a function to make sure that the simplifier can handle automatically the differentiability of x ↦ (f x)^p and more complicated expressions involving powers.

Estimated changes