author | wenzelm |
Mon, 29 Nov 1999 15:52:49 +0100 | |
changeset 8039 | a901bafe4578 |
parent 6349 | f7750d816c21 |
child 9000 | c20d58286a51 |
permissions | -rw-r--r-- |
1461 | 1 |
(* Title: ZF/AC/ROOT |
992 | 2 |
ID: $Id$ |
1461 | 3 |
Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
992 | 4 |
Copyright 1995 University of Cambridge |
5 |
||
1208
bc3093616ba4
Ran expandshort and corrected spelling of Grabczewski
paulson
parents:
1196
diff
changeset
|
6 |
Executes the proofs of the AC-equivalences, due to Krzysztof Grabczewski |
992 | 7 |
*) |
8 |
||
9 |
writeln"Root file for ZF/AC"; |
|
4446 | 10 |
set proof_timing; |
992 | 11 |
|
1351 | 12 |
time_use_thy "AC_Equiv"; |
1123 | 13 |
|
1351 | 14 |
time_use "WO1_WO6.ML"; |
15 |
time_use_thy "WO6_WO1"; |
|
5471 | 16 |
time_use_thy "WO1_WO7"; |
1351 | 17 |
time_use "WO1_WO8.ML"; |
1123 | 18 |
|
1351 | 19 |
time_use "AC0_AC1.ML"; |
20 |
time_use "AC2_AC6.ML"; |
|
21 |
time_use "AC7_AC9.ML"; |
|
992 | 22 |
|
1351 | 23 |
time_use_thy "WO1_AC"; |
24 |
time_use_thy "AC1_WO2"; |
|
1123 | 25 |
|
1351 | 26 |
time_use "AC10_AC15.ML"; |
27 |
time_use_thy "AC15_WO6"; |
|
1123 | 28 |
|
1351 | 29 |
time_use_thy "WO2_AC16"; |
30 |
time_use_thy "AC16_WO4"; |
|
1123 | 31 |
|
1351 | 32 |
time_use "AC1_AC17.ML"; |
33 |
time_use_thy "AC17_AC1"; |
|
1071 | 34 |
|
1351 | 35 |
time_use_thy "AC18_AC19"; |
1196 | 36 |
|
1351 | 37 |
time_use_thy "DC"; |
1296 | 38 |
|
992 | 39 |
writeln"END: Root file for ZF/AC"; |