X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2Fformal_topology%2Foverlap%2Frelations.ma;h=662c7d048d5cf254efed08b4e85bcf10d58c6406;hb=67303bc29318bd94a31903a92a2127697c5de84e;hp=307797566dce8ea8280697246208f44e943a6fbf;hpb=0080faad4e730c227b6bbb2549407b23703b477a;p=helm.git diff --git a/helm/software/matita/contribs/formal_topology/overlap/relations.ma b/helm/software/matita/contribs/formal_topology/overlap/relations.ma index 307797566..662c7d048 100644 --- a/helm/software/matita/contribs/formal_topology/overlap/relations.ma +++ b/helm/software/matita/contribs/formal_topology/overlap/relations.ma @@ -19,7 +19,7 @@ record binary_relation (A,B: SET) : Type1 ≝ notation < "hvbox (x \nbsp \natur term 90 r \nbsp y)" with precedence 45 for @{'satisfy $r $x $y}. notation > "hvbox (x \natur term 90 r y)" with precedence 45 for @{'satisfy $r $x $y}. -interpretation "relation applied" 'satisfy r x y = (fun21 ___ (satisfy __ r) x y). +interpretation "relation applied" 'satisfy r x y = (fun21 ??? (satisfy ?? r) x y). definition binary_relation_setoid: SET → SET → setoid1. intros (A B); @@ -121,7 +121,7 @@ definition comprehension: ∀b:REL. (unary_morphism1 b CPROP) → Ω \sup b. qed. interpretation "subset comprehension" 'comprehension s p = - (comprehension s (mk_unary_morphism1 __ p _)). + (comprehension s (mk_unary_morphism1 ?? p ?)). definition ext: ∀X,S:REL. binary_morphism1 (arrows1 ? X S) S (Ω \sup X). apply (λX,S.mk_binary_morphism1 ??? (λr:arrows1 REL X S.λf:S.{x ∈ X | x ♮r f}) ?);