]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/library/formal_topology/concrete_spaces.ma
...
[helm.git] / helm / software / matita / library / formal_topology / concrete_spaces.ma
1 (**************************************************************************)
2 (*       ___                                                              *)
3 (*      ||M||                                                             *)
4 (*      ||A||       A project by Andrea Asperti                           *)
5 (*      ||T||                                                             *)
6 (*      ||I||       Developers:                                           *)
7 (*      ||T||         The HELM team.                                      *)
8 (*      ||A||         http://helm.cs.unibo.it                             *)
9 (*      \   /                                                             *)
10 (*       \ /        This file is distributed under the terms of the       *)
11 (*        v         GNU General Public License Version 2                  *)
12 (*                                                                        *)
13 (**************************************************************************)
14
15 include "formal_topology/basic_pairs.ma".
16
17 definition comprehension: ∀b:REL. (b ⇒ CPROP) → Ω \sup b.
18  apply (λb:REL. λP: b ⇒ CPROP. {x | x ∈ b ∧ P x});
19  intros; simplify; apply (.= (H‡#)‡(†H)); apply refl1.
20 qed.
21
22 interpretation "subset comprehension" 'comprehension s p =
23  (comprehension s (mk_unary_morphism __ p _)).
24
25 definition ext: ∀X,S:REL. ∀r: arrows1 ? X S. S ⇒ Ω \sup X.
26  apply (λX,S,r.mk_unary_morphism ?? (λf.{x ∈ X | x ♮r f}) ?);
27   [ intros; simplify; apply (.= (H‡#)); apply refl1
28   | intros; simplify; split; intros; simplify; intros;
29      [ apply (. #‡(#‡H)); assumption
30      | apply (. #‡(#‡H\sup -1)); assumption]]
31 qed.
32
33 definition BPext: ∀o: basic_pair. form o ⇒ Ω \sup (concr o) ≝ λo.ext ? ? (rel o).
34
35 definition extS: ∀X,S:REL. ∀r: arrows1 ? X S. Ω \sup S ⇒ Ω \sup X.
36  (* ∃ is not yet a morphism apply (λX,S,r,F.{x ∈ X | ∃a. a ∈ F ∧ x ♮r a});*)
37  intros (X S r); constructor 1;
38   [ intro F; constructor 1; constructor 1;
39     [ apply (λx. x ∈ X ∧ ∃a:S. a ∈ F ∧ x ♮r a);
40     | intros; split; intro; cases f (H1 H2); clear f; split;
41        [ apply (. (H‡#)); assumption
42        |3: apply (. (H\sup -1‡#)); assumption
43        |2,4: cases H2 (w H3); exists; [1,3: apply w]
44          [ apply (. (#‡(H‡#))); assumption
45          | apply (. (#‡(H \sup -1‡#))); assumption]]]
46   | intros; split; simplify; intros; cases f; cases H1; split;
47      [1,3: assumption
48      |2,4: exists; [1,3: apply w]
49       [ apply (. (#‡H)‡#); assumption
50       | apply (. (#‡H\sup -1)‡#); assumption]]]
51 qed.
52
53 definition BPextS: ∀o: basic_pair. Ω \sup (form o) ⇒ Ω \sup (concr o) ≝
54  λo.extS ?? (rel o).
55
56 definition fintersects: ∀o: basic_pair. binary_morphism1 (form o) (form o) (Ω \sup (form o)).
57  intros (o); constructor 1;
58   [ apply (λa,b: form o.{c | BPext o c ⊆ BPext o a ∩ BPext o b });
59     intros; simplify; apply (.= (†H)‡#); apply refl1
60   | intros; split; simplify; intros;
61      [ apply (. #‡((†H)‡(†H1))); assumption
62      | apply (. #‡((†H\sup -1)‡(†H1\sup -1))); assumption]]
63 qed.
64
65 interpretation "fintersects" 'fintersects U V = (fun1 ___ (fintersects _) U V).
66
67 definition fintersectsS:
68  ∀o:basic_pair. binary_morphism1 (Ω \sup (form o)) (Ω \sup (form o)) (Ω \sup (form o)).
69  intros (o); constructor 1;
70   [ apply (λo: basic_pair.λa,b: Ω \sup (form o).{c | BPext o c ⊆ BPextS o a ∩ BPextS o b });
71     intros; simplify; apply (.= (†H)‡#); apply refl1
72   | intros; split; simplify; intros;
73      [ apply (. #‡((†H)‡(†H1))); assumption
74      | apply (. #‡((†H\sup -1)‡(†H1\sup -1))); assumption]]
75 qed.
76
77 interpretation "fintersectsS" 'fintersects U V = (fun1 ___ (fintersectsS _) U V).
78
79 definition relS: ∀o: basic_pair. binary_morphism1 (concr o) (Ω \sup (form o)) CPROP.
80  intros (o); constructor 1;
81   [ apply (λx:concr o.λS: Ω \sup (form o).∃y: form o.y ∈ S ∧ x ⊩ y);
82      (* BUG HERE: WORKAROUND *) apply (concr o);
83   | intros; split; intros; cases H2; exists [1,3: apply w]
84      [ apply (. (#‡H1)‡(H‡#)); assumption
85      | apply (. (#‡H1 \sup -1)‡(H \sup -1‡#)); assumption]]
86 qed.
87
88 interpretation "basic pair relation for subsets" 'Vdash2 x y = (fun1 ___ (relS _) x y).
89 interpretation "basic pair relation for subsets (non applied)" 'Vdash = (fun1 ___ (relS _)).
90
91 (*
92 record concrete_space : Type ≝
93  { bp:> basic_pair;
94    converges: ∀a: concr bp.∀U,V: form bp. a ⊩ U → a ⊩ V → a ⊩ (U ↓ V);
95    all_covered: ∀x: concr bp. x ⊩ form bp
96  }.
97
98 record convergent_relation_pair (CS1,CS2: concrete_space) : Type ≝
99  { rp:> relation_pair CS1 CS2;
100    respects_converges:
101     ∀b,c.
102      extS ?? rp \sub\c (extS ?? (rel CS2) (b ↓ c)) =
103      extS ?? (rel CS1) ((extS ?? rp \sub\f b) ↓ (extS ?? rp \sub\f c));
104    respects_all_covered:
105     extS ?? rp\sub\c (extS ?? (rel CS2) (form CS2)) =
106     extS ?? (rel CS1) (form CS1)
107  }.
108
109 definition convergent_relation_space_setoid: concrete_space → concrete_space → setoid.
110  intros;
111  constructor 1;
112   [ apply (convergent_relation_pair c c1)
113   | constructor 1;
114      [ intros;
115        apply (relation_pair_equality c c1 c2 c3);
116      | intros 1; apply refl;
117      | intros 2; apply sym; 
118      | intros 3; apply trans]]
119 qed.
120
121 lemma equalset_extS_id_X_X: ∀o:REL.∀X.extS ?? (id ? o) X = X.
122  intros;
123  unfold extS;
124  split;
125   [ intros 2;
126     cases m; clear m;
127     cases H; clear H;
128     cases H1; clear H1;
129     whd in H;
130     apply (eq_elim_r'' ????? H);
131     assumption
132   | intros 2;
133     constructor 1;
134      [ whd; exact I 
135      | exists; [ apply a ]
136        split;
137         [ assumption
138         | whd; constructor 1]]]
139 qed.
140
141 definition CSPA: category.
142  constructor 1;
143   [ apply concrete_space
144   | apply convergent_relation_space_setoid
145   | intro; constructor 1;
146      [ apply id
147      | intros;
148        unfold id; simplify;
149        apply (.= (equalset_extS_id_X_X ??));
150
151      |
152      ]
153   |*)