X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Farith%2Fpnat_plus.ma;h=e6db03ac46b8cccce12764f84693c9a8e461dc74;hp=53d5236f340fa4d455dcb2fa7eda3c904b00f390;hb=68e028d053806177e218ee1a5f8778d3011bef83;hpb=ccf5878f2a2ec7f952f140e162391708a740517b diff --git a/matita/matita/contribs/lambdadelta/ground/arith/pnat_plus.ma b/matita/matita/contribs/lambdadelta/ground/arith/pnat_plus.ma index 53d5236f3..e6db03ac4 100644 --- a/matita/matita/contribs/lambdadelta/ground/arith/pnat_plus.ma +++ b/matita/matita/contribs/lambdadelta/ground/arith/pnat_plus.ma @@ -20,7 +20,7 @@ definition pplus: pnat → pnat → pnat ≝ λp,q. psucc^q p. interpretation - "plus (positive integers" + "plus (positive integers)" 'plus p q = (pplus p q). (* Basic rewrites ***********************************************************)