Module mathcomp.analysis.topology_theory.product_topology
From HB Require Import structures.From mathcomp Require Import boot order algebra all_classical.
#[warning="-warn-library-file-internal-analysis"]
From mathcomp Require Import unstable.
From mathcomp Require Import interval_inference topology_structure.
From mathcomp Require Import uniform_structure pseudometric_structure compact.
Import Order.TTheory GRing.Theory Num.Theory.
Unset SsrOldRewriteGoalsOrder.
Set Implicit Arguments.
Unset Strict Implicit.
Unset Printing Implicit Defensive.
Local Open Scope classical_set_scope.
Local Open Scope ring_scope.
Section Prod_Topology.
Context { : topologicalType}.
Let
Source code
Lemma
Source code
Proof.
Lemma
Source code
Proof.
Lemma
Source code
prod_nbhs p A -> prod_nbhs p (prod_nbhs^~ A).
Proof.
by exists (QR.1°, QR.2°) => // ??; exists QR.
Qed.
.
Source code
Source code
Source code
prod_nbhs_filter prod_nbhs_singleton prod_nbhs_nbhs.
End Prod_Topology.
Lemma
Source code
open A -> open (fst @` A).
Proof.
have [[P Q] [Pa Qb] pqA] := oA _ Aab; apply: (@filterS _ _ _ P) => // p Pp.
by exists (p, b) => //=; apply: pqA; split=> //=; exact: nbhs_singleton.
Qed.
Lemma
Source code
open A -> open (snd @` A).
Proof.
have [[P Q] [Pa Qb] pqA] := oA _ Aab; apply: (@filterS _ _ _ Q) => // q Qq.
by exists (a, q) => //=; apply: pqA; split => //; exact: nbhs_singleton.
Qed.
Section prod_Uniform.
Local Open Scope relation_scope.
Context { : uniformType}.
Implicit Types A : set ((U * V) * (U * V)).
Definition
quotient_open : forall {T : topologicalType} {Q0 : quotType 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
[set : set ((U * V) * (U * V)) |
filter_prod (@entourage U) (@entourage V)
[set ((xy.1.1,xy.2.1),(xy.1.2,xy.2.2)) | in A]].
Lemma
Source code
entourage A -> entourage B ->
prod_ent [set | A (xy.1.1, xy.2.1) /\ B (xy.1.2, xy.2.2)].
Proof.
Lemma
Source code
Proof.
split; rewrite /prod_ent.
- by rewrite -setXTT; apply: prod_entP filterT filterT.
- move=> A B /= entA entB; apply: filterS (filterI entA entB) => xy [].
move=> [zt Azt ztexy] [zt' Bzt' zt'exy]; exists zt => //; split=> //.
move/eqP: ztexy; rewrite -zt'exy !xpair_eqE.
by rewrite andbACA -!xpair_eqE -!surjective_pairing => /eqP->.
- by move=> A B sAB /=; apply: filterS => ? [xy /sAB ??]; exists xy.
Qed.
Lemma
Source code
Proof.
rewrite [_.1]surjective_pairing [xy.2]surjective_pairing xpair_eqE.
move=> /andP [/eqP xy1e /eqP xy2e].
have /sBA : (B.1 `*` B.2) ((xy.1.1, xy.2.1), (xy.1.2, xy.2.2)).
by rewrite xy1e xy2e; split=> /=; exact: entourage_refl.
move=> [zt Azt /eqP]; rewrite !xpair_eqE.
by rewrite andbACA -!xpair_eqE -!surjective_pairing => /eqP<-.
Qed.
Lemma
Source code
Proof.
Lemma
Source code
exists2 , prod_ent B & (B \; B `<=` A).
Proof.
split_ent B.2 (xy.1.2,xy.2.2)].
by apply: prod_entP; apply: entourage_split_ent.
move=> xy [uv /= [hB1xyuv1 hB2xyuv1] [hB1xyuv2 hB2xyuv2]].
have /sBA : (B.1 `*` B.2) ((xy.1.1, xy.2.1),(xy.1.2,xy.2.2)).
by split=> /=; apply: subset_split_ent => //; [exists uv.1|exists uv.2].
move=> [zt Azt /eqP]; rewrite !xpair_eqE andbACA -!xpair_eqE.
by rewrite -!surjective_pairing => /eqP<-.
Qed.
Lemma
Source code
Proof.
rewrite -!nbhs_entourageE => - [C1 entC1 sCB1] [C2 entC2 sCB2] sBA.
exists [set | C1 (xy.1.1, xy.2.1) /\ C2 (xy.1.2, xy.2.2)].
exact: prod_entP.
move=> uv /xsectionP/= [/xsectionP/sCB1 Buv1 /xsectionP/sCB2/(conj Buv1)].
exact: sBA.
exists (xsection C.1 xy.1, xsection C.2 xy.2).
by rewrite -!nbhs_entourageE; split; [exists C.1|exists C.2].
move=> uv [/= /xsectionP Cxyuv1 /xsectionP Cxyuv2]; apply: sBA.
have /sCB : (C.1 `*` C.2) ((xy.1,uv.1), (xy.2,uv.2)) => //.
move=> [zt Bzt /eqP]; rewrite !xpair_eqE andbACA -!xpair_eqE.
by rewrite -!surjective_pairing => /eqP ztE; apply/xsectionP; rewrite -ztE.
Qed.
.
Source code
Source code
Source code
prod_ent_filter prod_ent_refl prod_ent_inv prod_ent_split prod_ent_nbhsE.
End prod_Uniform.
Context { : numDomainType} { : pseudoMetricType R}.
Implicit Types (x y : U * V).
Definition
quotient_topologicalType_mixin : forall {T : topologicalType} {Q0 : quotType T}, isOpenTopological.axioms_ (quotient_topology Q0) quotient_topology.HB_unnamed_mixin_11 quotient_topology.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
Source code
ball (fst x) eps (fst y) /\ ball (snd x) eps (snd y).
Lemma
Source code
Source code
Proof.
Lemma
Source code
Source code
Proof.
Lemma
Source code
prod_ball x e1 y -> prod_ball y e2 z -> prod_ball x (e1 + e2) z.
Proof.
Lemma
Source code
Proof.
move=> [_/posnumP[e] sbeP].
exists ([set | ball xy.1 e%:num xy.2],
[set | ball xy.1 e%:num xy.2]) => //=.
move=> [[a b] [c d]] [bab bcd]; exists ((a, c), (b, d))=> //=.
exact: sbeP.
move=> [[A B]] /=; rewrite -!entourage_ballE.
move=> [[_/posnumP[eA] sbA] [_/posnumP[eB] sbB] sABP].
exists (Num.min eA eB)%:num => //= -[[a b] [c d] [/= bac bbd]].
suff /sABP [] : (A `*` B) ((a, c), (b, d)) by move=> [[??] [??]] ? [<-<-<-<-].
split; [apply: sbA|apply: sbB] => /=.
by apply: le_ball bac; rewrite num_le ge_min lexx.
by apply: le_ball bbd; rewrite num_le ge_min lexx orbT.
Qed.
.
Source code
Source code
Source code
prod_ball_center prod_ball_sym prod_ball_triangle prod_entourage.
End prod_PseudoMetric.
Section Nbhs_fct2.
Context { : Type} { : numDomainType} { : pseudoMetricType R}.
Lemma
Source code
{ : Filter F} { : Filter G} ( : U) ( : V):
(F, G) --> (y, z) <->
forall
Source code
ball y eps y' /\ ball z eps z'.
Proof.
Lemma
Source code
{ : Filter F} { : Filter G} ( : I -> U) ( : J -> V) ( : U) ( : V):
(f @ F, g @ G) --> (y, z) <->
forall
Source code
ball y eps (f i) /\ ball z eps (g j).
Proof.
by rewrite near_map2; apply.
by move=> fgyz; rewrite near_map2; apply: fgyz.
Qed.
End Nbhs_fct2.
Lemma
Source code
compact P -> compact Q -> compact (P `*` Q).
Proof.
have := cptP I F (fun => forall , Q q -> Pr i (u, q)) Ff.
set R := (R in (R -> _) -> _); suff R' : R.
by move/(_ R'); apply:filter_app; near=> i => + [a b] [Pa Qb]; apply.
rewrite /R => x Px; apply: (@cptQ _ (filter_prod _ _)) => v Qv.
case: (cvfPQ (x, v)) => // [[N G]] /= [[[N1 N2 /= [N1x N2v]]]] N1N2N FG ngPr.
exists (N2, N1`*`G); first by split => //; exists (N1, G).
case=> a [b i] /= [N2a [N1b]] Gi.
by apply: (ngPr (b, a, i)); split => //; exact: N1N2N.
Unshelve. all: by end_near. Qed.
Lemma
Source code
Proof.
by case => //= ? ? [] ? ?; exact: UVW.
Qed.
Section reassociate_continuous.
Context { : topologicalType}.
Lemma
Source code
Proof.
Lemma
Source code
Proof.
End reassociate_continuous.