X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Farith%2Fnat_plus.ma;h=2df064a0189c3085ed0707a78532215d5e6bd79c;hp=f7d79ccdf3914095f44acde0d5689a4c48d6082c;hb=19b0a814861157ba05f23877d5cd94059f52c2e8;hpb=21de0d35017656c5a55528390b54b0b2ae395b44 diff --git a/matita/matita/contribs/lambdadelta/ground/arith/nat_plus.ma b/matita/matita/contribs/lambdadelta/ground/arith/nat_plus.ma index f7d79ccdf..2df064a01 100644 --- a/matita/matita/contribs/lambdadelta/ground/arith/nat_plus.ma +++ b/matita/matita/contribs/lambdadelta/ground/arith/nat_plus.ma @@ -63,7 +63,7 @@ qed. (*** commutative_plus *) lemma nplus_comm: commutative … nplus. #m @(nat_ind_succ … m) -m // -qed-. +qed-. (**) (* gets in the way with auto *) (*** associative_plus *) lemma nplus_assoc: associative … nplus. @@ -91,11 +91,12 @@ qed-. (* Basic inversions *********************************************************) -lemma eq_inv_nzero_plus (m) (n): 𝟎 = m + n → ∧∧ 𝟎 = m & 𝟎 = n. +(*** plus_inv_O3 zero_eq_plus *) +lemma eq_inv_zero_nplus (m) (n): 𝟎 = m + n → ∧∧ 𝟎 = m & 𝟎 = n. #m #n @(nat_ind_succ … n) -n [ /2 width=1 by conj/ | #n #_