make-all-poly
author lcp
Tue, 20 Dec 1994 15:58:52 +0100
changeset 814 a32b420c33d4
parent 699 2da262e85c4d
permissions -rwxr-xr-x
Moved well_ord_Memrel, lt_eq_pred, Ord_iso_implies_eq_lemma, Ord_iso_implies_eq to top of file, as they do not require the other material. Simplified proof of ordertype_subset. Proved ordertype_eq: a short proof using deepen_tac! Deleted bij_ordermap_vimage and ordermap_Memrel "bij_ordermap_vimage and ordermap_Memrelf. [| f: bij(A,B); well_ord(B,r); x:A |] ==>\ \ ordermap(A,rvimage(A,f,r)) ` x = ordermap(B,r) ` (f`x)"; "\ ordermap(A,rvimage(A,f,r)) ` x = ordermap(B,r) ` (f`x)";i. [| Ord(i); j:i |] ==> ordermap(i,Memrel(i)) ` j = j" because ordertype_eq serves the same purpose. Proofs of bij_ordertype_vimage and ordertype_Memrel are now trivial.

#! /bin/sh
#$Id$
#Make entire system using Poly/ML
#Pathnames will have to be modified for your site
ML_DBASE=/usr/groups/theory/poly/polyml/`arch`/ML_dbase
ISABELLEBIN=/homes/`whoami`/dbases
ISABELLECOMP="poly -noDisplay -h 15000"
export ML_DBASE ISABELLEBIN ISABELLECOMP 
nohup make-all $*