Manifold structure on the upper half plane. #
In this file we define the complex manifold structure on the upper half-plane.
Equations
- UpperHalfPlane.instChartedSpaceComplex = UpperHalfPlane.isOpenEmbedding_coe.singletonChartedSpace
The inclusion map ℍ → ℂ
is a smooth map of manifolds.
The inclusion map ℍ → ℂ
is a differentiable map of manifolds.
theorem
UpperHalfPlane.mdifferentiableAt_iff
{f : UpperHalfPlane → ℂ}
{τ : UpperHalfPlane}
:
MDifferentiableAt (modelWithCornersSelf ℂ ℂ) (modelWithCornersSelf ℂ ℂ) f τ ↔ DifferentiableAt ℂ (f ∘ ↑UpperHalfPlane.ofComplex) ↑τ
theorem
UpperHalfPlane.mdifferentiable_iff
{f : UpperHalfPlane → ℂ}
:
MDifferentiable (modelWithCornersSelf ℂ ℂ) (modelWithCornersSelf ℂ ℂ) f ↔ DifferentiableOn ℂ (f ∘ ↑UpperHalfPlane.ofComplex) {z : ℂ | 0 < z.im}