Topology on projectivization #
Category: 1-Mathlib (CSD-free Mathlib upstream candidates).
The quotient topology on Projectivization K V is inherited from
instTopologicalSpaceQuotient. Because Projectivization K V is a def
(not @[reducible]) over Quotient (projectivizationSetoid K V),
typeclass synthesis does not unfold it; this file installs the explicit
TopologicalSpace (ℙ K V) instance and develops its consequences:
Projectivization.continuous_mk': the canonical surjection{v : V // v ≠ 0} → ℙ K Vis continuous.Projectivization.isOpenMap_mk': the canonical surjection is an open map. Proved directly usingmk' ⁻¹' (mk' '' U) = ⋃ a : Kˣ, scaleNonzero a '' U.Projectivization.isQuotientMap_mk'andProjectivization.isOpenQuotientMap_mk': combine openness + continuity- surjectivity.
For [RCLike K] and finite-dimensional normed V:
Projectivization.instT2Space: Hausdorffness, via the open-quotient-map criteriont2Space_iff_of_isOpenQuotientMapreduced to closedness of the K-collinearity relation, which in turn follows fromisOpen_setOfPred_linearIndependentandLinearIndependent.pair_iff'.Projectivization.instCompactSpace: compactness, via continuous surjection fromMetric.sphere (0 : V) 1(compact by Heine-Borel in finite-dim normed).
Provenance #
Staged as upstream Mathlib material. All declarations live under
namespace Projectivization with no CsdLean4-namespace prefix; the file
is intended to land in
Mathlib/LinearAlgebra/Projectivization/Topology.lean once usage
stabilises. Naming, docstring format, and import discipline track Mathlib
idiom.
Tags #
projectivization, projective space, quotient topology
The quotient topology on Projectivization K V.
Projectivization is a def over Quotient (projectivizationSetoid K V),
so the generic instTopologicalSpaceQuotient does not fire by typeclass
synthesis alone. We provide the explicit forwarding instance.
Equations
- Projectivization.instTopologicalSpace = { IsOpen := Projectivization.instTopologicalSpace._aux_1, isOpen_univ := ⋯, isOpen_inter := ⋯, isOpen_sUnion := ⋯ }
The canonical surjection {v : V // v ≠ 0} → ℙ K V is continuous.
Scaling by a unit a : Kˣ corestricts to a self-map of the nonzero
subtype {v : V // v ≠ 0}.
Equations
- Projectivization.scaleNonzero a v = ⟨↑a • ↑v, ⋯⟩
Instances For
Scaling by a unit, viewed as a self-map of {v : V // v ≠ 0}, is
continuous: it is the corestriction of the continuous map
(a : K) • · : V → V along the subtype inclusion.
Scaling by a unit is a homeomorphism of the nonzero subtype, with inverse given by scaling by the inverse unit.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Saturation lemma: pulling the image of a set U ⊆ {v : V // v ≠ 0}
back through mk' K recovers the orbit of U under the Kˣ scaling
action on the nonzero subtype.
This is the projectivization analogue of
MulAction.quotient_preimage_image_eq_union_mul. The projectivization
setoid (defined as (MulAction.orbitRel Kˣ V).comap (↑)) gives the same
orbit relation on the nonzero subtype as the unit-action; this lemma
makes that explicit at the set level.
The canonical surjection {v : V // v ≠ 0} → ℙ K V is an open map.
The canonical surjection {v : V // v ≠ 0} → ℙ K V is a quotient map.
Combines openness, continuity, and surjectivity via IsOpenMap.isQuotientMap.
The canonical surjection {v : V // v ≠ 0} → ℙ K V is an open
quotient map.
Continuity descent #
Companions to the lift_measurable / measurable_iff_measurable_comp_mk'
pair in MeasureSpace.lean: a function out of ℙ K V is continuous iff
its precomposition with mk' is, and a scale-invariant continuous
function on the nonzero subtype descends to a continuous function on
ℙ K V.
A function out of ℙ K V is continuous iff its precomposition with
mk' is continuous. Topological companion to
measurable_iff_measurable_comp_mk' in MeasureSpace.lean.
A scale-invariant continuous function on the nonzero subtype
descends to a continuous function on ℙ K V. Topological companion to
lift_measurable in MeasureSpace.lean.
Continuity of Projectivization.map #
A continuous injective linear map between modules descends to a
continuous map between projectivizations. Builds on continuous_lift
above via the standard mk' quotient-map characterisation of
continuity.
A continuous injective linear map descends to a continuous map on projectivizations.
LinearEquiv action on projectivization #
A linear self-equivalence e : V ≃ₗ[K] V induces a self-map
mapEquiv e : ℙ K V → ℙ K V via Projectivization.map and the
canonical injectivity of an equivalence. The construction respects
the group structure of V ≃ₗ[K] V via Projectivization.map_id
and Projectivization.map_comp.
A linear self-equivalence induces a self-map of the projectivization.
Equations
Instances For
The induced map of the identity equivalence is the identity.
Syntactic alias for mapEquiv_refl under the Group notation 1
for LinearEquiv.refl (definitionally equal via
LinearEquiv.one_eq_refl).
The induced map of a product of linear self-equivalences equals
the composition of the induced maps. Discharged via
Projectivization.map_comp applied to the toLinearMap composition:
(e₁ * e₂).toLinearMap = e₁.toLinearMap.comp e₂.toLinearMap (= *
in the linear-endomorphism ring; both equal by rfl via
LinearEquiv.coe_toLinearMap_mul + LinearMap.mul_eq_comp).
V ≃ₗ[K] V acts on Projectivization K V via mapEquiv.
The group structure on V ≃ₗ[K] V (LinearEquiv.automorphismGroup,
with 1 = refl and e₁ * e₂ = e₂.trans e₁) transports to a
MulAction on ℙ K V because Projectivization.map_id discharges
one_smul and Projectivization.map_comp discharges mul_smul.
Equations
- Projectivization.instMulAction = { smul := Projectivization.mapEquiv, mul_smul := ⋯, one_smul := ⋯ }
The mapEquiv of a continuous linear equivalence is continuous.
Hausdorffness and compactness under normed finite-dim hypotheses #
Under [RCLike K] (so K ∈ {ℝ, ℂ} with the usual analytic structure)
and [NormedAddCommGroup V] [NormedSpace K V] [FiniteDimensional K V],
the projectivization ℙ K V is a compact Hausdorff space.
The hypothesis pattern can be relaxed to [NontriviallyNormedField K]
[LocallyCompactSpace K]+[NormedAlgebra ℝ K](sufficient for the unit-sphere normalisation argument), but theRCLikeform covers the case-of-interest (K = ℂfor LF4) with strictly less typeclass friction.
The K-collinearity relation on the nonzero subtype is closed.
Two nonzero vectors v, w represent the same projective point iff their
pair is linearly dependent (mk_eq_mk_iff' + LinearIndependent.pair_iff'),
and the set of linearly dependent pairs is the complement of an open set
via isOpen_setOfPred_linearIndependent.
ℙ K V is Hausdorff under finite-dimensional normed hypotheses on
V. Routes through the open-quotient-map criterion
t2Space_iff_of_isOpenQuotientMap plus isClosed_collinearity_relation.
ℙ K V is compact under finite-dimensional normed hypotheses on
V. The unit sphere Metric.sphere (0 : V) 1 is compact as a subtype
(Heine-Borel in finite-dim normed; FiniteDimensional.proper_rclike +
Metric.sphere.compactSpace), and the corestriction of mk K to the
sphere is a continuous surjection from sphere to ℙ K V (every
projective point has a unit-norm representative obtained by
normalising p.rep).
In finite-dim normed setting over RCLike, every linear self-equivalence
of V is continuous (Banach), so its induced projectivization map is
continuous for free.
Each individual (V ≃ₗ[K] V)-action on ℙ K V is continuous in
the finite-dim normed setting. This is ContinuousConstSMul, which
captures continuity in the action argument for every fixed group
element. Joint continuity in both arguments (ContinuousSMul) is a
strictly stronger statement requiring a topology on V ≃ₗ[K] V
itself; deferred.
Connectedness #
The projectivization of a module whose nonzero vectors form a connected set is itself
connected: it is the continuous image of {v // v ≠ 0} under mk'. Downstream, for an
RCLike field and real rank > 1, the nonzero set is connected because the complement of a
point in a real normed space of rank > 1 is connected
(isConnected_compl_singleton_of_one_lt_rank).
The canonical surjection mk' is surjective onto the projectivization.
If the nonzero vectors form a connected set, the projectivization is a connected space.