PoincarΓ© disc #
In this file we define Complex.UnitDisc to be the unit disc in the complex plane. We also
introduce some basic operations on this disc.
The complex unit disc, denoted as π» within the Complex namespace
Instances For
@[implicit_reducible]
The complex unit disc, denoted as π» within the Complex namespace
Instances For
@[implicit_reducible]
@[implicit_reducible]
@[implicit_reducible]
def
Complex.UnitDisc.casesOn
{motive : UnitDisc β Sort u_1}
(mk : (z : β) β (hz : βzβ < 1) β motive (mk z hz))
(z : UnitDisc)
:
motive z
A cases eliminator that makes cases z use UnitDisc.mk instead of Subtype.mk.
Instances For
@[implicit_reducible]
@[implicit_reducible]
@[deprecated Complex.UnitDisc.coe_circle_smul (since := "2026-01-06")]
Alias of Complex.UnitDisc.coe_circle_smul.
@[implicit_reducible]
noncomputable instance
Complex.UnitDisc.instMulActionClosedBall :
MulAction (β(Metric.closedBall 0 1)) UnitDisc
instance
Complex.UnitDisc.instIsScalarTower_closedBall_closedBall :
IsScalarTower (β(Metric.closedBall 0 1)) (β(Metric.closedBall 0 1)) UnitDisc
instance
Complex.UnitDisc.instIsScalarTower_closedBall :
IsScalarTower (β(Metric.closedBall 0 1)) UnitDisc UnitDisc
@[simp]
@[deprecated Complex.UnitDisc.coe_closedBall_smul (since := "2026-01-06")]
Alias of Complex.UnitDisc.coe_closedBall_smul.
theorem
Complex.UnitDisc.tendsto_pow_atTop_nhds_zero
(z : UnitDisc)
:
Filter.Tendsto (fun (n : β+) => z ^ n) Filter.atTop (nhds 0)
Real part of a point of the unit disc.
Instances For
Imaginary part of a point of the unit disc.
Instances For
@[implicit_reducible]
Conjugate point of the unit disc.
@[deprecated Star.star (since := "2026-01-06")]
Conjugate point of the unit disc. Deprecated, use star instead.
Instances For
@[simp]
@[deprecated Complex.UnitDisc.coe_star (since := "2026-01-06")]
Alias of Complex.UnitDisc.coe_star.
@[deprecated Complex.UnitDisc.star_neg (since := "2026-01-06")]
Alias of Complex.UnitDisc.star_neg.
@[deprecated Complex.UnitDisc.re_star (since := "2026-01-06")]
Alias of Complex.UnitDisc.re_star.
@[deprecated Complex.UnitDisc.im_star (since := "2026-01-06")]
Alias of Complex.UnitDisc.im_star.