Commit c1755e4
committed
feat(Analysis/SpecialFunctions/Complex/Log): natural number versions of exp_eq_one_iff (#38015)
Add two lemmas:
- `Complex.exp_eq_one_iff_of_im_nonneg`, a variant of `Complex.exp_eq_one_iff` that gives a natural number instead of an integer, under the hypothesis that the imaginary part is nonneg.
- `Complex.exp_two_pi_mul_I_mul_div_eq_one_iff`, showing that `exp (2πik/N) = 1` if and only if `N ∣ k`.
🤖 Generated with [Claude Code](https://claude.com/claude-code)1 parent cdb1ff9 commit c1755e4
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
152 | 168 | | |
153 | 169 | | |
154 | 170 | | |
| |||
0 commit comments