Closed Ball center subset upper Half Plane
closedBall_center_subset_upperHalfPlane
Plain-language statement
Closed ball centered at z with radius z.im/2 is contained in the upper half plane.
Exact Lean statement
lemma closedBall_center_subset_upperHalfPlane (z : ℍ) :
Metric.closedBall (z : ℂ) (z.im / 2) ⊆ {w : ℂ | 0 < w.im}Formal artifact
Lean source
lemma closedBall_center_subset_upperHalfPlane (z : ℍ) : Metric.closedBall (z : ℂ) (z.im / 2) ⊆ {w : ℂ | 0 < w.im} := by intro w hw have hdist : dist w z ≤ z.im / 2 := Metric.mem_closedBall.mp hw have habs : |w.im - z.im| ≤ z.im / 2 := calc |w.im - z.im| _ = |(w - z).im| := by simp [Complex.sub_im] _ ≤ ‖w - z‖ := abs_im_le_norm _ _ = dist w z := (dist_eq_norm _ _).symm _ ≤ z.im / 2 := hdist have hlower : z.im / 2 ≤ w.im := by linarith [(abs_le.mp habs).1] exact lt_of_lt_of_le (by linarith [z.im_pos] : 0 < z.im / 2) hlower- Project
- Sphere Packing in Dimension 8
- License
- Apache-2.0
- Commit
- acfc6204e65a
- Source
- SpherePacking/ModularForms/Derivative.lean:971-981
Reuse this declaration
Bring the exact result into your workflow
The import identifies the source module. Your project still needs the pinned package dependency shown on this page.
What this badge means
This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.
Continue in this project
Related declarations
Anti Der Pos
antiDerPos
Plain-language statement
If is a modular form where is positive for sufficiently large (i.e. constant term is positive) and the derivative is positive, then is also positive.
Source project: Sphere Packing in Dimension 8
Person-level attribution pending.
Anti Serre Der Pos
antiSerreDerPos
Plain-language statement
Let be a holomorphic function where is real for all . Assume that Serre derivative is positive on the imaginary axis. If is positive for sufficiently large , then is positive for all .
Source project: Sphere Packing in Dimension 8
Person-level attribution pending.
Cusp Form rpow mul res To Imag Axis tendsto zero
cuspForm_rpow_mul_resToImagAxis_tendsto_zero
Plain-language statement
For a cusp form f of level Γ(n), we have t^s * f(it) → 0 as t → ∞ for any real power s. This follows from the exponential decay of cusp forms at infinity: f = O(exp(-2π τ.im / n)).
Source project: Sphere Packing in Dimension 8
Person-level attribution pending.