X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2FRELATIONAL%2FNPlusList%2Fprops.ma;fp=helm%2Fsoftware%2Fmatita%2Fcontribs%2FRELATIONAL%2FNPlusList%2Fprops.ma;h=0000000000000000000000000000000000000000;hb=da0775e27b362e91ea1453a800bc403781cc2ca3;hp=4b70088a2fc54490727ec53677c9d5576dc4a0e3;hpb=d9824956d9132109ed5f23380a0a1f9c5181d18a;p=helm.git diff --git a/helm/software/matita/contribs/RELATIONAL/NPlusList/props.ma b/helm/software/matita/contribs/RELATIONAL/NPlusList/props.ma deleted file mode 100644 index 4b70088a2..000000000 --- a/helm/software/matita/contribs/RELATIONAL/NPlusList/props.ma +++ /dev/null @@ -1,34 +0,0 @@ -(**************************************************************************) -(* ___ *) -(* ||M|| *) -(* ||A|| A project by Andrea Asperti *) -(* ||T|| *) -(* ||I|| Developers: *) -(* ||T|| The HELM team. *) -(* ||A|| http://helm.cs.unibo.it *) -(* \ / *) -(* \ / This file is distributed under the terms of the *) -(* v GNU General Public License Version 2 *) -(* *) -(**************************************************************************) - - - -include "NPlusList/defs.ma". -(* -axiom npluslist_gen_cons: \forall l,q,r. - NPlusList (cons ? l q) r \to - \exists p. NPlusList l p \land NPlus p q r. -(* - intros. inversion H; clear H; intros; - [ id - | destruct. -*) - -theorem npluslist_inj_2: \forall ns1,ns2,n. - NPlusListEq (cons ? ns1 n) (cons ? ns2 n) \to - NPlusListEq ns1 ns2. - unfold NPlusListEq. intros. decompose. - lapply linear npluslist_gen_cons to H. decompose. - lapply linear npluslist_gen_cons to H2. decompose. -*) \ No newline at end of file