mathlib
f5f7a3cf
- feat(analysis/special_functions/exp_log): power series for log around 1 (#2646)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
5 years ago
feat(analysis/special_functions/exp_log): power series for log around 1 (#2646) This PR adds the power series expansion for the real logarithm around `1`, in the form ```lean has_sum (λ (n : ℕ), x ^ (n + 1) / (n + 1)) (-log (1 - x)) ```
References
#2700 - Fix merge conflict
Author
sgouezel
Parents
14a82b30
Loading