X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcontribs%2FRELATIONAL%2FNPlus%2Ffun.ma;h=4b31c570f2355007ea5c4f78a83ae66eee1b63b8;hb=c4df237cf74270f9e4aa164d5fe0415181406a49;hp=d2d686c513831698e8859c5d64df006f3249f772;hpb=00f8f919262e3c84dd9e42477092cc1312171493;p=helm.git diff --git a/matita/contribs/RELATIONAL/NPlus/fun.ma b/matita/contribs/RELATIONAL/NPlus/fun.ma index d2d686c51..4b31c570f 100644 --- a/matita/contribs/RELATIONAL/NPlus/fun.ma +++ b/matita/contribs/RELATIONAL/NPlus/fun.ma @@ -26,15 +26,15 @@ qed. theorem nplus_mono: \forall p,q,r1. (p + q == r1) \to \forall r2. (p + q == r2) \to r1 = r2. intros 4. elim H; clear H q r1; - [ lapply linear nplus_gen_zero_2 to H1 - | lapply linear nplus_gen_succ_2 to H3. decompose + [ lapply linear nplus_inv_zero_2 to H1 + | lapply linear nplus_inv_succ_2 to H3. decompose ]; subst; auto. qed. theorem nplus_inj_1: \forall p1, q, r. (p1 + q == r) \to \forall p2. (p2 + q == r) \to p2 = p1. intros 4. elim H; clear H q r; - [ lapply linear nplus_gen_zero_2 to H1 - | lapply linear nplus_gen_succ_2_3 to H3 + [ lapply linear nplus_inv_zero_2 to H1 + | lapply linear nplus_inv_succ_2_3 to H3 ]; auto. qed.