From: Enrico Tassi Date: Wed, 14 Nov 2007 13:21:06 +0000 (+0000) Subject: fixed notation X-Git-Tag: 0.4.95@7852~5 X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=55891f80b4f14251dfd5c9111f22f5edcbde2e11 fixed notation --- diff --git a/matita/dama/excedence.ma b/matita/dama/excedence.ma index 59b8baa4e..4931e70d2 100644 --- a/matita/dama/excedence.ma +++ b/matita/dama/excedence.ma @@ -51,7 +51,7 @@ record apartness : Type ≝ { ap_cotransitive: cotransitive ? ap_apart }. -notation "a # b" non associative with precedence 50 for @{ 'apart $a $b}. +notation "a break # b" non associative with precedence 50 for @{ 'apart $a $b}. interpretation "axiomatic apartness" 'apart x y = (cic:/matita/excedence/ap_apart.con _ x y). @@ -71,7 +71,7 @@ coercion cic:/matita/excedence/apart_of_excedence.con. definition eq ≝ λA:apartness.λa,b:A. ¬ (a # b). -notation "a ≈ b" non associative with precedence 50 for @{ 'napart $a $b}. +notation "a break ≈ b" non associative with precedence 50 for @{ 'napart $a $b}. interpretation "alikeness" 'napart a b = (cic:/matita/excedence/eq.con _ a b).