]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/matita/contribs/RELATIONAL/NPlusList/props.ma
removing old contribs
[helm.git] / matitaB / matita / contribs / RELATIONAL / NPlusList / props.ma
diff --git a/matitaB/matita/contribs/RELATIONAL/NPlusList/props.ma b/matitaB/matita/contribs/RELATIONAL/NPlusList/props.ma
deleted file mode 100644 (file)
index 4b70088..0000000
+++ /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