Documentation

Mathlib.Analysis.Complex.UpperHalfPlane.Topology

Topology on the upper half plane #

In this file we introduce a TopologicalSpace structure on the upper half plane and provide various instances.

The vertical strip of width A and height B, defined by elements whose real part has absolute value less than or equal to A and imaginary part is at least B.

Equations
Instances For
    theorem UpperHalfPlane.verticalStrip_mono {A : } {B : } {A' : } {B' : } (hA : A A') (hB : B' B) :

    Extend a function on arbitrarily to a function on all of .

    Equations
    Instances For