Documentation

Mathlib.Analysis.Complex.UpperHalfPlane.Basic

The upper half plane and its automorphisms #

This file defines UpperHalfPlane to be the upper half plane in .

We furthermore equip it with the structure of a GLPos 2 ℝ action by fractional linear transformations.

We define the notation for the upper half plane available in the locale UpperHalfPlane so as not to conflict with the quaternions.

The open upper half plane, denoted as within the UpperHalfPlane namespace

Equations

The open upper half plane, denoted as within the UpperHalfPlane namespace

Equations

The coercion first into an element of GL(2, ℝ)⁺, then GL(2, ℝ) and finally a 2 × 2 matrix.

This notation is scoped in namespace UpperHalfPlane.

Equations
instance UpperHalfPlane.instCoeFun :
CoeFun (Matrix.GLPos (Fin 2) ) fun (x : (Matrix.GLPos (Fin 2) )) => Fin 2Fin 2
Equations

The coercion into an element of GL(2, R) and finally a 2 × 2 matrix over R. This is similar to ↑ₘ, but without positivity requirements, and allows the user to specify the ring R, which can be useful to help Lean elaborate correctly.

This notation is scoped in namespace UpperHalfPlane.

Equations
  • One or more equations did not get rendered due to their size.

Canonical embedding of the upper half-plane into .

Equations
theorem UpperHalfPlane.ext {a b : UpperHalfPlane} (h : a = b) :
a = b

Imaginary part

Equations

Real part

Equations
theorem UpperHalfPlane.ext' {a b : UpperHalfPlane} (hre : a.re = b.re) (him : a.im = b.im) :
a = b

Extensionality lemma in terms of UpperHalfPlane.re and UpperHalfPlane.im.

Constructor for UpperHalfPlane. It is useful if ⟨z, h⟩ makes Lean use a wrong typeclass instance.

Equations
@[simp]
theorem UpperHalfPlane.mk_re (z : ) (h : 0 < z.im) :
(mk z h).re = z.re
@[simp]
theorem UpperHalfPlane.mk_im (z : ) (h : 0 < z.im) :
(mk z h).im = z.im
@[simp]
theorem UpperHalfPlane.coe_mk (z : ) (h : 0 < z.im) :
(mk z h) = z
@[simp]
theorem UpperHalfPlane.mk_coe (z : UpperHalfPlane) (h : 0 < (↑z).im := ) :
mk (↑z) h = z

Define I := √-1 as an element on the upper half plane.

Equations
@[simp]
@[simp]

Numerator of the formula for a fractional linear transformation

Equations

Denominator of the formula for a fractional linear transformation

Equations
theorem UpperHalfPlane.linear_ne_zero (cd : Fin 2) (z : UpperHalfPlane) (h : cd 0) :
(cd 0) * z + (cd 1) 0

Fractional linear transformation, also known as the Moebius transformation

Equations

Fractional linear transformation, also known as the Moebius transformation

Equations

The action of GLPos 2 ℝ on the upper half-plane by fractional linear transformations.

Equations
  • One or more equations did not get rendered due to their size.
theorem UpperHalfPlane.specialLinearGroup_apply {R : Type u_1} [CommRing R] [Algebra R ] (g : Matrix.SpecialLinearGroup (Fin 2) R) (z : UpperHalfPlane) :
g z = mk ((((algebraMap R ) (g 0 0)) * z + ((algebraMap R ) (g 0 1))) / (((algebraMap R ) (g 1 0)) * z + ((algebraMap R ) (g 1 1))))
@[simp]
theorem UpperHalfPlane.coe_smul (g : (Matrix.GLPos (Fin 2) )) (z : UpperHalfPlane) :
(g z) = num g z / denom g z
@[simp]
theorem UpperHalfPlane.re_smul (g : (Matrix.GLPos (Fin 2) )) (z : UpperHalfPlane) :
(g z).re = (num g z / denom g z).re
@[simp]
@[simp]
@[simp]
@[simp]
@[simp]
@[simp]
@[deprecated ModularGroup.coe (since := "2024-11-19")]

Alias of ModularGroup.coe.


Canonical embedding of SL(2, ℤ) into GL(2, ℝ)⁺.

Equations
@[deprecated ModularGroup.coe_apply_complex (since := "2024-11-19")]

Alias of ModularGroup.coe_apply_complex.

@[deprecated ModularGroup.det_coe (since := "2024-11-19")]

Alias of ModularGroup.det_coe.