One-point compactification and projectivization #
We construct a set-theoretic equivalence between
OnePoint K
and the projectivization ℙ K (K × K)
for an arbitrary division ring K
.
TODO: Add the extension of this equivalence to a homeomorphism in the case K = ℝ
,
where OnePoint ℝ
gets the topology of one-point compactification.
Main definitions and results #
OnePoint.equivProjectivization
: the equivalenceOnePoint K ≃ ℙ K (K × K)
.
Tags #
one-point extension, projectivization
Equations
- instModuleMatrixFinOfNatNatProd = AddEquiv.module (Matrix (Fin 2) (Fin 2) R) (LinearEquiv.finTwoArrow R R).symm.toAddEquiv
The one-point compactification of a division ring K
is equivalent to
the projectivization ℙ K (K × K)
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
For a field K
, the group GL(2, K)
acts on OnePoint K
, via the canonical identification
with the ℙ¹(K)
(which is given explicitly by Möbius transformations).
Equations
The roots of g.fixpointPolynomial
are the fixed points of g ∈ GL(2, K)
acting on the finite
part of OnePoint K
.
If g
is parabolic, this is the unique fixed point of g
in OnePoint K
.
Equations
- g.parabolicFixedPoint = if ↑g 1 0 = 0 then OnePoint.infty else ↑((↑g 0 0 - ↑g 1 1) / (2 * ↑g 1 0))
Instances For
Elliptic elements have no fixed points in OnePoint K
.