Module mathcomp.analysis.topology_theory.quotient_topology
From HB Require Import structures.From mathcomp Require Import boot order algebra all_classical.
From mathcomp Require Import topology_structure.
Unset SsrOldRewriteGoalsOrder.
Set Implicit Arguments.
Unset Strict Implicit.
Unset Printing Implicit Defensive.
Local Open Scope classical_set_scope.
Local Open Scope ring_scope.
Definition
quotient_topology : forall [T : Type], quotType T -> Type quotient_topology is not universe polymorphic Arguments quotient_topology [T]%_type_scope Q quotient_topology is transparent Expands to: Constant mathcomp.analysis.topology_theory.quotient_topology.quotient_topology Declared in library mathcomp.analysis.topology_theory.quotient_topology, line 24, characters 11-28
Source code
Section quotients.
Local Open Scope quotient_scope.
Section unpointed.
Context { : topologicalType} { : quotType T}.
Local Notation := (quotient_topology Q0).
.
Source code
Source code
Source code
.
Source code
Source code
Source code
.
Source code
Source code
Source code
Definition
quotient_open : forall {T : topology_structure.Topological.type} {Q0 : quotType (topology_structure.Topological.sort T)}, set (quotient_topology Q0) -> Prop quotient_open is not universe polymorphic Arguments quotient_open {T Q0} U%_classical_set_scope quotient_open is transparent Expands to: Constant mathcomp.analysis.topology_theory.quotient_topology.quotient_open Declared in library mathcomp.analysis.topology_theory.quotient_topology, line 37, characters 11-24
Source code
Program Definition
quotient_topologicalType_mixin : forall {T : topology_structure.Topological.type} {Q0 : quotType (topology_structure.Topological.sort T)}, topology_structure.isOpenTopological.axioms_ (quotient_topology Q0) HB_unnamed_mixin_11 HB_unnamed_mixin_10 quotient_topologicalType_mixin is not universe polymorphic Arguments quotient_topologicalType_mixin {T Q0} quotient_topologicalType_mixin is transparent Expands to: Constant mathcomp.analysis.topology_theory.quotient_topology.quotient_topologicalType_mixin Declared in library mathcomp.analysis.topology_theory.quotient_topology, line 39, characters 19-49
Source code
@isOpenTopological.Build Q quotient_open _ _ _.
Next Obligation.
Next Obligation.
Next Obligation.
Source code
Source code
Source code
Lemma
Source code
Proof.
Lemma
Source code
continuous f <-> continuous (f \o \pi_Q).
Proof.
by rewrite comp_preimage; move/continuousP: pi_continuous; apply; exact: cts.
Qed.
Lemma
Source code
continuous g -> {homo g : / \pi_Q a == \pi_Q b :> Q >-> a == b} ->
continuous (g \o repr : Q -> Z).
Proof.
End unpointed.
Section pointed.
Context { : ptopologicalType} { : quotType T}.
Local Notation := (quotient_topology Q0).
.
Source code
Source code
Source code
End pointed.
End quotients.