Commit 2025-01-31 17:41 ac2479cb

View on Github →

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₀₁'

Estimated changes