X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcontribs%2FRELATIONAL-ARITHMETICS%2Fadd_props.ma;h=6d2bef8232e910d91938fdea03fcde7d37812a3f;hb=aa76976507a3e1bfc01fda29bfcefc27f70f6d83;hp=e04d8f616d2a26b30e8d7bda6cfa29d4e87407f7;hpb=926559d40e52d8147968bdc2e2875ac5860c0242;p=helm.git diff --git a/matita/contribs/RELATIONAL-ARITHMETICS/add_props.ma b/matita/contribs/RELATIONAL-ARITHMETICS/add_props.ma index e04d8f616..6d2bef823 100644 --- a/matita/contribs/RELATIONAL-ARITHMETICS/add_props.ma +++ b/matita/contribs/RELATIONAL-ARITHMETICS/add_props.ma @@ -48,7 +48,6 @@ theorem add_shift_S_sx: \forall p,q,r. add p (S q) r \to add (S p) q r. auto. qed. - theorem add_shift_S_dx: \forall p,q,r. add (S p) q r \to add p (S q) r. intros. lapply add_gen_S_1 to H as H0. clear H. @@ -104,22 +103,3 @@ theorem add_conf: \forall p,q,r1. add p q r1 \to rewrite > H2. clear H2. clear r2. ]; auto. qed. - - - -theorem add_gen_eq_2_3: \forall p,q. add p q q \to p = O. - intros 2. elim q; clear q; intros; - [ lapply add_gen_O_2 to H as H0. clear H. - rewrite > H0. clear H0. clear p - | lapply add_gen_S_2 to H1 as H0. clear H1. - decompose H0. - lapply eq_gen_S_S to H2 as H0. clear H2. - rewrite < H0 in H3. clear H0. clear a - ]; auto. -qed. - -theorem add_gen_eq_1_3: \forall p,q. add p q p \to q = O. - intros. - lapply add_sym to H. clear H. - auto. -qed.