Skip to content

Commit

Permalink
chore(analysis/normed_space/exponential): fix lemma names in docstrin…
Browse files Browse the repository at this point in the history
…gs (#13032)
  • Loading branch information
eric-wieser committed Mar 29, 2022
1 parent 993d576 commit 90f0bee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/analysis/normed_space/exponential.lean
Expand Up @@ -25,10 +25,10 @@ We prove most result for an arbitrary field `𝕂`, and then specialize to `𝕂
### General case
- `exp_add_of_commute_of_lt_radius` : if `𝕂` has characteristic zero, then given two commuting
- `exp_add_of_commute_of_mem_ball` : if `𝕂` has characteristic zero, then given two commuting
elements `x` and `y` in the disk of convergence, we have
`exp 𝕂 𝔸 (x+y) = (exp 𝕂 𝔸 x) * (exp 𝕂 𝔸 y)`
- `exp_add_of_lt_radius` : if `𝕂` has characteristic zero and `𝔸` is commutative, then given two
- `exp_add_of_mem_ball` : if `𝕂` has characteristic zero and `𝔸` is commutative, then given two
elements `x` and `y` in the disk of convergence, we have
`exp 𝕂 𝔸 (x+y) = (exp 𝕂 𝔸 x) * (exp 𝕂 𝔸 y)`
Expand Down

0 comments on commit 90f0bee

Please sign in to comment.