From: Enrico Tassi Date: Wed, 14 Nov 2007 13:21:06 +0000 (+0000) Subject: fixed notation X-Git-Tag: make_still_working~5854 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=8de247e8d14940d9f619b6d35107cc5fae11b412;hp=624a7c13a2ed22ed2535690074c7a08e18de7f13;p=helm.git fixed notation --- diff --git a/helm/software/matita/dama/excedence.ma b/helm/software/matita/dama/excedence.ma index 59b8baa4e..4931e70d2 100644 --- a/helm/software/matita/dama/excedence.ma +++ b/helm/software/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).