X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2FRELATIONAL%2FNPlus%2Fdefs.ma;h=289093403b3bc1c1643fc7607167a26f9d21d0a4;hb=883affb9b633393615ce3cb674834664c5b9c881;hp=2bc2e8fe006716b2f9ff7d76e2f0738a8a6c94b9;hpb=162b82a3ba37b177f85dbf74536091601b18aa4e;p=helm.git diff --git a/helm/software/matita/contribs/RELATIONAL/NPlus/defs.ma b/helm/software/matita/contribs/RELATIONAL/NPlus/defs.ma index 2bc2e8fe0..289093403 100644 --- a/helm/software/matita/contribs/RELATIONAL/NPlus/defs.ma +++ b/helm/software/matita/contribs/RELATIONAL/NPlus/defs.ma @@ -23,7 +23,7 @@ inductive NPlus (p:Nat): Nat \to Nat \to Prop \def | nplus_succ_2: \forall q, r. NPlus p q r \to NPlus p (succ q) (succ r). (*CSC: the URI must disappear: there is a bug now *) -interpretation "natural plus (relational)" 'rel_plus x y z = +interpretation "natural plus predicate" 'rel_plus x y z = (cic:/matita/RELATIONAL/NPlus/defs/NPlus.ind#xpointer(1/1) x y z). notation "hvbox(a break + b break == c)"