From b000797a7e07f511926a19d947feae90406f6c89 Mon Sep 17 00:00:00 2001 From: Enrico Tassi <enrico.tassi@inria.fr> Date: Thu, 8 Jan 2009 12:05:34 +0000 Subject: [PATCH] some more if/fi conversion due to the new . binding --- .../contribs/formal_topology/overlap/basic_pairs.ma | 12 ++++++------ .../overlap/o-basic_pairs_to_o-basic_topologies.ma | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/helm/software/matita/contribs/formal_topology/overlap/basic_pairs.ma b/helm/software/matita/contribs/formal_topology/overlap/basic_pairs.ma index d0e4ffd4a..9d2818727 100644 --- a/helm/software/matita/contribs/formal_topology/overlap/basic_pairs.ma +++ b/helm/software/matita/contribs/formal_topology/overlap/basic_pairs.ma @@ -158,8 +158,8 @@ definition fintersects: âo: BP. binary_morphism1 (form o) (form o) (Ω \sup (f [ apply (λa,b: form o.{c | BPext o c â BPext o a â© BPext o b }); intros; simplify; apply (.= (â e)â¡#); apply refl1 | intros; split; simplify; intros; - [ apply (. #â¡((â e)â¡(â e1))); assumption - | apply (. #â¡((â e\sup -1)â¡(â e1\sup -1))); assumption]] + [ apply (. #â¡((â e^-1)â¡(â e1^-1))); assumption + | apply (. #â¡((â e)â¡(â e1))); assumption]] qed. interpretation "fintersects" 'fintersects U V = (fun21 ___ (fintersects _) U V). @@ -170,8 +170,8 @@ definition fintersectsS: [ apply (λo: basic_pair.λa,b: Ω \sup (form o).{c | BPext o c â BPextS o a â© BPextS o b }); intros; simplify; apply (.= (â e)â¡#); apply refl1 | intros; split; simplify; intros; - [ apply (. #â¡((â e)â¡(â e1))); assumption - | apply (. #â¡((â e\sup -1)â¡(â e1\sup -1))); assumption]] + [ apply (. #â¡((â e^-1)â¡(â e1^-1))); assumption + | apply (. #â¡((â e)â¡(â e1))); assumption]] qed. interpretation "fintersectsS" 'fintersects U V = (fun21 ___ (fintersectsS _) U V). @@ -180,8 +180,8 @@ definition relS: âo: BP. binary_morphism1 (concr o) (Ω \sup (form o)) CPROP. intros (o); constructor 1; [ apply (λx:concr o.λS: Ω \sup (form o).ây:carr (form o).y â S ⧠x â© y); | intros; split; intros; cases e2; exists [1,3: apply w] - [ apply (. (#â¡e1)â¡(eâ¡#)); assumption - | apply (. (#â¡e1 \sup -1)â¡(e \sup -1â¡#)); assumption]] + [ apply (. (#â¡e1^-1)â¡(e^-1â¡#)); assumption + | apply (. (#â¡e1)â¡(eâ¡#)); assumption]] qed. interpretation "basic pair relation for subsets" 'Vdash2 x y = (fun21 (concr _) __ (relS _) x y). diff --git a/helm/software/matita/contribs/formal_topology/overlap/o-basic_pairs_to_o-basic_topologies.ma b/helm/software/matita/contribs/formal_topology/overlap/o-basic_pairs_to_o-basic_topologies.ma index 324e51df7..2ee78912a 100644 --- a/helm/software/matita/contribs/formal_topology/overlap/o-basic_pairs_to_o-basic_topologies.ma +++ b/helm/software/matita/contribs/formal_topology/overlap/o-basic_pairs_to_o-basic_topologies.ma @@ -18,7 +18,7 @@ include "o-basic_topologies.ma". lemma pippo: âS:OA.âp,q,r:S. p ⤠q â p >< r â q >< r. intros; cut (r = binary_meet ? r r); (* la notazione non va ??? *) - [ apply (. (#â¡Hcut) ^ -1); + [ apply (. (#â¡Hcut)); apply oa_overlap_preservers_meet; | ] -- 2.39.2