]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/RELATIONAL/ZEq/setoid.ma
More work on concrete spaces.
[helm.git] / helm / software / matita / contribs / RELATIONAL / ZEq / setoid.ma
index 37ca8f6199ae6ef81a83f1832ef06a1c1c8c7057..a9c9d0763624957f7916b7d4e1ec8ad7e7ccd548 100644 (file)
 (*                                                                        *)
 (**************************************************************************)
 
-set "baseuri" "cic:/matita/RELATIONAL/ZEq/setoid".
+
 
 include "NPlus/fun.ma".
 include "ZEq/defs.ma".
 
 theorem zeq_refl: \forall z. z = z.
  intros. elim z. clear z.
- lapply (nplus_total t t1). decompose.
+ lapply (nplus_total a b). decompose.
  autobatch.
 qed.