Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2020-08-15 12:43 18746ef6

View on Github →

feat(analysis/special_functions/pow): Added lemmas for rpow of neg exponent (#3715) I noticed that the library was missing some lemmas regarding the bounds of rpow of a negative exponent so I added them. I cleaned up the other similar preexisting lemmas for consistency. I then repeated the process for nnreal lemmas.

Estimated changes