X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Flib%2Fhott%2Fnotations.ma;h=d2d843cf0ad318d42777e765ba022e369757fa87;hb=245ff83b44c373455592e2e2271a2a7a79610799;hp=09a8c37cc7dcd9cb69118b69ccf2b047368e9eec;hpb=dbc57c92512c04b3fd88f8289bb8dbe99b2f90e0;p=helm.git diff --git a/matita/matita/lib/hott/notations.ma b/matita/matita/lib/hott/notations.ma index 09a8c37cc..d2d843cf0 100644 --- a/matita/matita/lib/hott/notations.ma +++ b/matita/matita/lib/hott/notations.ma @@ -276,12 +276,6 @@ for @{ 'mem $a $b }. notation "hvbox(a break ∉ b)" non associative with precedence 45 for @{ 'notmem $a $b }. -notation "hvbox(a break ≬ b)" non associative with precedence 45 -for @{ 'overlaps $a $b }. (* \between *) - -notation "hvbox(a break ⊆ b)" non associative with precedence 45 -for @{ 'subseteq $a $b }. (* \subseteq *) - notation "hvbox(a break ∩ b)" left associative with precedence 60 for @{ 'intersects $a $b }. (* \cap *) @@ -302,8 +296,6 @@ notation "s ^ (-1)" non associative with precedence 75 for @{ 'invert $s }. (* notation < "s \sup (-1) x" non associative with precedence 90 for @{ 'invert_appl $s $x}. -notation "| term 19 C |" with precedence 70 for @{ 'card $C }. - notation "\naturals" non associative with precedence 90 for @{'N}. notation "\rationals" non associative with precedence 90 for @{'Q}. notation "\reals" non associative with precedence 90 for @{'R}.