Commit 2022-04-12 18:28 116ac710
View on Github →feat(analysis/normed_space/exponential): exponentials of negations, scalar actions, and sums (#13036) The new lemmas are:
- exp_invertible_of_mem_ball
- exp_invertible
- is_unit_exp_of_mem_ball
- is_unit_exp
- ring.inverse_exp
- exp_neg_of_mem_ball
- exp_neg
- exp_sum_of_commute
- exp_sum
- exp_nsmul
- exp_zsmulI don't know enough about the radius of convergence of- expto know if- exp_nsmulholds more generally under extra conditions.