author | wenzelm |
Sat, 07 Jan 2006 12:26:27 +0100 | |
changeset 18603 | 04c2c702a3fb |
parent 17838 | 3032e90c4975 |
permissions | -rw-r--r-- |
15576
efb95d0d01f7
converted to new-style theories, and combined numbered files
huffman
parents:
diff
changeset
|
1 |
|
efb95d0d01f7
converted to new-style theories, and combined numbered files
huffman
parents:
diff
changeset
|
2 |
(* legacy ML bindings *) |
efb95d0d01f7
converted to new-style theories, and combined numbered files
huffman
parents:
diff
changeset
|
3 |
|
17838 | 4 |
val compact_spair = thm "compact_spair"; |
16922 | 5 |
val eq_sprod = thm "eq_sprod"; |
6 |
val Exh_Sprod2 = thm "Exh_Sprod2"; (* *) |
|
7 |
val inst_sprod_pcpo2 = thm "inst_sprod_pcpo2"; (* *) |
|
16699 | 8 |
val less_sprod_def = thm "less_Sprod_def"; |
16922 | 9 |
val less_sprod = thm "less_sprod"; |
16923 | 10 |
val Rep_Sprod_spair = thm "Rep_Sprod_spair"; |
16922 | 11 |
val sfst_defined_iff = thm "sfst_defined_iff"; |
12 |
val sfst_defined = thm "sfst_defined"; |
|
15576
efb95d0d01f7
converted to new-style theories, and combined numbered files
huffman
parents:
diff
changeset
|
13 |
val sfst_def = thm "sfst_def"; |
16922 | 14 |
val sfst_spair = thm "sfst_spair"; |
15 |
val sfst_strict = thm "sfst_strict"; |
|
16 |
val spair_Abs_Sprod = thm "spair_Abs_Sprod"; |
|
17 |
val spair_defined_rev = thm "spair_defined_rev"; |
|
18 |
val spair_defined = thm "spair_defined"; |
|
19 |
val spair_def = thm "spair_def"; |
|
20 |
val spair_eq = thm "spair_eq"; |
|
21 |
val spair_inject = thm "spair_inject"; |
|
22 |
val spair_lemma = thm "spair_lemma"; |
|
23 |
val spair_less = thm "spair_less"; |
|
16212
422f836f6b39
renamed strict, defined, and inject lemmas; renamed sfst2, ssnd2 to sfst_spair, ssnd_spair
huffman
parents:
16059
diff
changeset
|
24 |
val spair_strict1 = thm "spair_strict1"; |
422f836f6b39
renamed strict, defined, and inject lemmas; renamed sfst2, ssnd2 to sfst_spair, ssnd_spair
huffman
parents:
16059
diff
changeset
|
25 |
val spair_strict2 = thm "spair_strict2"; |
422f836f6b39
renamed strict, defined, and inject lemmas; renamed sfst2, ssnd2 to sfst_spair, ssnd_spair
huffman
parents:
16059
diff
changeset
|
26 |
val spair_strict_rev = thm "spair_strict_rev"; |
16922 | 27 |
val spair_strict = thm "spair_strict"; |
15576
efb95d0d01f7
converted to new-style theories, and combined numbered files
huffman
parents:
diff
changeset
|
28 |
val sprodE = thm "sprodE"; |
16922 | 29 |
val ssnd_defined_iff = thm "ssnd_defined_iff"; |
30 |
val ssnd_defined = thm "ssnd_defined"; |
|
31 |
val ssnd_def = thm "ssnd_def"; |
|
32 |
val ssnd_spair = thm "ssnd_spair"; |
|
16212
422f836f6b39
renamed strict, defined, and inject lemmas; renamed sfst2, ssnd2 to sfst_spair, ssnd_spair
huffman
parents:
16059
diff
changeset
|
33 |
val ssnd_strict = thm "ssnd_strict"; |
15576
efb95d0d01f7
converted to new-style theories, and combined numbered files
huffman
parents:
diff
changeset
|
34 |
val ssplit1 = thm "ssplit1"; |
efb95d0d01f7
converted to new-style theories, and combined numbered files
huffman
parents:
diff
changeset
|
35 |
val ssplit2 = thm "ssplit2"; |
efb95d0d01f7
converted to new-style theories, and combined numbered files
huffman
parents:
diff
changeset
|
36 |
val ssplit3 = thm "ssplit3"; |
16922 | 37 |
val ssplit_def = thm "ssplit_def"; |
38 |
val surjective_pairing_Sprod2 = thm "surjective_pairing_Sprod2"; |