You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(Analysis/Complex/Hadamard): generalize Hadamard's three lines theorem (#15009)
Make Hadamard's three lines theorem work on any vertical strip of the complex plane (i.e., the set of complex numbers of real part between `l` and `u`, provided l is less than u). Previously, the theorem would only work for `l=0` and `u=1`.
Moves:
- norm_le_interp_of_mem_verticalClosedStrip -> norm_le_interp_of_mem_verticalClosedStrip₀₁
- norm_le_interp_of_mem_verticalClosedStrip' -> norm_le_interp_of_mem_verticalClosedStrip₀₁'
Co-authored-by: Yaël Dillies <yael.dillies@gmail.com>
Co-authored-by: madeve-unipi <56154049+madeve-unipi@users.noreply.github.com>
0 commit comments