From 55891f80b4f14251dfd5c9111f22f5edcbde2e11 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Wed, 14 Nov 2007 13:21:06 +0000 Subject: [PATCH] fixed notation --- matita/dama/excedence.ma | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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). -- 2.39.2