author | blanchet |
Tue, 13 May 2014 11:10:22 +0200 | |
changeset 56945 | 3d1ead21a055 |
parent 56766 | ba2fa4e99729 |
child 57093 | c46fe1cb1d94 |
permissions | -rw-r--r-- |
55061 | 1 |
(* Title: HOL/Tools/BNF/bnf_gfp.ML |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
2 |
Author: Dmitriy Traytel, TU Muenchen |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
3 |
Author: Andrei Popescu, TU Muenchen |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
4 |
Author: Jasmin Blanchette, TU Muenchen |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
5 |
Copyright 2012 |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
6 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
7 |
Codatatype construction. |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
8 |
*) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
9 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
10 |
signature BNF_GFP = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
11 |
sig |
51867 | 12 |
val construct_gfp: mixfix list -> binding list -> binding list -> binding list list -> |
13 |
binding list -> (string * sort) list -> typ list * typ list list -> BNF_Def.bnf list -> |
|
55803
74d3fe9031d8
joint work with blanchet: intermediate typedef for the input to fp-operations
traytel
parents:
55770
diff
changeset
|
14 |
BNF_Comp.absT_info list -> local_theory -> BNF_FP_Util.fp_result * local_theory |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
15 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
16 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
17 |
structure BNF_GFP : BNF_GFP = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
18 |
struct |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
19 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
20 |
open BNF_Def |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
21 |
open BNF_Util |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
22 |
open BNF_Tactics |
49585
5c4a12550491
generate high-level "maps", "sets", and "rels" properties
blanchet
parents:
49584
diff
changeset
|
23 |
open BNF_Comp |
51850
106afdf5806c
renamed a few FP-related files, to make it clear that these are not the sum of LFP + GFP but rather shared basic libraries
blanchet
parents:
51839
diff
changeset
|
24 |
open BNF_FP_Util |
49636 | 25 |
open BNF_FP_Def_Sugar |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
26 |
open BNF_GFP_Util |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
27 |
open BNF_GFP_Tactics |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
28 |
|
49460
4dd451a075ce
fixed infinite loop with trivial rel_O_Gr + tuning
blanchet
parents:
49459
diff
changeset
|
29 |
datatype wit_tree = Wit_Leaf of int | Wit_Node of (int * int * int list) * wit_tree list; |
49104 | 30 |
|
31 |
fun mk_tree_args (I, T) (I', Ts) = (sort_distinct int_ord (I @ I'), T :: Ts); |
|
32 |
||
33 |
fun finish Iss m seen i (nwit, I) = |
|
34 |
let |
|
35 |
val treess = map (fn j => |
|
49460
4dd451a075ce
fixed infinite loop with trivial rel_O_Gr + tuning
blanchet
parents:
49459
diff
changeset
|
36 |
if j < m orelse member (op =) seen j then [([j], Wit_Leaf j)] |
49104 | 37 |
else |
38 |
map_index (finish Iss m (insert (op =) j seen) j) (nth Iss (j - m)) |
|
39 |
|> flat |
|
40 |
|> minimize_wits) |
|
41 |
I; |
|
42 |
in |
|
49460
4dd451a075ce
fixed infinite loop with trivial rel_O_Gr + tuning
blanchet
parents:
49459
diff
changeset
|
43 |
map (fn (I, t) => (I, Wit_Node ((i - m, nwit, filter (fn i => i < m) I), t))) |
49104 | 44 |
(fold_rev (map_product mk_tree_args) treess [([], [])]) |
45 |
|> minimize_wits |
|
46 |
end; |
|
47 |
||
49501 | 48 |
fun tree_to_ctor_wit vars _ _ (Wit_Leaf j) = ([j], nth vars j) |
49 |
| tree_to_ctor_wit vars ctors witss (Wit_Node ((i, nwit, I), subtrees)) = |
|
50 |
(I, nth ctors i $ (Term.list_comb (snd (nth (nth witss i) nwit), |
|
51 |
map (snd o tree_to_ctor_wit vars ctors witss) subtrees))); |
|
49104 | 52 |
|
49460
4dd451a075ce
fixed infinite loop with trivial rel_O_Gr + tuning
blanchet
parents:
49459
diff
changeset
|
53 |
fun tree_to_coind_wits _ (Wit_Leaf _) = [] |
4dd451a075ce
fixed infinite loop with trivial rel_O_Gr + tuning
blanchet
parents:
49459
diff
changeset
|
54 |
| tree_to_coind_wits lwitss (Wit_Node ((i, nwit, I), subtrees)) = |
49104 | 55 |
((i, I), nth (nth lwitss i) nwit) :: maps (tree_to_coind_wits lwitss) subtrees; |
56 |
||
49460
4dd451a075ce
fixed infinite loop with trivial rel_O_Gr + tuning
blanchet
parents:
49459
diff
changeset
|
57 |
(*all BNFs have the same lives*) |
55803
74d3fe9031d8
joint work with blanchet: intermediate typedef for the input to fp-operations
traytel
parents:
55770
diff
changeset
|
58 |
fun construct_gfp mixfixes map_bs rel_bs set_bss0 bs resBs (resDs, Dss) bnfs _ lthy = |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
59 |
let |
53143
ba80154a1118
configuration option to control timing output for (co)datatypes
traytel
parents:
53138
diff
changeset
|
60 |
val time = time lthy; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
61 |
val timer = time (Timer.startRealTimer ()); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
62 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
63 |
val live = live_of_bnf (hd bnfs); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
64 |
val n = length bnfs; (*active*) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
65 |
val ks = 1 upto n; |
52956 | 66 |
val m = live - n; (*passive, if 0 don't generate a new BNF*) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
67 |
val ls = 1 upto m; |
53566 | 68 |
|
69 |
val note_all = Config.get lthy bnf_note_all; |
|
52956 | 70 |
val b_names = map Binding.name_of bs; |
53566 | 71 |
val b_name = mk_common_name b_names; |
72 |
val b = Binding.name b_name; |
|
73 |
val mk_internal_b = Binding.name #> Binding.prefix true b_name #> Binding.conceal; |
|
74 |
fun mk_internal_bs name = |
|
75 |
map (fn b => |
|
54492 | 76 |
Binding.prefix true b_name (Binding.prefix_name (name ^ "_") b) |> Binding.conceal) bs; |
53566 | 77 |
val external_bs = map2 (Binding.prefix false) b_names bs |
78 |
|> note_all = false ? map Binding.conceal; |
|
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
79 |
|
49460
4dd451a075ce
fixed infinite loop with trivial rel_O_Gr + tuning
blanchet
parents:
49459
diff
changeset
|
80 |
(* TODO: check if m, n, etc., are sane *) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
81 |
|
49185
073d7d1b7488
respect order of/additional type variables supplied by the user in fixed point constructions;
traytel
parents:
49176
diff
changeset
|
82 |
val deads = fold (union (op =)) Dss resDs; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
83 |
val names_lthy = fold Variable.declare_typ deads lthy; |
52956 | 84 |
val passives = map fst (subtract (op = o apsnd TFree) deads resBs); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
85 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
86 |
(* tvars *) |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
87 |
val ((((((passiveAs, activeAs), passiveBs), activeBs), passiveCs), activeCs), idxT) = names_lthy |
52956 | 88 |
|> variant_tfrees passives |
52938
3b3e52d5e66b
tuned name generation code (to make it easier to adapt later)
blanchet
parents:
52923
diff
changeset
|
89 |
||>> mk_TFrees n |
52956 | 90 |
||>> variant_tfrees passives |
52938
3b3e52d5e66b
tuned name generation code (to make it easier to adapt later)
blanchet
parents:
52923
diff
changeset
|
91 |
||>> mk_TFrees n |
3b3e52d5e66b
tuned name generation code (to make it easier to adapt later)
blanchet
parents:
52923
diff
changeset
|
92 |
||>> mk_TFrees m |
3b3e52d5e66b
tuned name generation code (to make it easier to adapt later)
blanchet
parents:
52923
diff
changeset
|
93 |
||>> mk_TFrees n |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
94 |
||> fst o mk_TFrees 1 |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
95 |
||> the_single; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
96 |
|
52938
3b3e52d5e66b
tuned name generation code (to make it easier to adapt later)
blanchet
parents:
52923
diff
changeset
|
97 |
val allAs = passiveAs @ activeAs; |
3b3e52d5e66b
tuned name generation code (to make it easier to adapt later)
blanchet
parents:
52923
diff
changeset
|
98 |
val allBs' = passiveBs @ activeBs; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
99 |
val Ass = replicate n allAs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
100 |
val allBs = passiveAs @ activeBs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
101 |
val Bss = replicate n allBs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
102 |
val allCs = passiveAs @ activeCs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
103 |
val allCs' = passiveBs @ activeCs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
104 |
val Css' = replicate n allCs'; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
105 |
|
51866 | 106 |
(* types *) |
49185
073d7d1b7488
respect order of/additional type variables supplied by the user in fixed point constructions;
traytel
parents:
49176
diff
changeset
|
107 |
val dead_poss = |
52956 | 108 |
map (fn x => if member (op =) deads (TFree x) then SOME (TFree x) else NONE) resBs; |
49185
073d7d1b7488
respect order of/additional type variables supplied by the user in fixed point constructions;
traytel
parents:
49176
diff
changeset
|
109 |
fun mk_param NONE passive = (hd passive, tl passive) |
073d7d1b7488
respect order of/additional type variables supplied by the user in fixed point constructions;
traytel
parents:
49176
diff
changeset
|
110 |
| mk_param (SOME a) passive = (a, passive); |
073d7d1b7488
respect order of/additional type variables supplied by the user in fixed point constructions;
traytel
parents:
49176
diff
changeset
|
111 |
val mk_params = fold_map mk_param dead_poss #> fst; |
073d7d1b7488
respect order of/additional type variables supplied by the user in fixed point constructions;
traytel
parents:
49176
diff
changeset
|
112 |
|
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
113 |
fun mk_FTs Ts = map2 (fn Ds => mk_T_of_bnf Ds Ts) Dss bnfs; |
49185
073d7d1b7488
respect order of/additional type variables supplied by the user in fixed point constructions;
traytel
parents:
49176
diff
changeset
|
114 |
val (params, params') = `(map Term.dest_TFree) (mk_params passiveAs); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
115 |
val FTsAs = mk_FTs allAs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
116 |
val FTsBs = mk_FTs allBs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
117 |
val FTsCs = mk_FTs allCs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
118 |
val ATs = map HOLogic.mk_setT passiveAs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
119 |
val BTs = map HOLogic.mk_setT activeAs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
120 |
val B'Ts = map HOLogic.mk_setT activeBs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
121 |
val B''Ts = map HOLogic.mk_setT activeCs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
122 |
val sTs = map2 (fn T => fn U => T --> U) activeAs FTsAs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
123 |
val s'Ts = map2 (fn T => fn U => T --> U) activeBs FTsBs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
124 |
val s''Ts = map2 (fn T => fn U => T --> U) activeCs FTsCs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
125 |
val fTs = map2 (fn T => fn U => T --> U) activeAs activeBs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
126 |
val self_fTs = map (fn T => T --> T) activeAs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
127 |
val gTs = map2 (fn T => fn U => T --> U) activeBs activeCs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
128 |
val all_gTs = map2 (fn T => fn U => T --> U) allBs allCs'; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
129 |
val RTs = map2 (fn T => fn U => HOLogic.mk_prodT (T, U)) activeAs activeBs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
130 |
val sRTs = map2 (fn T => fn U => HOLogic.mk_prodT (T, U)) activeAs activeAs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
131 |
val R'Ts = map2 (fn T => fn U => HOLogic.mk_prodT (T, U)) activeBs activeCs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
132 |
val setsRTs = map HOLogic.mk_setT sRTs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
133 |
val setRTs = map HOLogic.mk_setT RTs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
134 |
val all_sbisT = HOLogic.mk_tupleT setsRTs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
135 |
val setR'Ts = map HOLogic.mk_setT R'Ts; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
136 |
val FRTs = mk_FTs (passiveAs @ RTs); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
137 |
val sumBsAs = map2 (curry mk_sumT) activeBs activeAs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
138 |
val sumFTs = mk_FTs (passiveAs @ sumBsAs); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
139 |
val sum_sTs = map2 (fn T => fn U => T --> U) activeAs sumFTs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
140 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
141 |
(* terms *) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
142 |
val mapsAsAs = map4 mk_map_of_bnf Dss Ass Ass bnfs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
143 |
val mapsAsBs = map4 mk_map_of_bnf Dss Ass Bss bnfs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
144 |
val mapsBsCs' = map4 mk_map_of_bnf Dss Bss Css' bnfs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
145 |
val mapsAsCs' = map4 mk_map_of_bnf Dss Ass Css' bnfs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
146 |
val map_Inls = map4 mk_map_of_bnf Dss Bss (replicate n (passiveAs @ sumBsAs)) bnfs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
147 |
val map_Inls_rev = map4 mk_map_of_bnf Dss (replicate n (passiveAs @ sumBsAs)) Bss bnfs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
148 |
val map_fsts = map4 mk_map_of_bnf Dss (replicate n (passiveAs @ RTs)) Ass bnfs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
149 |
val map_snds = map4 mk_map_of_bnf Dss (replicate n (passiveAs @ RTs)) Bss bnfs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
150 |
fun mk_setss Ts = map3 mk_sets_of_bnf (map (replicate live) Dss) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
151 |
(map (replicate live) (replicate n Ts)) bnfs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
152 |
val setssAs = mk_setss allAs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
153 |
val setssAs' = transpose setssAs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
154 |
val bis_setss = mk_setss (passiveAs @ RTs); |
51893
596baae88a88
got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents:
51869
diff
changeset
|
155 |
val relsAsBs = map4 mk_rel_of_bnf Dss Ass Bss bnfs; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
156 |
val bds = map3 mk_bd_of_bnf Dss Ass bnfs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
157 |
val sum_bd = Library.foldr1 (uncurry mk_csum) bds; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
158 |
val sum_bdT = fst (dest_relT (fastype_of sum_bd)); |
56516
a13c2ccc160b
more accurate type arguments for intermeadiate typedefs
traytel
parents:
56348
diff
changeset
|
159 |
val (sum_bdT_params, sum_bdT_params') = `(map TFree) (Term.add_tfreesT sum_bdT []); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
160 |
|
56113 | 161 |
val ((((((((((((((((((((((((((((((((zs, zs'), zs_copy), zs_copy2), z's), (ys, ys')), |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
162 |
Bs), Bs_copy), B's), B''s), ss), sum_ss), s's), s''s), fs), fs_copy), |
56113 | 163 |
self_fs), gs), all_gs), xFs), yFs), yFs_copy), RFs), (Rtuple, Rtuple')), |
164 |
(nat, nat')), Rs), Rs_copy), R's), sRs), (idx, idx')), Idx), Ris), names_lthy) = lthy |
|
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
165 |
|> mk_Frees' "b" activeAs |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
166 |
||>> mk_Frees "b" activeAs |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
167 |
||>> mk_Frees "b" activeAs |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
168 |
||>> mk_Frees "b" activeBs |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
169 |
||>> mk_Frees' "y" passiveAs |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
170 |
||>> mk_Frees "B" BTs |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
171 |
||>> mk_Frees "B" BTs |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
172 |
||>> mk_Frees "B'" B'Ts |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
173 |
||>> mk_Frees "B''" B''Ts |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
174 |
||>> mk_Frees "s" sTs |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
175 |
||>> mk_Frees "sums" sum_sTs |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
176 |
||>> mk_Frees "s'" s'Ts |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
177 |
||>> mk_Frees "s''" s''Ts |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
178 |
||>> mk_Frees "f" fTs |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
179 |
||>> mk_Frees "f" fTs |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
180 |
||>> mk_Frees "f" self_fTs |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
181 |
||>> mk_Frees "g" gTs |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
182 |
||>> mk_Frees "g" all_gTs |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
183 |
||>> mk_Frees "x" FTsAs |
51925 | 184 |
||>> mk_Frees "y" FTsBs |
185 |
||>> mk_Frees "y" FTsBs |
|
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
186 |
||>> mk_Frees "x" FRTs |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
187 |
||>> yield_singleton (apfst (op ~~) oo mk_Frees' "Rtuple") all_sbisT |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
188 |
||>> yield_singleton (apfst (op ~~) oo mk_Frees' "n") HOLogic.natT |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
189 |
||>> mk_Frees "R" setRTs |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
190 |
||>> mk_Frees "R" setRTs |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
191 |
||>> mk_Frees "R'" setR'Ts |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
192 |
||>> mk_Frees "R" setsRTs |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
193 |
||>> yield_singleton (apfst (op ~~) oo mk_Frees' "i") idxT |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
194 |
||>> yield_singleton (mk_Frees "I") (HOLogic.mk_setT idxT) |
56113 | 195 |
||>> mk_Frees "Ri" (map (fn T => idxT --> T) setRTs); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
196 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
197 |
val passive_UNIVs = map HOLogic.mk_UNIV passiveAs; |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
198 |
val passive_eqs = map HOLogic.eq_const passiveAs; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
199 |
val active_UNIVs = map HOLogic.mk_UNIV activeAs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
200 |
val sum_UNIVs = map HOLogic.mk_UNIV sumBsAs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
201 |
val passive_ids = map HOLogic.id_const passiveAs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
202 |
val active_ids = map HOLogic.id_const activeAs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
203 |
val Inls = map2 Inl_const activeBs activeAs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
204 |
val fsts = map fst_const RTs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
205 |
val snds = map snd_const RTs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
206 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
207 |
(* thms *) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
208 |
val bd_card_orders = map bd_card_order_of_bnf bnfs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
209 |
val bd_card_order = hd bd_card_orders |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
210 |
val bd_Card_orders = map bd_Card_order_of_bnf bnfs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
211 |
val bd_Card_order = hd bd_Card_orders; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
212 |
val bd_Cinfinites = map bd_Cinfinite_of_bnf bnfs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
213 |
val bd_Cinfinite = hd bd_Cinfinites; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
214 |
val in_monos = map in_mono_of_bnf bnfs; |
53287 | 215 |
val map_comp0s = map map_comp0_of_bnf bnfs; |
216 |
val sym_map_comps = map mk_sym map_comp0s; |
|
53288 | 217 |
val map_comps = map map_comp_of_bnf bnfs; |
51761
4c9f08836d87
renamed "map_cong" axiom to "map_cong0" in preparation for real "map_cong"
blanchet
parents:
51758
diff
changeset
|
218 |
val map_cong0s = map map_cong0_of_bnf bnfs; |
53270 | 219 |
val map_id0s = map map_id0_of_bnf bnfs; |
53285 | 220 |
val map_ids = map map_id_of_bnf bnfs; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
221 |
val set_bdss = map set_bd_of_bnf bnfs; |
53290 | 222 |
val set_mapss = map set_map_of_bnf bnfs; |
51893
596baae88a88
got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents:
51869
diff
changeset
|
223 |
val rel_congs = map rel_cong_of_bnf bnfs; |
596baae88a88
got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents:
51869
diff
changeset
|
224 |
val rel_converseps = map rel_conversep_of_bnf bnfs; |
596baae88a88
got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents:
51869
diff
changeset
|
225 |
val rel_Grps = map rel_Grp_of_bnf bnfs; |
596baae88a88
got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents:
51869
diff
changeset
|
226 |
val rel_OOs = map rel_OO_of_bnf bnfs; |
56017 | 227 |
val in_rels = map in_rel_of_bnf bnfs; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
228 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
229 |
val timer = time (timer "Extracted terms & thms"); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
230 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
231 |
(* derived thms *) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
232 |
|
52956 | 233 |
(*map g1 ... gm g(m+1) ... g(m+n) (map id ... id f(m+1) ... f(m+n) x) = |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
234 |
map g1 ... gm (g(m+1) o f(m+1)) ... (g(m+n) o f(m+n)) x*) |
53287 | 235 |
fun mk_map_comp_id x mapAsBs mapBsCs mapAsCs map_comp0 = |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
236 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
237 |
val lhs = Term.list_comb (mapBsCs, all_gs) $ |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
238 |
(Term.list_comb (mapAsBs, passive_ids @ fs) $ x); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
239 |
val rhs = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
240 |
Term.list_comb (mapAsCs, take m all_gs @ map HOLogic.mk_comp (drop m all_gs ~~ fs)) $ x; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
241 |
in |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
242 |
Goal.prove_sorry lthy [] [] (mk_Trueprop_eq (lhs, rhs)) |
55756 | 243 |
(fn {context = ctxt, prems = _} => mk_map_comp_id_tac ctxt map_comp0) |
49109
0e5b859e1c91
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents:
49105
diff
changeset
|
244 |
|> Thm.close_derivation |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
245 |
|> singleton (Proof_Context.export names_lthy lthy) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
246 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
247 |
|
53288 | 248 |
val map_comp_id_thms = map5 mk_map_comp_id xFs mapsAsBs mapsBsCs' mapsAsCs' map_comps; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
249 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
250 |
(*forall a : set(m+1) x. f(m+1) a = a; ...; forall a : set(m+n) x. f(m+n) a = a ==> |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
251 |
map id ... id f(m+1) ... f(m+n) x = x*) |
53285 | 252 |
fun mk_map_cong0L x mapAsAs sets map_cong0 map_id = |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
253 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
254 |
fun mk_prem set f z z' = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
255 |
HOLogic.mk_Trueprop |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
256 |
(mk_Ball (set $ x) (Term.absfree z' (HOLogic.mk_eq (f $ z, z)))); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
257 |
val prems = map4 mk_prem (drop m sets) self_fs zs zs'; |
49123
263b0e330d8b
more work on sugar + simplify Trueprop + eq idiom everywhere
blanchet
parents:
49121
diff
changeset
|
258 |
val goal = mk_Trueprop_eq (Term.list_comb (mapAsAs, passive_ids @ self_fs) $ x, x); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
259 |
in |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
260 |
Goal.prove_sorry lthy [] [] (Logic.list_implies (prems, goal)) |
53285 | 261 |
(K (mk_map_cong0L_tac m map_cong0 map_id)) |
49109
0e5b859e1c91
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents:
49105
diff
changeset
|
262 |
|> Thm.close_derivation |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
263 |
|> singleton (Proof_Context.export names_lthy lthy) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
264 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
265 |
|
53285 | 266 |
val map_cong0L_thms = map5 mk_map_cong0L xFs mapsAsAs setssAs map_cong0s map_ids; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
267 |
val in_mono'_thms = map (fn thm => |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
268 |
(thm OF (replicate m subset_refl)) RS @{thm set_mp}) in_monos; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
269 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
270 |
val map_arg_cong_thms = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
271 |
let |
51925 | 272 |
val prems = map2 (curry mk_Trueprop_eq) yFs yFs_copy; |
273 |
val maps = map (fn mapx => Term.list_comb (mapx, all_gs)) mapsBsCs'; |
|
49123
263b0e330d8b
more work on sugar + simplify Trueprop + eq idiom everywhere
blanchet
parents:
49121
diff
changeset
|
274 |
val concls = |
51925 | 275 |
map3 (fn x => fn y => fn mapx => mk_Trueprop_eq (mapx $ x, mapx $ y)) yFs yFs_copy maps; |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
276 |
val goals = map2 (fn prem => fn concl => Logic.mk_implies (prem, concl)) prems concls; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
277 |
in |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
278 |
map (fn goal => |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
279 |
Goal.prove_sorry lthy [] [] goal (K ((hyp_subst_tac lthy THEN' rtac refl) 1)) |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
280 |
|> Thm.close_derivation |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
281 |
|> singleton (Proof_Context.export names_lthy lthy)) goals |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
282 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
283 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
284 |
val timer = time (timer "Derived simple theorems"); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
285 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
286 |
(* coalgebra *) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
287 |
|
53566 | 288 |
val coalg_bind = mk_internal_b (coN ^ algN) ; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
289 |
val coalg_def_bind = (Thm.def_binding coalg_bind, []); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
290 |
|
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
291 |
(*forall i = 1 ... n: (\<forall>x \<in> Bi. si \<in> Fi_in UNIV .. UNIV B1 ... Bn)*) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
292 |
val coalg_spec = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
293 |
let |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
294 |
val ins = map3 mk_in (replicate n (passive_UNIVs @ Bs)) setssAs FTsAs; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
295 |
fun mk_coalg_conjunct B s X z z' = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
296 |
mk_Ball B (Term.absfree z' (HOLogic.mk_mem (s $ z, X))); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
297 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
298 |
val rhs = Library.foldr1 HOLogic.mk_conj (map5 mk_coalg_conjunct Bs ss ins zs zs') |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
299 |
in |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
300 |
fold_rev (Term.absfree o Term.dest_Free) (Bs @ ss) rhs |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
301 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
302 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
303 |
val ((coalg_free, (_, coalg_def_free)), (lthy, lthy_old)) = |
49311 | 304 |
lthy |
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
305 |
|> Local_Theory.define ((coalg_bind, NoSyn), (coalg_def_bind, coalg_spec)) |
49311 | 306 |
||> `Local_Theory.restore; |
307 |
||
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
308 |
val phi = Proof_Context.export_morphism lthy_old lthy; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
309 |
val coalg = fst (Term.dest_Const (Morphism.term phi coalg_free)); |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
310 |
val coalg_def = mk_unabs_def (2 * n) (Morphism.thm phi coalg_def_free RS meta_eq_to_obj_eq); |
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
311 |
|
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
312 |
fun mk_coalg Bs ss = |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
313 |
let |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
314 |
val args = Bs @ ss; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
315 |
val Ts = map fastype_of args; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
316 |
val coalgT = Library.foldr (op -->) (Ts, HOLogic.boolT); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
317 |
in |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
318 |
Term.list_comb (Const (coalg, coalgT), args) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
319 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
320 |
|
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
321 |
val coalg_prem = HOLogic.mk_Trueprop (mk_coalg Bs ss); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
322 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
323 |
val coalg_in_thms = map (fn i => |
52904 | 324 |
coalg_def RS iffD1 RS mk_conjunctN n i RS bspec) ks |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
325 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
326 |
val coalg_set_thmss = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
327 |
let |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
328 |
val coalg_prem = HOLogic.mk_Trueprop (mk_coalg Bs ss); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
329 |
fun mk_prem x B = HOLogic.mk_Trueprop (HOLogic.mk_mem (x, B)); |
51893
596baae88a88
got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents:
51869
diff
changeset
|
330 |
fun mk_concl s x B set = HOLogic.mk_Trueprop (mk_leq (set $ (s $ x)) B); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
331 |
val prems = map2 mk_prem zs Bs; |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
332 |
val conclss = map3 (fn s => fn x => fn sets => map2 (mk_concl s x) Bs (drop m sets)) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
333 |
ss zs setssAs; |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
334 |
val goalss = map2 (fn prem => fn concls => map (fn concl => |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
335 |
Logic.list_implies (coalg_prem :: [prem], concl)) concls) prems conclss; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
336 |
in |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
337 |
map (fn goals => map (fn goal => |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
338 |
Goal.prove_sorry lthy [] [] goal (K (mk_coalg_set_tac coalg_def)) |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
339 |
|> Thm.close_derivation |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
340 |
|> singleton (Proof_Context.export names_lthy lthy)) goals) goalss |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
341 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
342 |
|
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
343 |
fun mk_tcoalg BTs = mk_coalg (map HOLogic.mk_UNIV BTs); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
344 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
345 |
val tcoalg_thm = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
346 |
let |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
347 |
val goal = HOLogic.mk_Trueprop (mk_tcoalg activeAs ss) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
348 |
in |
51551 | 349 |
Goal.prove_sorry lthy [] [] goal |
56114 | 350 |
(K (rtac (coalg_def RS iffD2) 1 THEN CONJ_WRAP |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
351 |
(K (EVERY' [rtac ballI, rtac CollectI, |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
352 |
CONJ_WRAP' (K (EVERY' [rtac @{thm subset_UNIV}])) allAs] 1)) ss)) |
49109
0e5b859e1c91
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents:
49105
diff
changeset
|
353 |
|> Thm.close_derivation |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
354 |
|> singleton (Proof_Context.export names_lthy lthy) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
355 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
356 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
357 |
val timer = time (timer "Coalgebra definition & thms"); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
358 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
359 |
(* morphism *) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
360 |
|
53566 | 361 |
val mor_bind = mk_internal_b morN; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
362 |
val mor_def_bind = (Thm.def_binding mor_bind, []); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
363 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
364 |
(*fbetw) forall i = 1 ... n: (\<forall>x \<in> Bi. fi x \<in> B'i)*) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
365 |
(*mor) forall i = 1 ... n: (\<forall>x \<in> Bi. |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
366 |
Fi_map id ... id f1 ... fn (si x) = si' (fi x)*) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
367 |
val mor_spec = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
368 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
369 |
fun mk_fbetw f B1 B2 z z' = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
370 |
mk_Ball B1 (Term.absfree z' (HOLogic.mk_mem (f $ z, B2))); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
371 |
fun mk_mor B mapAsBs f s s' z z' = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
372 |
mk_Ball B (Term.absfree z' (HOLogic.mk_eq |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
373 |
(Term.list_comb (mapAsBs, passive_ids @ fs @ [s $ z]), s' $ (f $ z)))); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
374 |
val rhs = HOLogic.mk_conj |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
375 |
(Library.foldr1 HOLogic.mk_conj (map5 mk_fbetw fs Bs B's zs zs'), |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
376 |
Library.foldr1 HOLogic.mk_conj (map7 mk_mor Bs mapsAsBs fs ss s's zs zs')) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
377 |
in |
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
378 |
fold_rev (Term.absfree o Term.dest_Free) (Bs @ ss @ B's @ s's @ fs) rhs |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
379 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
380 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
381 |
val ((mor_free, (_, mor_def_free)), (lthy, lthy_old)) = |
49311 | 382 |
lthy |
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
383 |
|> Local_Theory.define ((mor_bind, NoSyn), (mor_def_bind, mor_spec)) |
49311 | 384 |
||> `Local_Theory.restore; |
385 |
||
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
386 |
val phi = Proof_Context.export_morphism lthy_old lthy; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
387 |
val mor = fst (Term.dest_Const (Morphism.term phi mor_free)); |
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
388 |
val mor_def = mk_unabs_def (5 * n) (Morphism.thm phi mor_def_free RS meta_eq_to_obj_eq); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
389 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
390 |
fun mk_mor Bs1 ss1 Bs2 ss2 fs = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
391 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
392 |
val args = Bs1 @ ss1 @ Bs2 @ ss2 @ fs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
393 |
val Ts = map fastype_of (Bs1 @ ss1 @ Bs2 @ ss2 @ fs); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
394 |
val morT = Library.foldr (op -->) (Ts, HOLogic.boolT); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
395 |
in |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
396 |
Term.list_comb (Const (mor, morT), args) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
397 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
398 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
399 |
val mor_prem = HOLogic.mk_Trueprop (mk_mor Bs ss B's s's fs); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
400 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
401 |
val (mor_image_thms, morE_thms) = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
402 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
403 |
val prem = HOLogic.mk_Trueprop (mk_mor Bs ss B's s's fs); |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
404 |
fun mk_image_goal f B1 B2 = |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
405 |
Logic.mk_implies (prem, HOLogic.mk_Trueprop (mk_leq (mk_image f $ B1) B2)); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
406 |
val image_goals = map3 mk_image_goal fs Bs B's; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
407 |
fun mk_elim_goal B mapAsBs f s s' x = |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
408 |
Logic.list_implies ([prem, HOLogic.mk_Trueprop (HOLogic.mk_mem (x, B))], |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
409 |
mk_Trueprop_eq (Term.list_comb (mapAsBs, passive_ids @ fs @ [s $ x]), s' $ (f $ x))); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
410 |
val elim_goals = map6 mk_elim_goal Bs mapsAsBs fs ss s's zs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
411 |
fun prove goal = |
51551 | 412 |
Goal.prove_sorry lthy [] [] goal (K (mk_mor_elim_tac mor_def)) |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
413 |
|> Thm.close_derivation |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
414 |
|> singleton (Proof_Context.export names_lthy lthy); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
415 |
in |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
416 |
(map prove image_goals, map prove elim_goals) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
417 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
418 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
419 |
val mor_image'_thms = map (fn thm => @{thm set_mp} OF [thm, imageI]) mor_image_thms; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
420 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
421 |
val mor_incl_thm = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
422 |
let |
51893
596baae88a88
got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents:
51869
diff
changeset
|
423 |
val prems = map2 (HOLogic.mk_Trueprop oo mk_leq) Bs Bs_copy; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
424 |
val concl = HOLogic.mk_Trueprop (mk_mor Bs ss Bs_copy ss active_ids); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
425 |
in |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
426 |
Goal.prove_sorry lthy [] [] (Logic.list_implies (prems, concl)) |
53285 | 427 |
(K (mk_mor_incl_tac mor_def map_ids)) |
49109
0e5b859e1c91
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents:
49105
diff
changeset
|
428 |
|> Thm.close_derivation |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
429 |
|> singleton (Proof_Context.export names_lthy lthy) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
430 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
431 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
432 |
val mor_id_thm = mor_incl_thm OF (replicate n subset_refl); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
433 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
434 |
val mor_comp_thm = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
435 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
436 |
val prems = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
437 |
[HOLogic.mk_Trueprop (mk_mor Bs ss B's s's fs), |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
438 |
HOLogic.mk_Trueprop (mk_mor B's s's B''s s''s gs)]; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
439 |
val concl = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
440 |
HOLogic.mk_Trueprop (mk_mor Bs ss B''s s''s (map2 (curry HOLogic.mk_comp) gs fs)); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
441 |
in |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
442 |
Goal.prove_sorry lthy [] [] (Logic.list_implies (prems, concl)) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
443 |
(K (mk_mor_comp_tac mor_def mor_image'_thms morE_thms map_comp_id_thms)) |
49109
0e5b859e1c91
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents:
49105
diff
changeset
|
444 |
|> Thm.close_derivation |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
445 |
|> singleton (Proof_Context.export names_lthy lthy) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
446 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
447 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
448 |
val mor_cong_thm = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
449 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
450 |
val prems = map HOLogic.mk_Trueprop |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
451 |
(map2 (curry HOLogic.mk_eq) fs_copy fs @ [mk_mor Bs ss B's s's fs]) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
452 |
val concl = HOLogic.mk_Trueprop (mk_mor Bs ss B's s's fs_copy); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
453 |
in |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
454 |
Goal.prove_sorry lthy [] [] (Logic.list_implies (prems, concl)) |
51798 | 455 |
(K ((hyp_subst_tac lthy THEN' atac) 1)) |
49109
0e5b859e1c91
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents:
49105
diff
changeset
|
456 |
|> Thm.close_derivation |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
457 |
|> singleton (Proof_Context.export names_lthy lthy) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
458 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
459 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
460 |
val mor_UNIV_thm = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
461 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
462 |
fun mk_conjunct mapAsBs f s s' = HOLogic.mk_eq |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
463 |
(HOLogic.mk_comp (Term.list_comb (mapAsBs, passive_ids @ fs), s), |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
464 |
HOLogic.mk_comp (s', f)); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
465 |
val lhs = mk_mor active_UNIVs ss (map HOLogic.mk_UNIV activeBs) s's fs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
466 |
val rhs = Library.foldr1 HOLogic.mk_conj (map4 mk_conjunct mapsAsBs fs ss s's); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
467 |
in |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
468 |
Goal.prove_sorry lthy [] [] (mk_Trueprop_eq (lhs, rhs)) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
469 |
(K (mk_mor_UNIV_tac morE_thms mor_def)) |
49109
0e5b859e1c91
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents:
49105
diff
changeset
|
470 |
|> Thm.close_derivation |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
471 |
|> singleton (Proof_Context.export names_lthy lthy) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
472 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
473 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
474 |
val mor_str_thm = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
475 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
476 |
val maps = map2 (fn Ds => fn bnf => Term.list_comb |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
477 |
(mk_map_of_bnf Ds allAs (passiveAs @ FTsAs) bnf, passive_ids @ ss)) Dss bnfs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
478 |
in |
51551 | 479 |
Goal.prove_sorry lthy [] [] |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
480 |
(HOLogic.mk_Trueprop (mk_mor active_UNIVs ss (map HOLogic.mk_UNIV FTsAs) maps ss)) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
481 |
(K (mk_mor_str_tac ks mor_UNIV_thm)) |
49109
0e5b859e1c91
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents:
49105
diff
changeset
|
482 |
|> Thm.close_derivation |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
483 |
|> singleton (Proof_Context.export names_lthy lthy) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
484 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
485 |
|
55414
eab03e9cee8a
renamed '{prod,sum,bool,unit}_case' to 'case_...'
blanchet
parents:
55413
diff
changeset
|
486 |
val mor_case_sum_thm = |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
487 |
let |
49458 | 488 |
val maps = map3 (fn s => fn sum_s => fn mapx => |
55414
eab03e9cee8a
renamed '{prod,sum,bool,unit}_case' to 'case_...'
blanchet
parents:
55413
diff
changeset
|
489 |
mk_case_sum (HOLogic.mk_comp (Term.list_comb (mapx, passive_ids @ Inls), s), sum_s)) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
490 |
s's sum_ss map_Inls; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
491 |
in |
51551 | 492 |
Goal.prove_sorry lthy [] [] |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
493 |
(HOLogic.mk_Trueprop (mk_mor (map HOLogic.mk_UNIV activeBs) s's sum_UNIVs maps Inls)) |
55414
eab03e9cee8a
renamed '{prod,sum,bool,unit}_case' to 'case_...'
blanchet
parents:
55413
diff
changeset
|
494 |
(K (mk_mor_case_sum_tac ks mor_UNIV_thm)) |
49109
0e5b859e1c91
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents:
49105
diff
changeset
|
495 |
|> Thm.close_derivation |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
496 |
|> singleton (Proof_Context.export names_lthy lthy) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
497 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
498 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
499 |
val timer = time (timer "Morphism definition & thms"); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
500 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
501 |
(* bisimulation *) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
502 |
|
53566 | 503 |
val bis_bind = mk_internal_b bisN; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
504 |
val bis_def_bind = (Thm.def_binding bis_bind, []); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
505 |
|
51893
596baae88a88
got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents:
51869
diff
changeset
|
506 |
fun mk_bis_le_conjunct R B1 B2 = mk_leq R (mk_Times (B1, B2)); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
507 |
val bis_le = Library.foldr1 HOLogic.mk_conj (map3 mk_bis_le_conjunct Rs Bs B's) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
508 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
509 |
val bis_spec = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
510 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
511 |
val fst_args = passive_ids @ fsts; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
512 |
val snd_args = passive_ids @ snds; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
513 |
fun mk_bis R s s' b1 b2 RF map1 map2 sets = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
514 |
list_all_free [b1, b2] (HOLogic.mk_imp |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
515 |
(HOLogic.mk_mem (HOLogic.mk_prod (b1, b2), R), |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
516 |
mk_Bex (mk_in (passive_UNIVs @ Rs) sets (snd (dest_Free RF))) |
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
517 |
(Term.absfree (dest_Free RF) (HOLogic.mk_conj |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
518 |
(HOLogic.mk_eq (Term.list_comb (map1, fst_args) $ RF, s $ b1), |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
519 |
HOLogic.mk_eq (Term.list_comb (map2, snd_args) $ RF, s' $ b2)))))); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
520 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
521 |
val rhs = HOLogic.mk_conj |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
522 |
(bis_le, Library.foldr1 HOLogic.mk_conj |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
523 |
(map9 mk_bis Rs ss s's zs z's RFs map_fsts map_snds bis_setss)) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
524 |
in |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
525 |
fold_rev (Term.absfree o Term.dest_Free) (Bs @ ss @ B's @ s's @ Rs) rhs |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
526 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
527 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
528 |
val ((bis_free, (_, bis_def_free)), (lthy, lthy_old)) = |
49311 | 529 |
lthy |
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
530 |
|> Local_Theory.define ((bis_bind, NoSyn), (bis_def_bind, bis_spec)) |
49311 | 531 |
||> `Local_Theory.restore; |
532 |
||
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
533 |
val phi = Proof_Context.export_morphism lthy_old lthy; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
534 |
val bis = fst (Term.dest_Const (Morphism.term phi bis_free)); |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
535 |
val bis_def = mk_unabs_def (5 * n) (Morphism.thm phi bis_def_free RS meta_eq_to_obj_eq); |
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
536 |
|
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
537 |
fun mk_bis Bs1 ss1 Bs2 ss2 Rs = |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
538 |
let |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
539 |
val args = Bs1 @ ss1 @ Bs2 @ ss2 @ Rs; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
540 |
val Ts = map fastype_of args; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
541 |
val bisT = Library.foldr (op -->) (Ts, HOLogic.boolT); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
542 |
in |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
543 |
Term.list_comb (Const (bis, bisT), args) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
544 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
545 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
546 |
val bis_cong_thm = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
547 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
548 |
val prems = map HOLogic.mk_Trueprop |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
549 |
(mk_bis Bs ss B's s's Rs :: map2 (curry HOLogic.mk_eq) Rs_copy Rs) |
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
550 |
val concl = HOLogic.mk_Trueprop (mk_bis Bs ss B's s's Rs_copy); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
551 |
in |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
552 |
Goal.prove_sorry lthy [] [] (Logic.list_implies (prems, concl)) |
56017 | 553 |
(fn {context = ctxt, prems = _} => (hyp_subst_tac ctxt THEN' atac) 1) |
49109
0e5b859e1c91
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents:
49105
diff
changeset
|
554 |
|> Thm.close_derivation |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
555 |
|> singleton (Proof_Context.export names_lthy lthy) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
556 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
557 |
|
51893
596baae88a88
got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents:
51869
diff
changeset
|
558 |
val bis_rel_thm = |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
559 |
let |
51893
596baae88a88
got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents:
51869
diff
changeset
|
560 |
fun mk_conjunct R s s' b1 b2 rel = |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
561 |
list_all_free [b1, b2] (HOLogic.mk_imp |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
562 |
(HOLogic.mk_mem (HOLogic.mk_prod (b1, b2), R), |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
563 |
Term.list_comb (rel, passive_eqs @ map mk_in_rel Rs) $ (s $ b1) $ (s' $ b2))); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
564 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
565 |
val rhs = HOLogic.mk_conj |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
566 |
(bis_le, Library.foldr1 HOLogic.mk_conj |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
567 |
(map6 mk_conjunct Rs ss s's zs z's relsAsBs)) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
568 |
in |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
569 |
Goal.prove_sorry lthy [] [] (mk_Trueprop_eq (mk_bis Bs ss B's s's Rs, rhs)) |
56017 | 570 |
(K (mk_bis_rel_tac m bis_def in_rels map_comps map_cong0s set_mapss)) |
49109
0e5b859e1c91
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents:
49105
diff
changeset
|
571 |
|> Thm.close_derivation |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
572 |
|> singleton (Proof_Context.export names_lthy lthy) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
573 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
574 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
575 |
val bis_converse_thm = |
51551 | 576 |
Goal.prove_sorry lthy [] [] |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
577 |
(Logic.mk_implies (HOLogic.mk_Trueprop (mk_bis Bs ss B's s's Rs), |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
578 |
HOLogic.mk_Trueprop (mk_bis B's s's Bs ss (map mk_converse Rs)))) |
51893
596baae88a88
got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents:
51869
diff
changeset
|
579 |
(K (mk_bis_converse_tac m bis_rel_thm rel_congs rel_converseps)) |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
580 |
|> Thm.close_derivation |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
581 |
|> singleton (Proof_Context.export names_lthy lthy); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
582 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
583 |
val bis_O_thm = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
584 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
585 |
val prems = |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
586 |
[HOLogic.mk_Trueprop (mk_bis Bs ss B's s's Rs), |
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
587 |
HOLogic.mk_Trueprop (mk_bis B's s's B''s s''s R's)]; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
588 |
val concl = |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
589 |
HOLogic.mk_Trueprop (mk_bis Bs ss B''s s''s (map2 (curry mk_rel_comp) Rs R's)); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
590 |
in |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
591 |
Goal.prove_sorry lthy [] [] (Logic.list_implies (prems, concl)) |
51893
596baae88a88
got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents:
51869
diff
changeset
|
592 |
(K (mk_bis_O_tac lthy m bis_rel_thm rel_congs rel_OOs)) |
49109
0e5b859e1c91
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents:
49105
diff
changeset
|
593 |
|> Thm.close_derivation |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
594 |
|> singleton (Proof_Context.export names_lthy lthy) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
595 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
596 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
597 |
val bis_Gr_thm = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
598 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
599 |
val concl = |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
600 |
HOLogic.mk_Trueprop (mk_bis Bs ss B's s's (map2 mk_Gr Bs fs)); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
601 |
in |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
602 |
Goal.prove_sorry lthy [] [] (Logic.list_implies ([coalg_prem, mor_prem], concl)) |
55197 | 603 |
(fn {context = ctxt, prems = _} => mk_bis_Gr_tac ctxt bis_rel_thm rel_Grps mor_image_thms |
604 |
morE_thms coalg_in_thms) |
|
49109
0e5b859e1c91
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents:
49105
diff
changeset
|
605 |
|> Thm.close_derivation |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
606 |
|> singleton (Proof_Context.export names_lthy lthy) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
607 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
608 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
609 |
val bis_image2_thm = bis_cong_thm OF |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
610 |
((bis_O_thm OF [bis_Gr_thm RS bis_converse_thm, bis_Gr_thm]) :: |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
611 |
replicate n @{thm image2_Gr}); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
612 |
|
51447 | 613 |
val bis_Id_on_thm = bis_cong_thm OF ((mor_id_thm RSN (2, bis_Gr_thm)) :: |
614 |
replicate n @{thm Id_on_Gr}); |
|
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
615 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
616 |
val bis_Union_thm = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
617 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
618 |
val prem = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
619 |
HOLogic.mk_Trueprop (mk_Ball Idx |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
620 |
(Term.absfree idx' (mk_bis Bs ss B's s's (map (fn R => R $ idx) Ris)))); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
621 |
val concl = |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
622 |
HOLogic.mk_Trueprop (mk_bis Bs ss B's s's (map (mk_UNION Idx) Ris)); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
623 |
in |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
624 |
Goal.prove_sorry lthy [] [] (Logic.mk_implies (prem, concl)) |
55197 | 625 |
(fn {context = ctxt, prems = _} => mk_bis_Union_tac ctxt bis_def in_mono'_thms) |
49109
0e5b859e1c91
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents:
49105
diff
changeset
|
626 |
|> Thm.close_derivation |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
627 |
|> singleton (Proof_Context.export names_lthy lthy) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
628 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
629 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
630 |
(* self-bisimulation *) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
631 |
|
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
632 |
fun mk_sbis Bs ss Rs = mk_bis Bs ss Bs ss Rs; |
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
633 |
|
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
634 |
val sbis_prem = HOLogic.mk_Trueprop (mk_sbis Bs ss sRs); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
635 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
636 |
(* largest self-bisimulation *) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
637 |
|
53566 | 638 |
val lsbis_binds = mk_internal_bs lsbisN; |
639 |
fun lsbis_bind i = nth lsbis_binds (i - 1); |
|
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
640 |
val lsbis_def_bind = rpair [] o Thm.def_binding o lsbis_bind; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
641 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
642 |
val all_sbis = HOLogic.mk_Collect (fst Rtuple', snd Rtuple', list_exists_free sRs |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
643 |
(HOLogic.mk_conj (HOLogic.mk_eq (Rtuple, HOLogic.mk_tuple sRs), mk_sbis Bs ss sRs))); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
644 |
|
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
645 |
fun lsbis_spec i = |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
646 |
fold_rev (Term.absfree o Term.dest_Free) (Bs @ ss) |
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
647 |
(mk_UNION all_sbis (Term.absfree Rtuple' (mk_nthN n Rtuple i))); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
648 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
649 |
val ((lsbis_frees, (_, lsbis_def_frees)), (lthy, lthy_old)) = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
650 |
lthy |
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
651 |
|> fold_map (fn i => Local_Theory.define |
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
652 |
((lsbis_bind i, NoSyn), (lsbis_def_bind i, lsbis_spec i))) ks |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
653 |
|>> apsnd split_list o split_list |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
654 |
||> `Local_Theory.restore; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
655 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
656 |
val phi = Proof_Context.export_morphism lthy_old lthy; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
657 |
|
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
658 |
val lsbis_defs = map (fn def => |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
659 |
mk_unabs_def (2 * n) (Morphism.thm phi def RS meta_eq_to_obj_eq)) lsbis_def_frees; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
660 |
val lsbiss = map (fst o Term.dest_Const o Morphism.term phi) lsbis_frees; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
661 |
|
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
662 |
fun mk_lsbis Bs ss i = |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
663 |
let |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
664 |
val args = Bs @ ss; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
665 |
val Ts = map fastype_of args; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
666 |
val RT = mk_relT (`I (HOLogic.dest_setT (fastype_of (nth Bs (i - 1))))); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
667 |
val lsbisT = Library.foldr (op -->) (Ts, RT); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
668 |
in |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
669 |
Term.list_comb (Const (nth lsbiss (i - 1), lsbisT), args) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
670 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
671 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
672 |
val sbis_lsbis_thm = |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
673 |
Goal.prove_sorry lthy [] [] (HOLogic.mk_Trueprop (mk_sbis Bs ss (map (mk_lsbis Bs ss) ks))) |
51798 | 674 |
(K (mk_sbis_lsbis_tac lthy lsbis_defs bis_Union_thm bis_cong_thm)) |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
675 |
|> Thm.close_derivation |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
676 |
|> singleton (Proof_Context.export names_lthy lthy); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
677 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
678 |
val lsbis_incl_thms = map (fn i => sbis_lsbis_thm RS |
52904 | 679 |
(bis_def RS iffD1 RS conjunct1 RS mk_conjunctN n i)) ks; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
680 |
val lsbisE_thms = map (fn i => (mk_specN 2 (sbis_lsbis_thm RS |
52904 | 681 |
(bis_def RS iffD1 RS conjunct2 RS mk_conjunctN n i))) RS mp) ks; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
682 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
683 |
val incl_lsbis_thms = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
684 |
let |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
685 |
fun mk_concl i R = HOLogic.mk_Trueprop (mk_leq R (mk_lsbis Bs ss i)); |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
686 |
val goals = map2 (fn i => fn R => Logic.mk_implies (sbis_prem, mk_concl i R)) ks sRs; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
687 |
in |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
688 |
map3 (fn goal => fn i => fn def => |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
689 |
Goal.prove_sorry lthy [] [] goal (K (mk_incl_lsbis_tac n i def)) |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
690 |
|> Thm.close_derivation |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
691 |
|> singleton (Proof_Context.export names_lthy lthy)) goals ks lsbis_defs |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
692 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
693 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
694 |
val equiv_lsbis_thms = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
695 |
let |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
696 |
fun mk_concl i B = HOLogic.mk_Trueprop (mk_equiv B (mk_lsbis Bs ss i)); |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
697 |
val goals = map2 (fn i => fn B => Logic.mk_implies (coalg_prem, mk_concl i B)) ks Bs; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
698 |
in |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
699 |
map3 (fn goal => fn l_incl => fn incl_l => |
51551 | 700 |
Goal.prove_sorry lthy [] [] goal |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
701 |
(K (mk_equiv_lsbis_tac sbis_lsbis_thm l_incl incl_l |
51447 | 702 |
bis_Id_on_thm bis_converse_thm bis_O_thm)) |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
703 |
|> Thm.close_derivation |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
704 |
|> singleton (Proof_Context.export names_lthy lthy)) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
705 |
goals lsbis_incl_thms incl_lsbis_thms |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
706 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
707 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
708 |
val timer = time (timer "Bisimulations"); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
709 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
710 |
(* bounds *) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
711 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
712 |
val (lthy, sbd, sbdT, |
52635
4f84b730c489
got rid of in_bd BNF property (derivable from set_bd+map_cong+map_comp+map_id)
traytel
parents:
52634
diff
changeset
|
713 |
sbd_card_order, sbd_Cinfinite, sbd_Card_order, set_sbdss) = |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
714 |
if n = 1 |
52635
4f84b730c489
got rid of in_bd BNF property (derivable from set_bd+map_cong+map_comp+map_id)
traytel
parents:
52634
diff
changeset
|
715 |
then (lthy, sum_bd, sum_bdT, bd_card_order, bd_Cinfinite, bd_Card_order, set_bdss) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
716 |
else |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
717 |
let |
53566 | 718 |
val sbdT_bind = mk_internal_b sum_bdTN; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
719 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
720 |
val ((sbdT_name, (sbdT_glob_info, sbdT_loc_info)), lthy) = |
56516
a13c2ccc160b
more accurate type arguments for intermeadiate typedefs
traytel
parents:
56348
diff
changeset
|
721 |
typedef (sbdT_bind, sum_bdT_params', NoSyn) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
722 |
(HOLogic.mk_UNIV sum_bdT) NONE (EVERY' [rtac exI, rtac UNIV_I] 1) lthy; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
723 |
|
56516
a13c2ccc160b
more accurate type arguments for intermeadiate typedefs
traytel
parents:
56348
diff
changeset
|
724 |
val sbdT = Type (sbdT_name, sum_bdT_params); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
725 |
val Abs_sbdT = Const (#Abs_name sbdT_glob_info, sum_bdT --> sbdT); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
726 |
|
53566 | 727 |
val sbd_bind = mk_internal_b sum_bdN; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
728 |
val sbd_def_bind = (Thm.def_binding sbd_bind, []); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
729 |
|
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
730 |
val sbd_spec = mk_dir_image sum_bd Abs_sbdT; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
731 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
732 |
val ((sbd_free, (_, sbd_def_free)), (lthy, lthy_old)) = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
733 |
lthy |
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
734 |
|> Local_Theory.define ((sbd_bind, NoSyn), (sbd_def_bind, sbd_spec)) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
735 |
||> `Local_Theory.restore; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
736 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
737 |
val phi = Proof_Context.export_morphism lthy_old lthy; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
738 |
|
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
739 |
val sbd_def = Morphism.thm phi sbd_def_free RS meta_eq_to_obj_eq; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
740 |
val sbd = Const (fst (Term.dest_Const (Morphism.term phi sbd_free)), mk_relT (`I sbdT)); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
741 |
|
49228 | 742 |
val Abs_sbdT_inj = mk_Abs_inj_thm (#Abs_inject sbdT_loc_info); |
743 |
val Abs_sbdT_bij = mk_Abs_bij_thm lthy Abs_sbdT_inj (#Abs_cases sbdT_loc_info); |
|
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
744 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
745 |
val sum_Cinfinite = mk_sum_Cinfinite bd_Cinfinites; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
746 |
val sum_Card_order = sum_Cinfinite RS conjunct2; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
747 |
val sum_card_order = mk_sum_card_order bd_card_orders; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
748 |
|
55770
f2cf7f92c9ac
intermediate typedef for the type of the bound (local to lfp)
traytel
parents:
55756
diff
changeset
|
749 |
val sbd_ordIso = @{thm ssubst_Pair_rhs} OF |
f2cf7f92c9ac
intermediate typedef for the type of the bound (local to lfp)
traytel
parents:
55756
diff
changeset
|
750 |
[@{thm dir_image} OF [Abs_sbdT_inj, sum_Card_order], sbd_def]; |
f2cf7f92c9ac
intermediate typedef for the type of the bound (local to lfp)
traytel
parents:
55756
diff
changeset
|
751 |
val sbd_card_order = @{thm iffD2[OF arg_cong[of _ _ card_order]]} OF |
f2cf7f92c9ac
intermediate typedef for the type of the bound (local to lfp)
traytel
parents:
55756
diff
changeset
|
752 |
[sbd_def, @{thm card_order_dir_image} OF [Abs_sbdT_bij, sum_card_order]]; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
753 |
val sbd_Cinfinite = @{thm Cinfinite_cong} OF [sbd_ordIso, sum_Cinfinite]; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
754 |
val sbd_Card_order = sbd_Cinfinite RS conjunct2; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
755 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
756 |
fun mk_set_sbd i bd_Card_order bds = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
757 |
map (fn thm => @{thm ordLeq_ordIso_trans} OF |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
758 |
[bd_Card_order RS mk_ordLeq_csum n i thm, sbd_ordIso]) bds; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
759 |
val set_sbdss = map3 mk_set_sbd ks bd_Card_orders set_bdss; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
760 |
in |
52635
4f84b730c489
got rid of in_bd BNF property (derivable from set_bd+map_cong+map_comp+map_id)
traytel
parents:
52634
diff
changeset
|
761 |
(lthy, sbd, sbdT, sbd_card_order, sbd_Cinfinite, sbd_Card_order, set_sbdss) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
762 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
763 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
764 |
val sbdTs = replicate n sbdT; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
765 |
val sum_sbdT = mk_sumTN sbdTs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
766 |
val sum_sbd_listT = HOLogic.listT sum_sbdT; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
767 |
val sum_sbd_list_setT = HOLogic.mk_setT sum_sbd_listT; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
768 |
val bdTs = passiveAs @ replicate n sbdT; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
769 |
val to_sbd_maps = map4 mk_map_of_bnf Dss Ass (replicate n bdTs) bnfs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
770 |
val bdFTs = mk_FTs bdTs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
771 |
val sbdFT = mk_sumTN bdFTs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
772 |
val treeT = HOLogic.mk_prodT (sum_sbd_list_setT, sum_sbd_listT --> sbdFT); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
773 |
val treeQT = HOLogic.mk_setT treeT; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
774 |
val treeTs = passiveAs @ replicate n treeT; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
775 |
val treeQTs = passiveAs @ replicate n treeQT; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
776 |
val treeFTs = mk_FTs treeTs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
777 |
val tree_maps = map4 mk_map_of_bnf Dss (replicate n bdTs) (replicate n treeTs) bnfs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
778 |
val final_maps = map4 mk_map_of_bnf Dss (replicate n treeTs) (replicate n treeQTs) bnfs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
779 |
val isNode_setss = mk_setss (passiveAs @ replicate n sbdT); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
780 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
781 |
val root = HOLogic.mk_set sum_sbd_listT [HOLogic.mk_list sum_sbdT []]; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
782 |
val Zero = HOLogic.mk_tuple (map (fn U => absdummy U root) activeAs); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
783 |
val Lev_recT = fastype_of Zero; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
784 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
785 |
val Nil = HOLogic.mk_tuple (map3 (fn i => fn z => fn z'=> |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
786 |
Term.absfree z' (mk_InN activeAs z i)) ks zs zs'); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
787 |
val rv_recT = fastype_of Nil; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
788 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
789 |
val (((((((((((sumx, sumx'), (kks, kks')), (kl, kl')), (kl_copy, kl'_copy)), (Kl, Kl')), |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
790 |
(lab, lab')), (Kl_lab, Kl_lab')), xs), (Lev_rec, Lev_rec')), (rv_rec, rv_rec')), |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
791 |
names_lthy) = names_lthy |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
792 |
|> yield_singleton (apfst (op ~~) oo mk_Frees' "sumx") sum_sbdT |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
793 |
||>> mk_Frees' "k" sbdTs |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
794 |
||>> yield_singleton (apfst (op ~~) oo mk_Frees' "kl") sum_sbd_listT |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
795 |
||>> yield_singleton (apfst (op ~~) oo mk_Frees' "kl") sum_sbd_listT |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
796 |
||>> yield_singleton (apfst (op ~~) oo mk_Frees' "Kl") sum_sbd_list_setT |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
797 |
||>> yield_singleton (apfst (op ~~) oo mk_Frees' "lab") (sum_sbd_listT --> sbdFT) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
798 |
||>> yield_singleton (apfst (op ~~) oo mk_Frees' "Kl_lab") treeT |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
799 |
||>> mk_Frees "x" bdFTs |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
800 |
||>> yield_singleton (apfst (op ~~) oo mk_Frees' "rec") Lev_recT |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
801 |
||>> yield_singleton (apfst (op ~~) oo mk_Frees' "rec") rv_recT; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
802 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
803 |
val (k, k') = (hd kks, hd kks') |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
804 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
805 |
val timer = time (timer "Bounds"); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
806 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
807 |
(* tree coalgebra *) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
808 |
|
53566 | 809 |
val isNode_binds = mk_internal_bs isNodeN; |
810 |
fun isNode_bind i = nth isNode_binds (i - 1); |
|
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
811 |
val isNode_def_bind = rpair [] o Thm.def_binding o isNode_bind; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
812 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
813 |
val isNodeT = |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
814 |
Library.foldr (op -->) (map fastype_of [Kl, lab, kl], HOLogic.boolT); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
815 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
816 |
val Succs = map3 (fn i => fn k => fn k' => |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
817 |
HOLogic.mk_Collect (fst k', snd k', HOLogic.mk_mem (mk_InN sbdTs k i, mk_Succ Kl kl))) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
818 |
ks kks kks'; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
819 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
820 |
fun isNode_spec sets x i = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
821 |
let |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
822 |
val active_sets = drop m (map (fn set => set $ x) sets); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
823 |
val rhs = list_exists_free [x] |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
824 |
(Library.foldr1 HOLogic.mk_conj (HOLogic.mk_eq (lab $ kl, mk_InN bdFTs x i) :: |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
825 |
map2 (curry HOLogic.mk_eq) active_sets Succs)); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
826 |
in |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
827 |
fold_rev (Term.absfree o Term.dest_Free) [Kl, lab, kl] rhs |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
828 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
829 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
830 |
val ((isNode_frees, (_, isNode_def_frees)), (lthy, lthy_old)) = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
831 |
lthy |
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
832 |
|> fold_map3 (fn i => fn x => fn sets => Local_Theory.define |
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
833 |
((isNode_bind i, NoSyn), (isNode_def_bind i, isNode_spec sets x i))) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
834 |
ks xs isNode_setss |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
835 |
|>> apsnd split_list o split_list |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
836 |
||> `Local_Theory.restore; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
837 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
838 |
val phi = Proof_Context.export_morphism lthy_old lthy; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
839 |
|
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
840 |
val isNode_defs = map (fn def => |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
841 |
mk_unabs_def 3 (Morphism.thm phi def RS meta_eq_to_obj_eq)) isNode_def_frees; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
842 |
val isNodes = map (fst o Term.dest_Const o Morphism.term phi) isNode_frees; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
843 |
|
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
844 |
fun mk_isNode kl i = |
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
845 |
Term.list_comb (Const (nth isNodes (i - 1), isNodeT), [Kl, lab, kl]); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
846 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
847 |
val isTree = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
848 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
849 |
val empty = HOLogic.mk_mem (HOLogic.mk_list sum_sbdT [], Kl); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
850 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
851 |
val tree = mk_Ball Kl (Term.absfree kl' |
55581
d1c228753d76
another simplification of internal codatatype construction
traytel
parents:
55577
diff
changeset
|
852 |
(Library.foldr1 HOLogic.mk_conj (map4 (fn Succ => fn i => fn k => fn k' => |
d1c228753d76
another simplification of internal codatatype construction
traytel
parents:
55577
diff
changeset
|
853 |
mk_Ball Succ (Term.absfree k' (mk_isNode |
d1c228753d76
another simplification of internal codatatype construction
traytel
parents:
55577
diff
changeset
|
854 |
(mk_append (kl, HOLogic.mk_list sum_sbdT [mk_InN sbdTs k i])) i))) |
d1c228753d76
another simplification of internal codatatype construction
traytel
parents:
55577
diff
changeset
|
855 |
Succs ks kks kks'))); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
856 |
in |
55577
a6c2379078c8
simplifications of internal codatatype construction
traytel
parents:
55541
diff
changeset
|
857 |
HOLogic.mk_conj (empty, tree) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
858 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
859 |
|
53566 | 860 |
val carT_binds = mk_internal_bs carTN; |
861 |
fun carT_bind i = nth carT_binds (i - 1); |
|
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
862 |
val carT_def_bind = rpair [] o Thm.def_binding o carT_bind; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
863 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
864 |
fun carT_spec i = |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
865 |
HOLogic.mk_Collect (fst Kl_lab', snd Kl_lab', list_exists_free [Kl, lab] |
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
866 |
(HOLogic.mk_conj (HOLogic.mk_eq (Kl_lab, HOLogic.mk_prod (Kl, lab)), |
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
867 |
HOLogic.mk_conj (isTree, mk_isNode (HOLogic.mk_list sum_sbdT []) i)))); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
868 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
869 |
val ((carT_frees, (_, carT_def_frees)), (lthy, lthy_old)) = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
870 |
lthy |
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
871 |
|> fold_map (fn i => |
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
872 |
Local_Theory.define ((carT_bind i, NoSyn), (carT_def_bind i, carT_spec i))) ks |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
873 |
|>> apsnd split_list o split_list |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
874 |
||> `Local_Theory.restore; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
875 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
876 |
val phi = Proof_Context.export_morphism lthy_old lthy; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
877 |
|
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
878 |
val carT_defs = map (fn def => Morphism.thm phi def RS meta_eq_to_obj_eq) carT_def_frees; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
879 |
val carTs = map (fst o Term.dest_Const o Morphism.term phi) carT_frees; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
880 |
|
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
881 |
fun mk_carT i = Const (nth carTs (i - 1), HOLogic.mk_setT treeT); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
882 |
|
53566 | 883 |
val strT_binds = mk_internal_bs strTN; |
884 |
fun strT_bind i = nth strT_binds (i - 1); |
|
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
885 |
val strT_def_bind = rpair [] o Thm.def_binding o strT_bind; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
886 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
887 |
fun strT_spec mapFT FT i = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
888 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
889 |
fun mk_f i k k' = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
890 |
let val in_k = mk_InN sbdTs k i; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
891 |
in Term.absfree k' (HOLogic.mk_prod (mk_Shift Kl in_k, mk_shift lab in_k)) end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
892 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
893 |
val f = Term.list_comb (mapFT, passive_ids @ map3 mk_f ks kks kks'); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
894 |
val (fTs1, fTs2) = apsnd tl (chop (i - 1) (map (fn T => T --> FT) bdFTs)); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
895 |
val fs = map mk_undefined fTs1 @ (f :: map mk_undefined fTs2); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
896 |
in |
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
897 |
HOLogic.mk_split (Term.absfree Kl' (Term.absfree lab' |
55414
eab03e9cee8a
renamed '{prod,sum,bool,unit}_case' to 'case_...'
blanchet
parents:
55413
diff
changeset
|
898 |
(mk_case_sumN fs $ (lab $ HOLogic.mk_list sum_sbdT [])))) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
899 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
900 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
901 |
val ((strT_frees, (_, strT_def_frees)), (lthy, lthy_old)) = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
902 |
lthy |
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
903 |
|> fold_map3 (fn i => fn mapFT => fn FT => Local_Theory.define |
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
904 |
((strT_bind i, NoSyn), (strT_def_bind i, strT_spec mapFT FT i))) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
905 |
ks tree_maps treeFTs |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
906 |
|>> apsnd split_list o split_list |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
907 |
||> `Local_Theory.restore; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
908 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
909 |
val phi = Proof_Context.export_morphism lthy_old lthy; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
910 |
|
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
911 |
val strT_defs = map (fn def => |
55642
63beb38e9258
adapted to renaming of datatype 'cases' and 'recs' to 'case' and 'rec'
blanchet
parents:
55602
diff
changeset
|
912 |
trans OF [Morphism.thm phi def RS meta_eq_to_obj_eq RS fun_cong, @{thm prod.case}]) |
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
913 |
strT_def_frees; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
914 |
val strTs = map (fst o Term.dest_Const o Morphism.term phi) strT_frees; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
915 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
916 |
fun mk_strT FT i = Const (nth strTs (i - 1), treeT --> FT); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
917 |
|
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
918 |
val carTAs = map mk_carT ks; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
919 |
val strTAs = map2 mk_strT treeFTs ks; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
920 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
921 |
val coalgT_thm = |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
922 |
Goal.prove_sorry lthy [] [] (HOLogic.mk_Trueprop (mk_coalg carTAs strTAs)) |
55197 | 923 |
(fn {context = ctxt, prems = _} => mk_coalgT_tac ctxt m |
924 |
(coalg_def :: isNode_defs @ carT_defs) strT_defs set_mapss) |
|
49109
0e5b859e1c91
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents:
49105
diff
changeset
|
925 |
|> Thm.close_derivation; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
926 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
927 |
val timer = time (timer "Tree coalgebra"); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
928 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
929 |
fun mk_to_sbd s x i i' = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
930 |
mk_toCard (nth (nth setssAs (i - 1)) (m + i' - 1) $ (s $ x)) sbd; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
931 |
fun mk_from_sbd s x i i' = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
932 |
mk_fromCard (nth (nth setssAs (i - 1)) (m + i' - 1) $ (s $ x)) sbd; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
933 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
934 |
fun mk_to_sbd_thmss thm = map (map (fn set_sbd => |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
935 |
thm OF [set_sbd, sbd_Card_order]) o drop m) set_sbdss; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
936 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
937 |
val to_sbd_inj_thmss = mk_to_sbd_thmss @{thm toCard_inj}; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
938 |
val from_to_sbd_thmss = mk_to_sbd_thmss @{thm fromCard_toCard}; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
939 |
|
53566 | 940 |
val Lev_bind = mk_internal_b LevN; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
941 |
val Lev_def_bind = rpair [] (Thm.def_binding Lev_bind); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
942 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
943 |
val Lev_spec = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
944 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
945 |
fun mk_Suc i s setsAs a a' = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
946 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
947 |
val sets = drop m setsAs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
948 |
fun mk_set i' set b = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
949 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
950 |
val Cons = HOLogic.mk_eq (kl_copy, |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
951 |
mk_Cons (mk_InN sbdTs (mk_to_sbd s a i i' $ b) i') kl) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
952 |
val b_set = HOLogic.mk_mem (b, set $ (s $ a)); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
953 |
val kl_rec = HOLogic.mk_mem (kl, mk_nthN n Lev_rec i' $ b); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
954 |
in |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
955 |
HOLogic.mk_Collect (fst kl'_copy, snd kl'_copy, list_exists_free [b, kl] |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
956 |
(HOLogic.mk_conj (Cons, HOLogic.mk_conj (b_set, kl_rec)))) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
957 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
958 |
in |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
959 |
Term.absfree a' (Library.foldl1 mk_union (map3 mk_set ks sets zs_copy)) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
960 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
961 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
962 |
val Suc = Term.absdummy HOLogic.natT (Term.absfree Lev_rec' |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
963 |
(HOLogic.mk_tuple (map5 mk_Suc ks ss setssAs zs zs'))); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
964 |
|
55415 | 965 |
val rhs = mk_rec_nat Zero Suc; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
966 |
in |
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
967 |
fold_rev (Term.absfree o Term.dest_Free) ss rhs |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
968 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
969 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
970 |
val ((Lev_free, (_, Lev_def_free)), (lthy, lthy_old)) = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
971 |
lthy |
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
972 |
|> Local_Theory.define ((Lev_bind, NoSyn), (Lev_def_bind, Lev_spec)) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
973 |
||> `Local_Theory.restore; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
974 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
975 |
val phi = Proof_Context.export_morphism lthy_old lthy; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
976 |
|
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
977 |
val Lev_def = mk_unabs_def n (Morphism.thm phi Lev_def_free RS meta_eq_to_obj_eq); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
978 |
val Lev = fst (Term.dest_Const (Morphism.term phi Lev_free)); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
979 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
980 |
fun mk_Lev ss nat i = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
981 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
982 |
val Ts = map fastype_of ss; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
983 |
val LevT = Library.foldr (op -->) (Ts, HOLogic.natT --> |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
984 |
HOLogic.mk_tupleT (map (fn U => domain_type U --> sum_sbd_list_setT) Ts)); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
985 |
in |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
986 |
mk_nthN n (Term.list_comb (Const (Lev, LevT), ss) $ nat) i |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
987 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
988 |
|
55416 | 989 |
val Lev_0s = flat (mk_rec_simps n @{thm rec_nat_0_imp} [Lev_def]); |
990 |
val Lev_Sucs = flat (mk_rec_simps n @{thm rec_nat_Suc_imp} [Lev_def]); |
|
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
991 |
|
53566 | 992 |
val rv_bind = mk_internal_b rvN; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
993 |
val rv_def_bind = rpair [] (Thm.def_binding rv_bind); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
994 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
995 |
val rv_spec = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
996 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
997 |
fun mk_Cons i s b b' = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
998 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
999 |
fun mk_case i' = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1000 |
Term.absfree k' (mk_nthN n rv_rec i' $ (mk_from_sbd s b i i' $ k)); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1001 |
in |
55414
eab03e9cee8a
renamed '{prod,sum,bool,unit}_case' to 'case_...'
blanchet
parents:
55413
diff
changeset
|
1002 |
Term.absfree b' (mk_case_sumN (map mk_case ks) $ sumx) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1003 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1004 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1005 |
val Cons = Term.absfree sumx' (Term.absdummy sum_sbd_listT (Term.absfree rv_rec' |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1006 |
(HOLogic.mk_tuple (map4 mk_Cons ks ss zs zs')))); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1007 |
|
55413
a8e96847523c
adapted theories to '{case,rec}_{list,option}' names
blanchet
parents:
55393
diff
changeset
|
1008 |
val rhs = mk_rec_list Nil Cons; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1009 |
in |
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
1010 |
fold_rev (Term.absfree o Term.dest_Free) ss rhs |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1011 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1012 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1013 |
val ((rv_free, (_, rv_def_free)), (lthy, lthy_old)) = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1014 |
lthy |
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
1015 |
|> Local_Theory.define ((rv_bind, NoSyn), (rv_def_bind, rv_spec)) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1016 |
||> `Local_Theory.restore; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1017 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1018 |
val phi = Proof_Context.export_morphism lthy_old lthy; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1019 |
|
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
1020 |
val rv_def = mk_unabs_def n (Morphism.thm phi rv_def_free RS meta_eq_to_obj_eq); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1021 |
val rv = fst (Term.dest_Const (Morphism.term phi rv_free)); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1022 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1023 |
fun mk_rv ss kl i = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1024 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1025 |
val Ts = map fastype_of ss; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1026 |
val As = map domain_type Ts; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1027 |
val rvT = Library.foldr (op -->) (Ts, fastype_of kl --> |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1028 |
HOLogic.mk_tupleT (map (fn U => U --> mk_sumTN As) As)); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1029 |
in |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1030 |
mk_nthN n (Term.list_comb (Const (rv, rvT), ss) $ kl) i |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1031 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1032 |
|
55413
a8e96847523c
adapted theories to '{case,rec}_{list,option}' names
blanchet
parents:
55393
diff
changeset
|
1033 |
val rv_Nils = flat (mk_rec_simps n @{thm rec_list_Nil_imp} [rv_def]); |
a8e96847523c
adapted theories to '{case,rec}_{list,option}' names
blanchet
parents:
55393
diff
changeset
|
1034 |
val rv_Conss = flat (mk_rec_simps n @{thm rec_list_Cons_imp} [rv_def]); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1035 |
|
53566 | 1036 |
val beh_binds = mk_internal_bs behN; |
1037 |
fun beh_bind i = nth beh_binds (i - 1); |
|
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1038 |
val beh_def_bind = rpair [] o Thm.def_binding o beh_bind; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1039 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1040 |
fun beh_spec i z = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1041 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1042 |
fun mk_case i to_sbd_map s k k' = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1043 |
Term.absfree k' (mk_InN bdFTs |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1044 |
(Term.list_comb (to_sbd_map, passive_ids @ map (mk_to_sbd s k i) ks) $ (s $ k)) i); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1045 |
|
55577
a6c2379078c8
simplifications of internal codatatype construction
traytel
parents:
55541
diff
changeset
|
1046 |
val Lab = Term.absfree kl' |
a6c2379078c8
simplifications of internal codatatype construction
traytel
parents:
55541
diff
changeset
|
1047 |
(mk_case_sumN (map5 mk_case ks to_sbd_maps ss zs zs') $ (mk_rv ss kl i $ z)); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1048 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1049 |
val rhs = HOLogic.mk_prod (mk_UNION (HOLogic.mk_UNIV HOLogic.natT) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1050 |
(Term.absfree nat' (mk_Lev ss nat i $ z)), Lab); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1051 |
in |
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
1052 |
fold_rev (Term.absfree o Term.dest_Free) (ss @ [z]) rhs |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1053 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1054 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1055 |
val ((beh_frees, (_, beh_def_frees)), (lthy, lthy_old)) = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1056 |
lthy |
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
1057 |
|> fold_map2 (fn i => fn z => |
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
1058 |
Local_Theory.define ((beh_bind i, NoSyn), (beh_def_bind i, beh_spec i z))) ks zs |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1059 |
|>> apsnd split_list o split_list |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1060 |
||> `Local_Theory.restore; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1061 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1062 |
val phi = Proof_Context.export_morphism lthy_old lthy; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1063 |
|
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
1064 |
val beh_defs = map (fn def => |
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
1065 |
mk_unabs_def (n + 1) (Morphism.thm phi def RS meta_eq_to_obj_eq)) beh_def_frees; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1066 |
val behs = map (fst o Term.dest_Const o Morphism.term phi) beh_frees; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1067 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1068 |
fun mk_beh ss i = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1069 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1070 |
val Ts = map fastype_of ss; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1071 |
val behT = Library.foldr (op -->) (Ts, nth activeAs (i - 1) --> treeT); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1072 |
in |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1073 |
Term.list_comb (Const (nth behs (i - 1), behT), ss) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1074 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1075 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1076 |
val (length_Lev_thms, length_Lev'_thms) = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1077 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1078 |
fun mk_conjunct i z = HOLogic.mk_imp (HOLogic.mk_mem (kl, mk_Lev ss nat i $ z), |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1079 |
HOLogic.mk_eq (mk_size kl, nat)); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1080 |
val goal = list_all_free (kl :: zs) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1081 |
(Library.foldr1 HOLogic.mk_conj (map2 mk_conjunct ks zs)); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1082 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1083 |
val cts = map (SOME o certify lthy) [Term.absfree nat' goal, nat]; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1084 |
|
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1085 |
val length_Lev = |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1086 |
Goal.prove_sorry lthy [] [] (HOLogic.mk_Trueprop goal) |
51798 | 1087 |
(K (mk_length_Lev_tac lthy cts Lev_0s Lev_Sucs)) |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1088 |
|> Thm.close_derivation |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1089 |
|> singleton (Proof_Context.export names_lthy lthy); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1090 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1091 |
val length_Lev' = mk_specN (n + 1) length_Lev; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1092 |
val length_Levs = map (fn i => length_Lev' RS mk_conjunctN n i RS mp) ks; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1093 |
|
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1094 |
fun mk_goal i z = Logic.mk_implies |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1095 |
(HOLogic.mk_Trueprop (HOLogic.mk_mem (kl, mk_Lev ss nat i $ z)), |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1096 |
HOLogic.mk_Trueprop (HOLogic.mk_mem (kl, mk_Lev ss (mk_size kl) i $ z))); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1097 |
val goals = map2 mk_goal ks zs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1098 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1099 |
val length_Levs' = map2 (fn goal => fn length_Lev => |
51551 | 1100 |
Goal.prove_sorry lthy [] [] goal (K (mk_length_Lev'_tac length_Lev)) |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1101 |
|> Thm.close_derivation |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1102 |
|> singleton (Proof_Context.export names_lthy lthy)) goals length_Levs; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1103 |
in |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1104 |
(length_Levs, length_Levs') |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1105 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1106 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1107 |
val rv_last_thmss = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1108 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1109 |
fun mk_conjunct i z i' z_copy = list_exists_free [z_copy] |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1110 |
(HOLogic.mk_eq |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1111 |
(mk_rv ss (mk_append (kl, HOLogic.mk_list sum_sbdT [mk_InN sbdTs k i'])) i $ z, |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1112 |
mk_InN activeAs z_copy i')); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1113 |
val goal = list_all_free (k :: zs) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1114 |
(Library.foldr1 HOLogic.mk_conj (map2 (fn i => fn z => |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1115 |
Library.foldr1 HOLogic.mk_conj |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1116 |
(map2 (mk_conjunct i z) ks zs_copy)) ks zs)); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1117 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1118 |
val cTs = [SOME (certifyT lthy sum_sbdT)]; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1119 |
val cts = map (SOME o certify lthy) [Term.absfree kl' goal, kl]; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1120 |
|
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1121 |
val rv_last = |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1122 |
Goal.prove_sorry lthy [] [] (HOLogic.mk_Trueprop goal) |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1123 |
(K (mk_rv_last_tac cTs cts rv_Nils rv_Conss)) |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1124 |
|> Thm.close_derivation |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1125 |
|> singleton (Proof_Context.export names_lthy lthy); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1126 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1127 |
val rv_last' = mk_specN (n + 1) rv_last; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1128 |
in |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1129 |
map (fn i => map (fn i' => rv_last' RS mk_conjunctN n i RS mk_conjunctN n i') ks) ks |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1130 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1131 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1132 |
val set_Lev_thmsss = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1133 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1134 |
fun mk_conjunct i z = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1135 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1136 |
fun mk_conjunct' i' sets s z' = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1137 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1138 |
fun mk_conjunct'' i'' set z'' = HOLogic.mk_imp |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1139 |
(HOLogic.mk_mem (z'', set $ (s $ z')), |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1140 |
HOLogic.mk_mem (mk_append (kl, |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1141 |
HOLogic.mk_list sum_sbdT [mk_InN sbdTs (mk_to_sbd s z' i' i'' $ z'') i'']), |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1142 |
mk_Lev ss (HOLogic.mk_Suc nat) i $ z)); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1143 |
in |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1144 |
HOLogic.mk_imp (HOLogic.mk_eq (mk_rv ss kl i $ z, mk_InN activeAs z' i'), |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1145 |
(Library.foldr1 HOLogic.mk_conj (map3 mk_conjunct'' ks (drop m sets) zs_copy2))) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1146 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1147 |
in |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1148 |
HOLogic.mk_imp (HOLogic.mk_mem (kl, mk_Lev ss nat i $ z), |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1149 |
Library.foldr1 HOLogic.mk_conj (map4 mk_conjunct' ks setssAs ss zs_copy)) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1150 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1151 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1152 |
val goal = list_all_free (kl :: zs @ zs_copy @ zs_copy2) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1153 |
(Library.foldr1 HOLogic.mk_conj (map2 mk_conjunct ks zs)); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1154 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1155 |
val cts = map (SOME o certify lthy) [Term.absfree nat' goal, nat]; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1156 |
|
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1157 |
val set_Lev = |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1158 |
Goal.prove_sorry lthy [] [] (HOLogic.mk_Trueprop goal) |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1159 |
(K (mk_set_Lev_tac lthy cts Lev_0s Lev_Sucs rv_Nils rv_Conss from_to_sbd_thmss)) |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1160 |
|> Thm.close_derivation |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1161 |
|> singleton (Proof_Context.export names_lthy lthy); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1162 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1163 |
val set_Lev' = mk_specN (3 * n + 1) set_Lev; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1164 |
in |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1165 |
map (fn i => map (fn i' => map (fn i'' => set_Lev' RS |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1166 |
mk_conjunctN n i RS mp RS |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1167 |
mk_conjunctN n i' RS mp RS |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1168 |
mk_conjunctN n i'' RS mp) ks) ks) ks |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1169 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1170 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1171 |
val set_image_Lev_thmsss = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1172 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1173 |
fun mk_conjunct i z = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1174 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1175 |
fun mk_conjunct' i' sets = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1176 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1177 |
fun mk_conjunct'' i'' set s z'' = HOLogic.mk_imp |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1178 |
(HOLogic.mk_eq (mk_rv ss kl i $ z, mk_InN activeAs z'' i''), |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1179 |
HOLogic.mk_mem (k, mk_image (mk_to_sbd s z'' i'' i') $ (set $ (s $ z'')))); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1180 |
in |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1181 |
HOLogic.mk_imp (HOLogic.mk_mem |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1182 |
(mk_append (kl, HOLogic.mk_list sum_sbdT [mk_InN sbdTs k i']), |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1183 |
mk_Lev ss (HOLogic.mk_Suc nat) i $ z), |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1184 |
(Library.foldr1 HOLogic.mk_conj (map4 mk_conjunct'' ks sets ss zs_copy))) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1185 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1186 |
in |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1187 |
HOLogic.mk_imp (HOLogic.mk_mem (kl, mk_Lev ss nat i $ z), |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1188 |
Library.foldr1 HOLogic.mk_conj (map2 mk_conjunct' ks (drop m setssAs'))) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1189 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1190 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1191 |
val goal = list_all_free (kl :: k :: zs @ zs_copy) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1192 |
(Library.foldr1 HOLogic.mk_conj (map2 mk_conjunct ks zs)); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1193 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1194 |
val cts = map (SOME o certify lthy) [Term.absfree nat' goal, nat]; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1195 |
|
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1196 |
val set_image_Lev = |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1197 |
Goal.prove_sorry lthy [] [] (HOLogic.mk_Trueprop goal) |
51798 | 1198 |
(K (mk_set_image_Lev_tac lthy cts Lev_0s Lev_Sucs rv_Nils rv_Conss |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1199 |
from_to_sbd_thmss to_sbd_inj_thmss)) |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1200 |
|> Thm.close_derivation |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1201 |
|> singleton (Proof_Context.export names_lthy lthy); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1202 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1203 |
val set_image_Lev' = mk_specN (2 * n + 2) set_image_Lev; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1204 |
in |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1205 |
map (fn i => map (fn i' => map (fn i'' => set_image_Lev' RS |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1206 |
mk_conjunctN n i RS mp RS |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1207 |
mk_conjunctN n i'' RS mp RS |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1208 |
mk_conjunctN n i' RS mp) ks) ks) ks |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1209 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1210 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1211 |
val mor_beh_thm = |
51551 | 1212 |
Goal.prove_sorry lthy [] [] |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1213 |
(HOLogic.mk_Trueprop (mk_mor active_UNIVs ss carTAs strTAs (map (mk_beh ss) ks))) |
55197 | 1214 |
(fn {context = ctxt, prems = _} => mk_mor_beh_tac ctxt m mor_def mor_cong_thm |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1215 |
beh_defs carT_defs strT_defs isNode_defs |
55577
a6c2379078c8
simplifications of internal codatatype construction
traytel
parents:
55541
diff
changeset
|
1216 |
to_sbd_inj_thmss from_to_sbd_thmss Lev_0s Lev_Sucs rv_Nils rv_Conss |
a6c2379078c8
simplifications of internal codatatype construction
traytel
parents:
55541
diff
changeset
|
1217 |
length_Lev_thms length_Lev'_thms rv_last_thmss set_Lev_thmsss |
a6c2379078c8
simplifications of internal codatatype construction
traytel
parents:
55541
diff
changeset
|
1218 |
set_image_Lev_thmsss set_mapss map_comp_id_thms map_cong0s) |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1219 |
|> Thm.close_derivation |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1220 |
|> singleton (Proof_Context.export names_lthy lthy); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1221 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1222 |
val timer = time (timer "Behavioral morphism"); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1223 |
|
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
1224 |
val lsbisAs = map (mk_lsbis carTAs strTAs) ks; |
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
1225 |
|
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
1226 |
fun mk_str_final i = |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1227 |
mk_univ (HOLogic.mk_comp (Term.list_comb (nth final_maps (i - 1), |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
1228 |
passive_ids @ map mk_proj lsbisAs), nth strTAs (i - 1))); |
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
1229 |
|
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
1230 |
val car_finals = map2 mk_quotient carTAs lsbisAs; |
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
1231 |
val str_finals = map mk_str_final ks; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1232 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1233 |
val coalgT_set_thmss = map (map (fn thm => coalgT_thm RS thm)) coalg_set_thmss; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1234 |
val equiv_LSBIS_thms = map (fn thm => coalgT_thm RS thm) equiv_lsbis_thms; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1235 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1236 |
val congruent_str_final_thms = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1237 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1238 |
fun mk_goal R final_map strT = |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
1239 |
HOLogic.mk_Trueprop (mk_congruent R (HOLogic.mk_comp |
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
1240 |
(Term.list_comb (final_map, passive_ids @ map mk_proj lsbisAs), strT))); |
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
1241 |
|
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
1242 |
val goals = map3 mk_goal lsbisAs final_maps strTAs; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1243 |
in |
51761
4c9f08836d87
renamed "map_cong" axiom to "map_cong0" in preparation for real "map_cong"
blanchet
parents:
51758
diff
changeset
|
1244 |
map4 (fn goal => fn lsbisE => fn map_comp_id => fn map_cong0 => |
51551 | 1245 |
Goal.prove_sorry lthy [] [] goal |
51761
4c9f08836d87
renamed "map_cong" axiom to "map_cong0" in preparation for real "map_cong"
blanchet
parents:
51758
diff
changeset
|
1246 |
(K (mk_congruent_str_final_tac m lsbisE map_comp_id map_cong0 equiv_LSBIS_thms)) |
49109
0e5b859e1c91
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents:
49105
diff
changeset
|
1247 |
|> Thm.close_derivation) |
51761
4c9f08836d87
renamed "map_cong" axiom to "map_cong0" in preparation for real "map_cong"
blanchet
parents:
51758
diff
changeset
|
1248 |
goals lsbisE_thms map_comp_id_thms map_cong0s |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1249 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1250 |
|
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
1251 |
val coalg_final_thm = Goal.prove_sorry lthy [] [] |
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
1252 |
(HOLogic.mk_Trueprop (mk_coalg car_finals str_finals)) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1253 |
(K (mk_coalg_final_tac m coalg_def congruent_str_final_thms equiv_LSBIS_thms |
53290 | 1254 |
set_mapss coalgT_set_thmss)) |
49109
0e5b859e1c91
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents:
49105
diff
changeset
|
1255 |
|> Thm.close_derivation; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1256 |
|
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
1257 |
val mor_T_final_thm = Goal.prove_sorry lthy [] [] |
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
1258 |
(HOLogic.mk_Trueprop (mk_mor carTAs strTAs car_finals str_finals (map mk_proj lsbisAs))) |
49109
0e5b859e1c91
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents:
49105
diff
changeset
|
1259 |
(K (mk_mor_T_final_tac mor_def congruent_str_final_thms equiv_LSBIS_thms)) |
0e5b859e1c91
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents:
49105
diff
changeset
|
1260 |
|> Thm.close_derivation; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1261 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1262 |
val mor_final_thm = mor_comp_thm OF [mor_beh_thm, mor_T_final_thm]; |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
1263 |
val in_car_final_thms = map (fn thm => thm OF [mor_final_thm, UNIV_I]) mor_image'_thms; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1264 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1265 |
val timer = time (timer "Final coalgebra"); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1266 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1267 |
val ((T_names, (T_glob_infos, T_loc_infos)), lthy) = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1268 |
lthy |
49169 | 1269 |
|> fold_map4 (fn b => fn mx => fn car_final => fn in_car_final => |
53566 | 1270 |
typedef (Binding.conceal b, params, mx) car_final NONE |
49169 | 1271 |
(EVERY' [rtac exI, rtac in_car_final] 1)) bs mixfixes car_finals in_car_final_thms |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1272 |
|>> apsnd split_list o split_list; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1273 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1274 |
val Ts = map (fn name => Type (name, params')) T_names; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1275 |
fun mk_Ts passive = map (Term.typ_subst_atomic (passiveAs ~~ passive)) Ts; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1276 |
val Ts' = mk_Ts passiveBs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1277 |
val Rep_Ts = map2 (fn info => fn T => Const (#Rep_name info, T --> treeQT)) T_glob_infos Ts; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1278 |
val Abs_Ts = map2 (fn info => fn T => Const (#Abs_name info, treeQT --> T)) T_glob_infos Ts; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1279 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1280 |
val Reps = map #Rep T_loc_infos; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1281 |
val Rep_injects = map #Rep_inject T_loc_infos; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1282 |
val Abs_inverses = map #Abs_inverse T_loc_infos; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1283 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1284 |
val timer = time (timer "THE TYPEDEFs & Rep/Abs thms"); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1285 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1286 |
val UNIVs = map HOLogic.mk_UNIV Ts; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1287 |
val FTs = mk_FTs (passiveAs @ Ts); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1288 |
val FTs_setss = mk_setss (passiveAs @ Ts); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1289 |
val map_FTs = map2 (fn Ds => mk_map_of_bnf Ds treeQTs (passiveAs @ Ts)) Dss bnfs; |
49504
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
1290 |
val unfold_fTs = map2 (curry op -->) activeAs Ts; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1291 |
val corec_sTs = map (Term.typ_subst_atomic (activeBs ~~ Ts)) sum_sTs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1292 |
val corec_maps = map (Term.subst_atomic_types (activeBs ~~ Ts)) map_Inls; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1293 |
val corec_maps_rev = map (Term.subst_atomic_types (activeBs ~~ Ts)) map_Inls_rev; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1294 |
val corec_Inls = map (Term.subst_atomic_types (activeBs ~~ Ts)) Inls; |
51739
3514b90d0a8b
(co)rec is (just as the (un)fold) the unique morphism;
traytel
parents:
51551
diff
changeset
|
1295 |
val corec_UNIVs = map2 (HOLogic.mk_UNIV oo curry mk_sumT) Ts activeAs; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1296 |
|
56113 | 1297 |
val emptys = map (fn T => HOLogic.mk_set T []) passiveAs; |
1298 |
val Zeros = map (fn empty => |
|
1299 |
HOLogic.mk_tuple (map (fn U => absdummy U empty) Ts)) emptys; |
|
1300 |
val hrecTs = map fastype_of Zeros; |
|
1301 |
||
1302 |
val (((((((((((((Jzs, Jzs'), Jz's), Jzs_copy), Jz's_copy), Jzs1), Jzs2), |
|
1303 |
TRs), unfold_fs), corec_ss), phis), dtor_set_induct_phiss), (hrecs, hrecs')), |
|
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1304 |
names_lthy) = names_lthy |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1305 |
|> mk_Frees' "z" Ts |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1306 |
||>> mk_Frees "y" Ts' |
51925 | 1307 |
||>> mk_Frees "z'" Ts |
1308 |
||>> mk_Frees "y'" Ts' |
|
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1309 |
||>> mk_Frees "z1" Ts |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1310 |
||>> mk_Frees "z2" Ts |
49591
91b228e26348
generate high-level "coinduct" and "strong_coinduct" properties
blanchet
parents:
49588
diff
changeset
|
1311 |
||>> mk_Frees "r" (map (mk_relT o `I) Ts) |
49504
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
1312 |
||>> mk_Frees "f" unfold_fTs |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1313 |
||>> mk_Frees "s" corec_sTs |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1314 |
||>> mk_Frees "P" (map2 mk_pred2T Ts Ts) |
56113 | 1315 |
||>> mk_Freess "P" (map (fn A => map (mk_pred2T A) Ts) passiveAs) |
1316 |
||>> mk_Frees' "rec" hrecTs; |
|
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1317 |
|
54492 | 1318 |
fun dtor_bind i = nth external_bs (i - 1) |> Binding.prefix_name (dtorN ^ "_"); |
53566 | 1319 |
val dtor_def_bind = rpair [] o Binding.conceal o Thm.def_binding o dtor_bind; |
49501 | 1320 |
|
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
1321 |
fun dtor_spec rep str map_FT Jz Jz' = |
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
1322 |
Term.absfree Jz' |
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
1323 |
(Term.list_comb (map_FT, map HOLogic.id_const passiveAs @ Abs_Ts) $ (str $ (rep $ Jz))); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1324 |
|
49501 | 1325 |
val ((dtor_frees, (_, dtor_def_frees)), (lthy, lthy_old)) = |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1326 |
lthy |
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
1327 |
|> fold_map6 (fn i => fn rep => fn str => fn mapx => fn Jz => fn Jz' => |
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
1328 |
Local_Theory.define ((dtor_bind i, NoSyn), |
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
1329 |
(dtor_def_bind i, dtor_spec rep str mapx Jz Jz'))) |
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
1330 |
ks Rep_Ts str_finals map_FTs Jzs Jzs' |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1331 |
|>> apsnd split_list o split_list |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1332 |
||> `Local_Theory.restore; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1333 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1334 |
val phi = Proof_Context.export_morphism lthy_old lthy; |
49501 | 1335 |
fun mk_dtors passive = |
49185
073d7d1b7488
respect order of/additional type variables supplied by the user in fixed point constructions;
traytel
parents:
49176
diff
changeset
|
1336 |
map (Term.subst_atomic_types (map (Morphism.typ phi) params' ~~ (mk_params passive)) o |
49501 | 1337 |
Morphism.term phi) dtor_frees; |
1338 |
val dtors = mk_dtors passiveAs; |
|
1339 |
val dtor's = mk_dtors passiveBs; |
|
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
1340 |
val dtor_defs = map (fn def => |
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
1341 |
Morphism.thm phi def RS meta_eq_to_obj_eq RS fun_cong) dtor_def_frees; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1342 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1343 |
val coalg_final_set_thmss = map (map (fn thm => coalg_final_thm RS thm)) coalg_set_thmss; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1344 |
val (mor_Rep_thm, mor_Abs_thm) = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1345 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1346 |
val mor_Rep = |
51551 | 1347 |
Goal.prove_sorry lthy [] [] |
49501 | 1348 |
(HOLogic.mk_Trueprop (mk_mor UNIVs dtors car_finals str_finals Rep_Ts)) |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
1349 |
(fn {context = ctxt, prems = _} => mk_mor_Rep_tac ctxt (mor_def :: dtor_defs) Reps |
55197 | 1350 |
Abs_inverses coalg_final_set_thmss map_comp_id_thms map_cong0L_thms) |
49109
0e5b859e1c91
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents:
49105
diff
changeset
|
1351 |
|> Thm.close_derivation; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1352 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1353 |
val mor_Abs = |
51551 | 1354 |
Goal.prove_sorry lthy [] [] |
49501 | 1355 |
(HOLogic.mk_Trueprop (mk_mor car_finals str_finals UNIVs dtors Abs_Ts)) |
55197 | 1356 |
(fn {context = ctxt, prems = _} => mk_mor_Abs_tac ctxt (mor_def :: dtor_defs) |
1357 |
Abs_inverses) |
|
49109
0e5b859e1c91
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents:
49105
diff
changeset
|
1358 |
|> Thm.close_derivation; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1359 |
in |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1360 |
(mor_Rep, mor_Abs) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1361 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1362 |
|
49501 | 1363 |
val timer = time (timer "dtor definitions & thms"); |
1364 |
||
54492 | 1365 |
fun unfold_bind i = nth external_bs (i - 1) |> Binding.prefix_name (dtor_unfoldN ^ "_"); |
53566 | 1366 |
val unfold_def_bind = rpair [] o Binding.conceal o Thm.def_binding o unfold_bind; |
49504
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
1367 |
|
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
1368 |
fun unfold_spec abs f z = fold_rev (Term.absfree o Term.dest_Free) (ss @ [z]) (abs $ (f $ z)); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1369 |
|
49504
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
1370 |
val ((unfold_frees, (_, unfold_def_frees)), (lthy, lthy_old)) = |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1371 |
lthy |
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
1372 |
|> fold_map4 (fn i => fn abs => fn f => fn z => |
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
1373 |
Local_Theory.define ((unfold_bind i, NoSyn), (unfold_def_bind i, unfold_spec abs f z))) |
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
1374 |
ks Abs_Ts (map (fn i => HOLogic.mk_comp |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
1375 |
(mk_proj (nth lsbisAs (i - 1)), mk_beh ss i)) ks) zs |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1376 |
|>> apsnd split_list o split_list |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1377 |
||> `Local_Theory.restore; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1378 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1379 |
val phi = Proof_Context.export_morphism lthy_old lthy; |
49504
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
1380 |
val unfolds = map (Morphism.term phi) unfold_frees; |
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
1381 |
val unfold_names = map (fst o dest_Const) unfolds; |
52731 | 1382 |
fun mk_unfolds passives actives = |
1383 |
map3 (fn name => fn T => fn active => |
|
1384 |
Const (name, Library.foldr (op -->) |
|
52923 | 1385 |
(map2 (curry op -->) actives (mk_FTs (passives @ actives)), active --> T))) |
52731 | 1386 |
unfold_names (mk_Ts passives) actives; |
49504
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
1387 |
fun mk_unfold Ts ss i = Term.list_comb (Const (nth unfold_names (i - 1), Library.foldr (op -->) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1388 |
(map fastype_of ss, domain_type (fastype_of (nth ss (i - 1))) --> nth Ts (i - 1))), ss); |
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
1389 |
val unfold_defs = map (fn def => |
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
1390 |
mk_unabs_def (n + 1) (Morphism.thm phi def RS meta_eq_to_obj_eq)) unfold_def_frees; |
49504
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
1391 |
|
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
1392 |
val mor_unfold_thm = |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1393 |
let |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1394 |
val Abs_inverses' = map2 (curry op RS) in_car_final_thms Abs_inverses; |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
1395 |
val morEs' = map (fn thm => (thm OF [mor_final_thm, UNIV_I]) RS sym) morE_thms; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1396 |
in |
51551 | 1397 |
Goal.prove_sorry lthy [] [] |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1398 |
(HOLogic.mk_Trueprop (mk_mor active_UNIVs ss UNIVs dtors (map (mk_unfold Ts ss) ks))) |
49504
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
1399 |
(K (mk_mor_unfold_tac m mor_UNIV_thm dtor_defs unfold_defs Abs_inverses' morEs' |
51761
4c9f08836d87
renamed "map_cong" axiom to "map_cong0" in preparation for real "map_cong"
blanchet
parents:
51758
diff
changeset
|
1400 |
map_comp_id_thms map_cong0s)) |
49109
0e5b859e1c91
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents:
49105
diff
changeset
|
1401 |
|> Thm.close_derivation |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1402 |
|> singleton (Proof_Context.export names_lthy lthy) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1403 |
end; |
49504
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
1404 |
val dtor_unfold_thms = map (fn thm => (thm OF [mor_unfold_thm, UNIV_I]) RS sym) morE_thms; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1405 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1406 |
val (raw_coind_thms, raw_coind_thm) = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1407 |
let |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
1408 |
val prem = HOLogic.mk_Trueprop (mk_sbis UNIVs dtors TRs); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1409 |
val concl = HOLogic.mk_Trueprop (Library.foldr1 HOLogic.mk_conj |
51893
596baae88a88
got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents:
51869
diff
changeset
|
1410 |
(map2 (fn R => fn T => mk_leq R (Id_const T)) TRs Ts)); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1411 |
in |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1412 |
`split_conj_thm (Goal.prove_sorry lthy [] [] (Logic.mk_implies (prem, concl)) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1413 |
(K (mk_raw_coind_tac bis_def bis_cong_thm bis_O_thm bis_converse_thm bis_Gr_thm |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1414 |
tcoalg_thm coalgT_thm mor_T_final_thm sbis_lsbis_thm |
49109
0e5b859e1c91
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents:
49105
diff
changeset
|
1415 |
lsbis_incl_thms incl_lsbis_thms equiv_LSBIS_thms mor_Rep_thm Rep_injects)) |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1416 |
|> Thm.close_derivation |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1417 |
|> singleton (Proof_Context.export names_lthy lthy)) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1418 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1419 |
|
49504
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
1420 |
val (unfold_unique_mor_thms, unfold_unique_mor_thm) = |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1421 |
let |
49504
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
1422 |
val prem = HOLogic.mk_Trueprop (mk_mor active_UNIVs ss UNIVs dtors unfold_fs); |
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
1423 |
fun mk_fun_eq f i = HOLogic.mk_eq (f, mk_unfold Ts ss i); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1424 |
val unique = HOLogic.mk_Trueprop (Library.foldr1 HOLogic.mk_conj |
49504
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
1425 |
(map2 mk_fun_eq unfold_fs ks)); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1426 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1427 |
val bis_thm = tcoalg_thm RSN (2, tcoalg_thm RS bis_image2_thm); |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
1428 |
val mor_thm = mor_comp_thm OF [mor_final_thm, mor_Abs_thm]; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1429 |
|
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1430 |
val unique_mor = Goal.prove_sorry lthy [] [] (Logic.mk_implies (prem, unique)) |
49504
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
1431 |
(K (mk_unfold_unique_mor_tac raw_coind_thms bis_thm mor_thm unfold_defs)) |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1432 |
|> Thm.close_derivation |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1433 |
|> singleton (Proof_Context.export names_lthy lthy); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1434 |
in |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1435 |
`split_conj_thm unique_mor |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1436 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1437 |
|
49504
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
1438 |
val (dtor_unfold_unique_thms, dtor_unfold_unique_thm) = `split_conj_thm (split_conj_prems n |
52904 | 1439 |
(mor_UNIV_thm RS iffD2 RS unfold_unique_mor_thm)); |
49504
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
1440 |
|
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
1441 |
val unfold_dtor_thms = map (fn thm => mor_id_thm RS thm RS sym) unfold_unique_mor_thms; |
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
1442 |
|
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
1443 |
val unfold_o_dtor_thms = |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1444 |
let |
49504
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
1445 |
val mor = mor_comp_thm OF [mor_str_thm, mor_unfold_thm]; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1446 |
in |
49504
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
1447 |
map2 (fn unique => fn unfold_ctor => |
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
1448 |
trans OF [mor RS unique, unfold_ctor]) unfold_unique_mor_thms unfold_dtor_thms |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1449 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1450 |
|
49504
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
1451 |
val timer = time (timer "unfold definitions & thms"); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1452 |
|
49501 | 1453 |
val map_dtors = map2 (fn Ds => fn bnf => |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1454 |
Term.list_comb (mk_map_of_bnf Ds (passiveAs @ Ts) (passiveAs @ FTs) bnf, |
49501 | 1455 |
map HOLogic.id_const passiveAs @ dtors)) Dss bnfs; |
1456 |
||
54492 | 1457 |
fun ctor_bind i = nth external_bs (i - 1) |> Binding.prefix_name (ctorN ^ "_"); |
53566 | 1458 |
val ctor_def_bind = rpair [] o Binding.conceal o Thm.def_binding o ctor_bind; |
49501 | 1459 |
|
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
1460 |
fun ctor_spec i = mk_unfold Ts map_dtors i; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1461 |
|
49501 | 1462 |
val ((ctor_frees, (_, ctor_def_frees)), (lthy, lthy_old)) = |
49311 | 1463 |
lthy |
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
1464 |
|> fold_map (fn i => |
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
1465 |
Local_Theory.define ((ctor_bind i, NoSyn), (ctor_def_bind i, ctor_spec i))) ks |
49311 | 1466 |
|>> apsnd split_list o split_list |
1467 |
||> `Local_Theory.restore; |
|
1468 |
||
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1469 |
val phi = Proof_Context.export_morphism lthy_old lthy; |
49501 | 1470 |
fun mk_ctors params = |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1471 |
map (Term.subst_atomic_types (map (Morphism.typ phi) params' ~~ params) o Morphism.term phi) |
49501 | 1472 |
ctor_frees; |
1473 |
val ctors = mk_ctors params'; |
|
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
1474 |
val ctor_defs = map (fn def => Morphism.thm phi def RS meta_eq_to_obj_eq) ctor_def_frees; |
49501 | 1475 |
|
49504
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
1476 |
val ctor_o_dtor_thms = map2 (fold_thms lthy o single) ctor_defs unfold_o_dtor_thms; |
49501 | 1477 |
|
1478 |
val dtor_o_ctor_thms = |
|
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1479 |
let |
49501 | 1480 |
fun mk_goal dtor ctor FT = |
1481 |
mk_Trueprop_eq (HOLogic.mk_comp (dtor, ctor), HOLogic.id_const FT); |
|
1482 |
val goals = map3 mk_goal dtors ctors FTs; |
|
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1483 |
in |
51761
4c9f08836d87
renamed "map_cong" axiom to "map_cong0" in preparation for real "map_cong"
blanchet
parents:
51758
diff
changeset
|
1484 |
map5 (fn goal => fn ctor_def => fn unfold => fn map_comp_id => fn map_cong0L => |
51551 | 1485 |
Goal.prove_sorry lthy [] [] goal |
55197 | 1486 |
(fn {context = ctxt, prems = _} => mk_dtor_o_ctor_tac ctxt ctor_def unfold map_comp_id |
1487 |
map_cong0L unfold_o_dtor_thms) |
|
49109
0e5b859e1c91
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents:
49105
diff
changeset
|
1488 |
|> Thm.close_derivation) |
51761
4c9f08836d87
renamed "map_cong" axiom to "map_cong0" in preparation for real "map_cong"
blanchet
parents:
51758
diff
changeset
|
1489 |
goals ctor_defs dtor_unfold_thms map_comp_id_thms map_cong0L_thms |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1490 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1491 |
|
49501 | 1492 |
val dtor_ctor_thms = map (fn thm => thm RS @{thm pointfree_idE}) dtor_o_ctor_thms; |
1493 |
val ctor_dtor_thms = map (fn thm => thm RS @{thm pointfree_idE}) ctor_o_dtor_thms; |
|
1494 |
||
1495 |
val bij_dtor_thms = |
|
1496 |
map2 (fn thm1 => fn thm2 => @{thm o_bij} OF [thm1, thm2]) ctor_o_dtor_thms dtor_o_ctor_thms; |
|
1497 |
val inj_dtor_thms = map (fn thm => thm RS @{thm bij_is_inj}) bij_dtor_thms; |
|
1498 |
val surj_dtor_thms = map (fn thm => thm RS @{thm bij_is_surj}) bij_dtor_thms; |
|
1499 |
val dtor_nchotomy_thms = map (fn thm => thm RS @{thm surjD}) surj_dtor_thms; |
|
1500 |
val dtor_inject_thms = map (fn thm => thm RS @{thm inj_eq}) inj_dtor_thms; |
|
1501 |
val dtor_exhaust_thms = map (fn thm => thm RS exE) dtor_nchotomy_thms; |
|
1502 |
||
1503 |
val bij_ctor_thms = |
|
1504 |
map2 (fn thm1 => fn thm2 => @{thm o_bij} OF [thm1, thm2]) dtor_o_ctor_thms ctor_o_dtor_thms; |
|
1505 |
val inj_ctor_thms = map (fn thm => thm RS @{thm bij_is_inj}) bij_ctor_thms; |
|
1506 |
val surj_ctor_thms = map (fn thm => thm RS @{thm bij_is_surj}) bij_ctor_thms; |
|
1507 |
val ctor_nchotomy_thms = map (fn thm => thm RS @{thm surjD}) surj_ctor_thms; |
|
1508 |
val ctor_inject_thms = map (fn thm => thm RS @{thm inj_eq}) inj_ctor_thms; |
|
1509 |
val ctor_exhaust_thms = map (fn thm => thm RS exE) ctor_nchotomy_thms; |
|
1510 |
||
1511 |
val timer = time (timer "ctor definitions & thms"); |
|
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1512 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1513 |
val corec_Inl_sum_thms = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1514 |
let |
55414
eab03e9cee8a
renamed '{prod,sum,bool,unit}_case' to 'case_...'
blanchet
parents:
55413
diff
changeset
|
1515 |
val mor = mor_comp_thm OF [mor_case_sum_thm, mor_unfold_thm]; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1516 |
in |
49504
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
1517 |
map2 (fn unique => fn unfold_dtor => |
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
1518 |
trans OF [mor RS unique, unfold_dtor]) unfold_unique_mor_thms unfold_dtor_thms |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1519 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1520 |
|
54492 | 1521 |
fun corec_bind i = nth external_bs (i - 1) |> Binding.prefix_name (dtor_corecN ^ "_"); |
53566 | 1522 |
val corec_def_bind = rpair [] o Binding.conceal o Thm.def_binding o corec_bind; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1523 |
|
51739
3514b90d0a8b
(co)rec is (just as the (un)fold) the unique morphism;
traytel
parents:
51551
diff
changeset
|
1524 |
val corec_strs = |
3514b90d0a8b
(co)rec is (just as the (un)fold) the unique morphism;
traytel
parents:
51551
diff
changeset
|
1525 |
map3 (fn dtor => fn sum_s => fn mapx => |
55414
eab03e9cee8a
renamed '{prod,sum,bool,unit}_case' to 'case_...'
blanchet
parents:
55413
diff
changeset
|
1526 |
mk_case_sum |
51739
3514b90d0a8b
(co)rec is (just as the (un)fold) the unique morphism;
traytel
parents:
51551
diff
changeset
|
1527 |
(HOLogic.mk_comp (Term.list_comb (mapx, passive_ids @ corec_Inls), dtor), sum_s)) |
3514b90d0a8b
(co)rec is (just as the (un)fold) the unique morphism;
traytel
parents:
51551
diff
changeset
|
1528 |
dtors corec_ss corec_maps; |
3514b90d0a8b
(co)rec is (just as the (un)fold) the unique morphism;
traytel
parents:
51551
diff
changeset
|
1529 |
|
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1530 |
fun corec_spec i T AT = |
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
1531 |
fold_rev (Term.absfree o Term.dest_Free) corec_ss |
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
1532 |
(HOLogic.mk_comp (mk_unfold Ts corec_strs i, Inr_const T AT)); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1533 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1534 |
val ((corec_frees, (_, corec_def_frees)), (lthy, lthy_old)) = |
49311 | 1535 |
lthy |
1536 |
|> fold_map3 (fn i => fn T => fn AT => |
|
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
1537 |
Local_Theory.define ((corec_bind i, NoSyn), (corec_def_bind i, corec_spec i T AT))) |
49311 | 1538 |
ks Ts activeAs |
1539 |
|>> apsnd split_list o split_list |
|
1540 |
||> `Local_Theory.restore; |
|
1541 |
||
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1542 |
val phi = Proof_Context.export_morphism lthy_old lthy; |
49176 | 1543 |
val corecs = map (Morphism.term phi) corec_frees; |
1544 |
val corec_names = map (fst o dest_Const) corecs; |
|
1545 |
fun mk_corec ss i = Term.list_comb (Const (nth corec_names (i - 1), Library.foldr (op -->) |
|
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1546 |
(map fastype_of ss, domain_type (fastype_of (nth ss (i - 1))) --> nth Ts (i - 1))), ss); |
55204
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
1547 |
val corec_defs = map (fn def => |
345ee77213b5
use Local_Theory.define instead of Specification.definition for internal constants
traytel
parents:
55197
diff
changeset
|
1548 |
mk_unabs_def n (Morphism.thm phi def RS meta_eq_to_obj_eq)) corec_def_frees; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1549 |
|
55414
eab03e9cee8a
renamed '{prod,sum,bool,unit}_case' to 'case_...'
blanchet
parents:
55413
diff
changeset
|
1550 |
val case_sums = |
eab03e9cee8a
renamed '{prod,sum,bool,unit}_case' to 'case_...'
blanchet
parents:
55413
diff
changeset
|
1551 |
map2 (fn T => fn i => mk_case_sum (HOLogic.id_const T, mk_corec corec_ss i)) Ts ks; |
49504
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
1552 |
val dtor_corec_thms = |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1553 |
let |
49501 | 1554 |
fun mk_goal i corec_s corec_map dtor z = |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1555 |
let |
49501 | 1556 |
val lhs = dtor $ (mk_corec corec_ss i $ z); |
55414
eab03e9cee8a
renamed '{prod,sum,bool,unit}_case' to 'case_...'
blanchet
parents:
55413
diff
changeset
|
1557 |
val rhs = Term.list_comb (corec_map, passive_ids @ case_sums) $ (corec_s $ z); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1558 |
in |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1559 |
mk_Trueprop_eq (lhs, rhs) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1560 |
end; |
49501 | 1561 |
val goals = map5 mk_goal ks corec_ss corec_maps_rev dtors zs; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1562 |
in |
51761
4c9f08836d87
renamed "map_cong" axiom to "map_cong0" in preparation for real "map_cong"
blanchet
parents:
51758
diff
changeset
|
1563 |
map3 (fn goal => fn unfold => fn map_cong0 => |
51551 | 1564 |
Goal.prove_sorry lthy [] [] goal |
55197 | 1565 |
(fn {context = ctxt, prems = _} => mk_corec_tac ctxt m corec_defs unfold map_cong0 |
1566 |
corec_Inl_sum_thms) |
|
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1567 |
|> Thm.close_derivation |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1568 |
|> singleton (Proof_Context.export names_lthy lthy)) |
51761
4c9f08836d87
renamed "map_cong" axiom to "map_cong0" in preparation for real "map_cong"
blanchet
parents:
51758
diff
changeset
|
1569 |
goals dtor_unfold_thms map_cong0s |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1570 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1571 |
|
51739
3514b90d0a8b
(co)rec is (just as the (un)fold) the unique morphism;
traytel
parents:
51551
diff
changeset
|
1572 |
val corec_unique_mor_thm = |
3514b90d0a8b
(co)rec is (just as the (un)fold) the unique morphism;
traytel
parents:
51551
diff
changeset
|
1573 |
let |
55414
eab03e9cee8a
renamed '{prod,sum,bool,unit}_case' to 'case_...'
blanchet
parents:
55413
diff
changeset
|
1574 |
val id_fs = map2 (fn T => fn f => mk_case_sum (HOLogic.id_const T, f)) Ts unfold_fs; |
51739
3514b90d0a8b
(co)rec is (just as the (un)fold) the unique morphism;
traytel
parents:
51551
diff
changeset
|
1575 |
val prem = HOLogic.mk_Trueprop (mk_mor corec_UNIVs corec_strs UNIVs dtors id_fs); |
3514b90d0a8b
(co)rec is (just as the (un)fold) the unique morphism;
traytel
parents:
51551
diff
changeset
|
1576 |
fun mk_fun_eq f i = HOLogic.mk_eq (f, mk_corec corec_ss i); |
3514b90d0a8b
(co)rec is (just as the (un)fold) the unique morphism;
traytel
parents:
51551
diff
changeset
|
1577 |
val unique = HOLogic.mk_Trueprop (Library.foldr1 HOLogic.mk_conj |
3514b90d0a8b
(co)rec is (just as the (un)fold) the unique morphism;
traytel
parents:
51551
diff
changeset
|
1578 |
(map2 mk_fun_eq unfold_fs ks)); |
3514b90d0a8b
(co)rec is (just as the (un)fold) the unique morphism;
traytel
parents:
51551
diff
changeset
|
1579 |
in |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1580 |
Goal.prove_sorry lthy [] [] (Logic.mk_implies (prem, unique)) |
55197 | 1581 |
(fn {context = ctxt, prems = _} => mk_corec_unique_mor_tac ctxt corec_defs |
1582 |
corec_Inl_sum_thms unfold_unique_mor_thm) |
|
51739
3514b90d0a8b
(co)rec is (just as the (un)fold) the unique morphism;
traytel
parents:
51551
diff
changeset
|
1583 |
|> Thm.close_derivation |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1584 |
|> singleton (Proof_Context.export names_lthy lthy) |
51739
3514b90d0a8b
(co)rec is (just as the (un)fold) the unique morphism;
traytel
parents:
51551
diff
changeset
|
1585 |
end; |
3514b90d0a8b
(co)rec is (just as the (un)fold) the unique morphism;
traytel
parents:
51551
diff
changeset
|
1586 |
|
53696 | 1587 |
val map_id0s_o_id = |
1588 |
map (fn thm => |
|
55067 | 1589 |
mk_trans (thm RS @{thm arg_cong2[of _ _ _ _ "op o", OF _ refl]}) @{thm id_comp}) |
53696 | 1590 |
map_id0s; |
1591 |
||
52913
2d2d9d1de1a9
theorems relating {c,d}tor_(un)fold/(co)rec and {c,d}tor_map
traytel
parents:
52912
diff
changeset
|
1592 |
val (dtor_corec_unique_thms, dtor_corec_unique_thm) = |
2d2d9d1de1a9
theorems relating {c,d}tor_(un)fold/(co)rec and {c,d}tor_map
traytel
parents:
52912
diff
changeset
|
1593 |
`split_conj_thm (split_conj_prems n |
52904 | 1594 |
(mor_UNIV_thm RS iffD2 RS corec_unique_mor_thm) |
55414
eab03e9cee8a
renamed '{prod,sum,bool,unit}_case' to 'case_...'
blanchet
parents:
55413
diff
changeset
|
1595 |
|> Local_Defs.unfold lthy (@{thms o_case_sum comp_id id_comp comp_assoc[symmetric] |
eab03e9cee8a
renamed '{prod,sum,bool,unit}_case' to 'case_...'
blanchet
parents:
55413
diff
changeset
|
1596 |
case_sum_o_inj(1)} @ map_id0s_o_id @ sym_map_comps) |
eab03e9cee8a
renamed '{prod,sum,bool,unit}_case' to 'case_...'
blanchet
parents:
55413
diff
changeset
|
1597 |
OF replicate n @{thm arg_cong2[of _ _ _ _ case_sum, OF refl]}); |
51739
3514b90d0a8b
(co)rec is (just as the (un)fold) the unique morphism;
traytel
parents:
51551
diff
changeset
|
1598 |
|
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1599 |
val timer = time (timer "corec definitions & thms"); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1600 |
|
55644 | 1601 |
val (coinduct_params, dtor_coinduct_thm) = |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1602 |
let |
51893
596baae88a88
got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents:
51869
diff
changeset
|
1603 |
val rels = map (Term.subst_atomic_types ((activeAs ~~ Ts) @ (activeBs ~~ Ts))) relsAsBs; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1604 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1605 |
fun mk_concl phi z1 z2 = HOLogic.mk_imp (phi $ z1 $ z2, HOLogic.mk_eq (z1, z2)); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1606 |
val concl = HOLogic.mk_Trueprop (Library.foldr1 HOLogic.mk_conj |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1607 |
(map3 mk_concl phis Jzs1 Jzs2)); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1608 |
|
53105
ec38e9f4352f
simpler (forward) derivation of strong (up-to equality) coinduction properties
traytel
parents:
53104
diff
changeset
|
1609 |
fun mk_rel_prem phi dtor rel Jz Jz_copy = |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1610 |
let |
55541
fd9ea8ae28f6
syntactic simplifications of internal (co)datatype constructions
traytel
parents:
55538
diff
changeset
|
1611 |
val concl = Term.list_comb (rel, passive_eqs @ phis) $ |
51893
596baae88a88
got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents:
51869
diff
changeset
|
1612 |
(dtor $ Jz) $ (dtor $ Jz_copy); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1613 |
in |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1614 |
HOLogic.mk_Trueprop |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1615 |
(list_all_free [Jz, Jz_copy] (HOLogic.mk_imp (phi $ Jz $ Jz_copy, concl))) |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1616 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1617 |
|
53105
ec38e9f4352f
simpler (forward) derivation of strong (up-to equality) coinduction properties
traytel
parents:
53104
diff
changeset
|
1618 |
val rel_prems = map5 mk_rel_prem phis dtors rels Jzs Jzs_copy; |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1619 |
val dtor_coinduct_goal = Logic.list_implies (rel_prems, concl); |
51893
596baae88a88
got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents:
51869
diff
changeset
|
1620 |
|
596baae88a88
got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents:
51869
diff
changeset
|
1621 |
val dtor_coinduct = |
596baae88a88
got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents:
51869
diff
changeset
|
1622 |
Goal.prove_sorry lthy [] [] dtor_coinduct_goal |
596baae88a88
got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents:
51869
diff
changeset
|
1623 |
(K (mk_dtor_coinduct_tac m raw_coind_thm bis_rel_thm rel_congs)) |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1624 |
|> Thm.close_derivation |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1625 |
|> singleton (Proof_Context.export names_lthy lthy); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1626 |
in |
55644 | 1627 |
(rev (Term.add_tfrees dtor_coinduct_goal []), dtor_coinduct) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1628 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1629 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1630 |
val timer = time (timer "coinduction"); |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1631 |
|
53270 | 1632 |
fun mk_dtor_map_DEADID_thm dtor_inject map_id0 = |
1633 |
trans OF [iffD2 OF [dtor_inject, id_apply], map_id0 RS sym]; |
|
51925 | 1634 |
|
1635 |
fun mk_dtor_Jrel_DEADID_thm dtor_inject bnf = |
|
51917
f964a9887713
store proper theorems even for fixed points that have no passive live variables
traytel
parents:
51894
diff
changeset
|
1636 |
trans OF [rel_eq_of_bnf bnf RS @{thm predicate2_eqD}, dtor_inject] RS sym; |
f964a9887713
store proper theorems even for fixed points that have no passive live variables
traytel
parents:
51894
diff
changeset
|
1637 |
|
51925 | 1638 |
val JphiTs = map2 mk_pred2T passiveAs passiveBs; |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1639 |
val Jpsi1Ts = map2 mk_pred2T passiveAs passiveCs; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1640 |
val Jpsi2Ts = map2 mk_pred2T passiveCs passiveBs; |
51925 | 1641 |
val prodTsTs' = map2 (curry HOLogic.mk_prodT) Ts Ts'; |
1642 |
val fstsTsTs' = map fst_const prodTsTs'; |
|
1643 |
val sndsTsTs' = map snd_const prodTsTs'; |
|
52731 | 1644 |
val activephiTs = map2 mk_pred2T activeAs activeBs; |
51925 | 1645 |
val activeJphiTs = map2 mk_pred2T Ts Ts'; |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1646 |
val (((((Jphis, Jpsi1s), Jpsi2s), activephis), activeJphis), names_lthy) = names_lthy |
51925 | 1647 |
|> mk_Frees "R" JphiTs |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1648 |
||>> mk_Frees "R" Jpsi1Ts |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1649 |
||>> mk_Frees "Q" Jpsi2Ts |
52731 | 1650 |
||>> mk_Frees "S" activephiTs |
51925 | 1651 |
||>> mk_Frees "JR" activeJphiTs; |
1652 |
val rels = map2 (fn Ds => mk_rel_of_bnf Ds (passiveAs @ Ts) (passiveBs @ Ts')) Dss bnfs; |
|
1653 |
||
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1654 |
fun mk_Jrel_DEADID_coinduct_thm () = |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1655 |
mk_rel_xtor_co_induct_thm Greatest_FP rels activeJphis (map HOLogic.eq_const Ts) Jphis |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1656 |
Jzs Jz's dtors dtor's (fn {context = ctxt, prems} => |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1657 |
(unfold_thms_tac ctxt @{thms le_fun_def le_bool_def all_simps(1,2)[symmetric]} THEN |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1658 |
REPEAT_DETERM (rtac allI 1) THEN rtac (dtor_coinduct_thm OF prems) 1)) lthy; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1659 |
|
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1660 |
(*register new codatatypes as BNFs*) |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1661 |
val (timer, Jbnfs, (dtor_Jmap_o_thms, dtor_Jmap_thms), dtor_Jset_thmss', |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1662 |
dtor_Jrel_thms, Jrel_coinduct_thm, Jbnf_notes, lthy) = |
49585
5c4a12550491
generate high-level "maps", "sets", and "rels" properties
blanchet
parents:
49584
diff
changeset
|
1663 |
if m = 0 then |
52913
2d2d9d1de1a9
theorems relating {c,d}tor_(un)fold/(co)rec and {c,d}tor_map
traytel
parents:
52912
diff
changeset
|
1664 |
(timer, replicate n DEADID_bnf, |
53285 | 1665 |
map_split (`(mk_pointfree lthy)) (map2 mk_dtor_map_DEADID_thm dtor_inject_thms map_ids), |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1666 |
replicate n [], map2 mk_dtor_Jrel_DEADID_thm dtor_inject_thms bnfs, |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1667 |
mk_Jrel_DEADID_coinduct_thm (), [], lthy) |
49585
5c4a12550491
generate high-level "maps", "sets", and "rels" properties
blanchet
parents:
49584
diff
changeset
|
1668 |
else let |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1669 |
val fTs = map2 (curry op -->) passiveAs passiveBs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1670 |
val gTs = map2 (curry op -->) passiveBs passiveCs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1671 |
val uTs = map2 (curry op -->) Ts Ts'; |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1672 |
|
56113 | 1673 |
val (((((((((fs, fs'), fs_copy), gs), us), (Jys, Jys')), (Jys_copy, Jys'_copy)), |
1674 |
(ys_copy, ys'_copy)), Kss), names_lthy) = names_lthy |
|
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1675 |
|> mk_Frees' "f" fTs |
49308
6190b701e4f4
reorganized dependencies so that the sugar does not depend on GFP -- this will be essential for bootstrapping
blanchet
parents:
49277
diff
changeset
|
1676 |
||>> mk_Frees "f" fTs |
6190b701e4f4
reorganized dependencies so that the sugar does not depend on GFP -- this will be essential for bootstrapping
blanchet
parents:
49277
diff
changeset
|
1677 |
||>> mk_Frees "g" gTs |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1678 |
||>> mk_Frees "u" uTs |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1679 |
||>> mk_Frees' "b" Ts' |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1680 |
||>> mk_Frees' "b" Ts' |
56113 | 1681 |
||>> mk_Frees' "y" passiveAs |
1682 |
||>> mk_Freess "K" (map (fn AT => map (fn T => T --> AT) Ts) ATs);; |
|
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1683 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1684 |
val map_FTFT's = map2 (fn Ds => |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1685 |
mk_map_of_bnf Ds (passiveAs @ Ts) (passiveBs @ Ts')) Dss bnfs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1686 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1687 |
fun mk_maps ATs BTs Ts mk_T = |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1688 |
map2 (fn Ds => mk_map_of_bnf Ds (ATs @ Ts) (BTs @ map mk_T Ts)) Dss bnfs; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1689 |
fun mk_Fmap mk_const fs Ts Fmap = Term.list_comb (Fmap, fs @ map mk_const Ts); |
49501 | 1690 |
fun mk_map mk_const mk_T Ts fs Ts' dtors mk_maps = |
49504
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
1691 |
mk_unfold Ts' (map2 (fn dtor => fn Fmap => |
49501 | 1692 |
HOLogic.mk_comp (mk_Fmap mk_const fs Ts Fmap, dtor)) dtors (mk_maps Ts mk_T)); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1693 |
val mk_map_id = mk_map HOLogic.id_const I; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
1694 |
val mk_mapsAB = mk_maps passiveAs passiveBs; |
49501 | 1695 |
val fs_maps = map (mk_map_id Ts fs Ts' dtors mk_mapsAB) ks; |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1696 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1697 |
val set_bss = |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1698 |
map (flat o map2 (fn B => fn b => |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1699 |
if member (op =) resDs (TFree B) then [] else [b]) resBs) set_bss0; |
56113 | 1700 |
|
1701 |
fun col_bind j = mk_internal_b (colN ^ (if m = 1 then "" else string_of_int j)); |
|
1702 |
val col_def_bind = rpair [] o Thm.def_binding o col_bind; |
|
1703 |
||
1704 |
fun col_spec j Zero hrec hrec' = |
|
1705 |
let |
|
56179 | 1706 |
fun mk_Suc dtor sets z z' = |
56113 | 1707 |
let |
56179 | 1708 |
val (set, sets) = apfst (fn xs => nth xs (j - 1)) (chop m sets); |
56113 | 1709 |
fun mk_UN set k = mk_UNION (set $ (dtor $ z)) (mk_nthN n hrec k); |
1710 |
in |
|
1711 |
Term.absfree z' |
|
1712 |
(mk_union (set $ (dtor $ z), Library.foldl1 mk_union (map2 mk_UN sets ks))) |
|
1713 |
end; |
|
1714 |
||
1715 |
val Suc = Term.absdummy HOLogic.natT (Term.absfree hrec' |
|
1716 |
(HOLogic.mk_tuple (map4 mk_Suc dtors FTs_setss Jzs Jzs'))); |
|
1717 |
in |
|
1718 |
mk_rec_nat Zero Suc |
|
1719 |
end; |
|
1720 |
||
1721 |
val ((col_frees, (_, col_def_frees)), (lthy, lthy_old)) = |
|
1722 |
lthy |
|
1723 |
|> fold_map4 (fn j => fn Zero => fn hrec => fn hrec' => Local_Theory.define |
|
1724 |
((col_bind j, NoSyn), (col_def_bind j, col_spec j Zero hrec hrec'))) |
|
1725 |
ls Zeros hrecs hrecs' |
|
1726 |
|>> apsnd split_list o split_list |
|
1727 |
||> `Local_Theory.restore; |
|
1728 |
||
1729 |
val phi = Proof_Context.export_morphism lthy_old lthy; |
|
1730 |
||
1731 |
val col_defs = map (fn def => Morphism.thm phi def RS meta_eq_to_obj_eq) col_def_frees; |
|
1732 |
val cols = map (fst o Term.dest_Const o Morphism.term phi) col_frees; |
|
1733 |
||
1734 |
fun mk_col Ts nat i j T = |
|
1735 |
let |
|
1736 |
val hrecT = HOLogic.mk_tupleT (map (fn U => U --> HOLogic.mk_setT T) Ts) |
|
1737 |
val colT = HOLogic.natT --> hrecT; |
|
1738 |
in |
|
1739 |
mk_nthN n (Term.list_comb (Const (nth cols (j - 1), colT), [nat])) i |
|
1740 |
end; |
|
1741 |
||
1742 |
val col_0ss = mk_rec_simps n @{thm rec_nat_0_imp} col_defs; |
|
1743 |
val col_Sucss = mk_rec_simps n @{thm rec_nat_Suc_imp} col_defs; |
|
1744 |
val col_0ss' = transpose col_0ss; |
|
1745 |
val col_Sucss' = transpose col_Sucss; |
|
1746 |
||
56179 | 1747 |
fun mk_set Ts i j T = |
56113 | 1748 |
Abs (Name.uu, nth Ts (i - 1), mk_UNION (HOLogic.mk_UNIV HOLogic.natT) |
1749 |
(Term.absfree nat' (mk_col Ts nat i j T $ Bound 1))); |
|
1750 |
||
56179 | 1751 |
val setss = map (fn i => map2 (mk_set Ts i) ls passiveAs) ks; |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1752 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1753 |
val (Jbnf_consts, lthy) = |
56179 | 1754 |
fold_map7 (fn b => fn map_b => fn rel_b => fn set_bs => fn mapx => fn sets => fn T => |
1755 |
fn lthy => |
|
1756 |
define_bnf_consts Hardly_Inline (user_policy Note_Some lthy) false (SOME deads) |
|
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1757 |
map_b rel_b set_bs |
56179 | 1758 |
((((((b, T), fold_rev Term.absfree fs' mapx), sets), sbd), |
1759 |
[Const (@{const_name undefined}, T)]), NONE) lthy) |
|
1760 |
bs map_bs rel_bs set_bss fs_maps setss Ts lthy; |
|
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1761 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1762 |
val (_, Jconsts, Jconst_defs, mk_Jconsts) = split_list4 Jbnf_consts; |
56179 | 1763 |
val (_, Jsetss, Jbds_Ds, _, _) = split_list5 Jconsts; |
1764 |
val (Jmap_defs, Jset_defss, Jbd_defs, _, Jrel_defs) = split_list5 Jconst_defs; |
|
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1765 |
val (mk_Jmaps_Ds, mk_Jt_Ds, _, mk_Jrels_Ds, _) = split_list5 mk_Jconsts; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1766 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1767 |
val Jrel_unabs_defs = map (fn def => mk_unabs_def m (def RS meta_eq_to_obj_eq)) Jrel_defs; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1768 |
val Jset_defs = flat Jset_defss; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1769 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1770 |
fun mk_Jmaps As Bs = map (fn mk => mk deads As Bs) mk_Jmaps_Ds; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1771 |
fun mk_Jsetss As = map2 (fn mk => fn Jsets => map (mk deads As) Jsets) mk_Jt_Ds Jsetss; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1772 |
val Jbds = map2 (fn mk => mk deads passiveAs) mk_Jt_Ds Jbds_Ds; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1773 |
fun mk_Jrels As Bs = map (fn mk => mk deads As Bs) mk_Jrels_Ds; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1774 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1775 |
val Jmaps = mk_Jmaps passiveAs passiveBs; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1776 |
val fs_Jmaps = map (fn m => Term.list_comb (m, fs)) Jmaps; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1777 |
val fs_copy_Jmaps = map (fn m => Term.list_comb (m, fs_copy)) Jmaps; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1778 |
val gs_Jmaps = map (fn m => Term.list_comb (m, gs)) (mk_Jmaps passiveBs passiveCs); |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1779 |
val fgs_Jmaps = map (fn m => Term.list_comb (m, map2 (curry HOLogic.mk_comp) gs fs)) |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1780 |
(mk_Jmaps passiveAs passiveCs); |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1781 |
val (Jsetss_by_range, Jsetss_by_bnf) = `transpose (mk_Jsetss passiveAs); |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1782 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1783 |
val timer = time (timer "bnf constants for the new datatypes"); |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1784 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1785 |
val (dtor_Jmap_thms, Jmap_thms) = |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1786 |
let |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1787 |
fun mk_goal fs_Jmap map dtor dtor' = mk_Trueprop_eq (HOLogic.mk_comp (dtor', fs_Jmap), |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1788 |
HOLogic.mk_comp (Term.list_comb (map, fs @ fs_Jmaps), dtor)); |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1789 |
val goals = map4 mk_goal fs_Jmaps map_FTFT's dtors dtor's; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1790 |
val maps = |
55602 | 1791 |
map5 (fn goal => fn unfold => fn map_comp => fn map_cong0 => fn map_arg_cong => |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1792 |
Goal.prove_sorry lthy [] [] goal |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1793 |
(fn {context = ctxt, prems = _} => unfold_thms_tac ctxt Jmap_defs THEN |
55602 | 1794 |
mk_map_tac m n map_arg_cong unfold map_comp map_cong0) |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1795 |
|> Thm.close_derivation |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1796 |
|> singleton (Proof_Context.export names_lthy lthy)) |
55602 | 1797 |
goals dtor_unfold_thms map_comps map_cong0s map_arg_cong_thms; |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1798 |
in |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1799 |
map_split (fn thm => (thm RS @{thm comp_eq_dest}, thm)) maps |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1800 |
end; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1801 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1802 |
val dtor_Jmap_unique_thm = |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1803 |
let |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1804 |
fun mk_prem u map dtor dtor' = |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1805 |
mk_Trueprop_eq (HOLogic.mk_comp (dtor', u), |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1806 |
HOLogic.mk_comp (Term.list_comb (map, fs @ us), dtor)); |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1807 |
val prems = map4 mk_prem us map_FTFT's dtors dtor's; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1808 |
val goal = |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1809 |
HOLogic.mk_Trueprop (Library.foldr1 HOLogic.mk_conj |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1810 |
(map2 (curry HOLogic.mk_eq) us fs_Jmaps)); |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1811 |
in |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1812 |
Goal.prove_sorry lthy [] [] (Logic.list_implies (prems, goal)) |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1813 |
(fn {context = ctxt, prems = _} => unfold_thms_tac ctxt Jmap_defs THEN |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1814 |
mk_dtor_map_unique_tac ctxt dtor_unfold_unique_thm sym_map_comps) |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1815 |
|> Thm.close_derivation |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1816 |
|> singleton (Proof_Context.export names_lthy lthy) |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1817 |
end; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1818 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1819 |
val Jmap_comp0_thms = |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1820 |
let |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1821 |
val goal = HOLogic.mk_Trueprop (Library.foldr1 HOLogic.mk_conj |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1822 |
(map3 (fn fmap => fn gmap => fn fgmap => |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1823 |
HOLogic.mk_eq (HOLogic.mk_comp (gmap, fmap), fgmap)) |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1824 |
fs_Jmaps gs_Jmaps fgs_Jmaps)) |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1825 |
in |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1826 |
split_conj_thm (Goal.prove_sorry lthy [] [] goal |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1827 |
(K (mk_map_comp0_tac Jmap_thms map_comp0s dtor_Jmap_unique_thm)) |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1828 |
|> Thm.close_derivation |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1829 |
|> singleton (Proof_Context.export names_lthy lthy)) |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1830 |
end; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1831 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1832 |
val timer = time (timer "map functions for the new codatatypes"); |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1833 |
|
56179 | 1834 |
val Jset_minimal_thms = |
1835 |
let |
|
1836 |
fun mk_passive_prem set dtor x K = |
|
1837 |
Logic.all x (HOLogic.mk_Trueprop (mk_leq (set $ (dtor $ x)) (K $ x))); |
|
1838 |
||
1839 |
fun mk_active_prem dtor x1 K1 set x2 K2 = |
|
1840 |
fold_rev Logic.all [x1, x2] |
|
1841 |
(Logic.mk_implies (HOLogic.mk_Trueprop (HOLogic.mk_mem (x2, set $ (dtor $ x1))), |
|
1842 |
HOLogic.mk_Trueprop (mk_leq (K2 $ x2) (K1 $ x1)))); |
|
1843 |
||
1844 |
val premss = map2 (fn j => fn Ks => |
|
1845 |
map4 mk_passive_prem (map (fn xs => nth xs (j - 1)) FTs_setss) dtors Jzs Ks @ |
|
1846 |
flat (map4 (fn sets => fn s => fn x1 => fn K1 => |
|
1847 |
map3 (mk_active_prem s x1 K1) (drop m sets) Jzs_copy Ks) FTs_setss dtors Jzs Ks)) |
|
1848 |
ls Kss; |
|
1849 |
||
1850 |
val col_minimal_thms = |
|
1851 |
let |
|
1852 |
fun mk_conjunct j T i K x = mk_leq (mk_col Ts nat i j T $ x) (K $ x); |
|
1853 |
fun mk_concl j T Ks = list_all_free Jzs |
|
1854 |
(Library.foldr1 HOLogic.mk_conj (map3 (mk_conjunct j T) ks Ks Jzs)); |
|
1855 |
val concls = map3 mk_concl ls passiveAs Kss; |
|
1856 |
||
1857 |
val goals = map2 (fn prems => fn concl => |
|
1858 |
Logic.list_implies (prems, HOLogic.mk_Trueprop concl)) premss concls |
|
1859 |
||
1860 |
val ctss = |
|
1861 |
map (fn phi => map (SOME o certify lthy) [Term.absfree nat' phi, nat]) concls; |
|
1862 |
in |
|
1863 |
map4 (fn goal => fn cts => fn col_0s => fn col_Sucs => |
|
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1864 |
Goal.prove_sorry lthy [] [] goal |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1865 |
(fn {context = ctxt, prems = _} => mk_col_minimal_tac ctxt m cts col_0s |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1866 |
col_Sucs) |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1867 |
|> Thm.close_derivation |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1868 |
|> singleton (Proof_Context.export names_lthy lthy)) |
56179 | 1869 |
goals ctss col_0ss' col_Sucss' |
1870 |
end; |
|
1871 |
||
1872 |
fun mk_conjunct set K x = mk_leq (set $ x) (K $ x); |
|
1873 |
fun mk_concl sets Ks = Library.foldr1 HOLogic.mk_conj (map3 mk_conjunct sets Ks Jzs); |
|
1874 |
val concls = map2 mk_concl Jsetss_by_range Kss; |
|
1875 |
||
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1876 |
val goals = map2 (fn prems => fn concl => |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1877 |
Logic.list_implies (prems, HOLogic.mk_Trueprop concl)) premss concls; |
56179 | 1878 |
in |
1879 |
map2 (fn goal => fn col_minimal => |
|
1880 |
Goal.prove_sorry lthy [] [] goal |
|
1881 |
(fn {context = ctxt, prems = _} => unfold_thms_tac ctxt Jset_defs THEN |
|
1882 |
mk_Jset_minimal_tac ctxt n col_minimal) |
|
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1883 |
|> Thm.close_derivation |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1884 |
|> singleton (Proof_Context.export names_lthy lthy)) |
56179 | 1885 |
goals col_minimal_thms |
1886 |
end; |
|
1887 |
||
1888 |
val (dtor_Jset_incl_thmss, dtor_set_Jset_incl_thmsss) = |
|
1889 |
let |
|
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1890 |
fun mk_set_incl_Jset dtor x set Jset = |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1891 |
HOLogic.mk_Trueprop (mk_leq (set $ (dtor $ x)) (Jset $ x)); |
56179 | 1892 |
|
1893 |
fun mk_set_Jset_incl_Jset dtor x y set Jset1 Jset2 = |
|
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1894 |
Logic.mk_implies (HOLogic.mk_Trueprop (HOLogic.mk_mem (x, set $ (dtor $ y))), |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1895 |
HOLogic.mk_Trueprop (mk_leq (Jset1 $ x) (Jset2 $ y))); |
56179 | 1896 |
|
1897 |
val set_incl_Jset_goalss = |
|
1898 |
map4 (fn dtor => fn x => fn sets => fn Jsets => |
|
1899 |
map2 (mk_set_incl_Jset dtor x) (take m sets) Jsets) |
|
1900 |
dtors Jzs FTs_setss Jsetss_by_bnf; |
|
1901 |
||
1902 |
(*x(k) : F(i)set(m+k) (dtor(i) y(i)) ==> J(k)set(j) x(k) <= J(i)set(j) y(i)*) |
|
1903 |
val set_Jset_incl_Jset_goalsss = |
|
1904 |
map4 (fn dtori => fn yi => fn sets => fn Jsetsi => |
|
1905 |
map3 (fn xk => fn set => fn Jsetsk => |
|
1906 |
map2 (mk_set_Jset_incl_Jset dtori xk yi set) Jsetsk Jsetsi) |
|
1907 |
Jzs_copy (drop m sets) Jsetss_by_bnf) |
|
1908 |
dtors Jzs FTs_setss Jsetss_by_bnf; |
|
1909 |
in |
|
1910 |
(map2 (fn goals => fn rec_Sucs => |
|
1911 |
map2 (fn goal => fn rec_Suc => |
|
1912 |
Goal.prove_sorry lthy [] [] goal |
|
1913 |
(fn {context = ctxt, prems = _} => unfold_thms_tac ctxt Jset_defs THEN |
|
1914 |
mk_set_incl_Jset_tac rec_Suc) |
|
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1915 |
|> Thm.close_derivation |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1916 |
|> singleton (Proof_Context.export names_lthy lthy)) |
56179 | 1917 |
goals rec_Sucs) |
1918 |
set_incl_Jset_goalss col_Sucss, |
|
1919 |
map2 (fn goalss => fn rec_Sucs => |
|
1920 |
map2 (fn k => fn goals => |
|
1921 |
map2 (fn goal => fn rec_Suc => |
|
1922 |
Goal.prove_sorry lthy [] [] goal |
|
1923 |
(fn {context = ctxt, prems = _} => unfold_thms_tac ctxt Jset_defs THEN |
|
1924 |
mk_set_Jset_incl_Jset_tac n rec_Suc k) |
|
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1925 |
|> Thm.close_derivation |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1926 |
|> singleton (Proof_Context.export names_lthy lthy)) |
56179 | 1927 |
goals rec_Sucs) |
1928 |
ks goalss) |
|
1929 |
set_Jset_incl_Jset_goalsss col_Sucss) |
|
1930 |
end; |
|
1931 |
||
1932 |
val set_incl_Jset_thmss' = transpose dtor_Jset_incl_thmss; |
|
1933 |
val set_Jset_incl_Jset_thmsss' = transpose (map transpose dtor_set_Jset_incl_thmsss); |
|
1934 |
val set_Jset_thmss = map (map (fn thm => thm RS @{thm set_mp})) dtor_Jset_incl_thmss; |
|
1935 |
val set_Jset_Jset_thmsss = map (map (map (fn thm => thm RS @{thm set_mp}))) |
|
1936 |
dtor_set_Jset_incl_thmsss; |
|
1937 |
val set_Jset_thmss' = transpose set_Jset_thmss; |
|
1938 |
val set_Jset_Jset_thmsss' = transpose (map transpose set_Jset_Jset_thmsss); |
|
1939 |
||
1940 |
val dtor_Jset_induct_thms = |
|
1941 |
let |
|
1942 |
val incls = |
|
1943 |
maps (map (fn thm => thm RS @{thm subset_Collect_iff})) dtor_Jset_incl_thmss @ |
|
1944 |
@{thms subset_Collect_iff[OF subset_refl]}; |
|
1945 |
||
1946 |
val cTs = map (SOME o certifyT lthy) params'; |
|
1947 |
fun mk_induct_tinst phis jsets y y' = |
|
1948 |
map4 (fn phi => fn jset => fn Jz => fn Jz' => |
|
1949 |
SOME (certify lthy (Term.absfree Jz' (HOLogic.mk_Collect (fst y', snd y', |
|
1950 |
HOLogic.mk_conj (HOLogic.mk_mem (y, jset $ Jz), phi $ y $ Jz)))))) |
|
1951 |
phis jsets Jzs Jzs'; |
|
1952 |
in |
|
1953 |
map6 (fn set_minimal => fn set_set_inclss => fn jsets => fn y => fn y' => fn phis => |
|
1954 |
((set_minimal |
|
1955 |
|> Drule.instantiate' cTs (mk_induct_tinst phis jsets y y') |
|
1956 |
|> unfold_thms lthy incls) OF |
|
1957 |
(replicate n ballI @ |
|
1958 |
maps (map (fn thm => thm RS @{thm subset_CollectI})) set_set_inclss)) |
|
1959 |
|> singleton (Proof_Context.export names_lthy lthy) |
|
1960 |
|> rule_by_tactic lthy (ALLGOALS (TRY o etac asm_rl))) |
|
1961 |
Jset_minimal_thms set_Jset_incl_Jset_thmsss' Jsetss_by_range ys ys' dtor_set_induct_phiss |
|
1962 |
end; |
|
1963 |
||
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1964 |
val (dtor_Jset_thmss', dtor_Jset_thmss) = |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1965 |
let |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1966 |
fun mk_simp_goal relate pas_set act_sets sets dtor z set = |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1967 |
relate (set $ z, mk_union (pas_set $ (dtor $ z), |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1968 |
Library.foldl1 mk_union |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1969 |
(map2 (fn X => mk_UNION (X $ (dtor $ z))) act_sets sets))); |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1970 |
fun mk_goals eq = |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1971 |
map2 (fn i => fn sets => |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1972 |
map4 (fn Fsets => |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1973 |
mk_simp_goal eq (nth Fsets (i - 1)) (drop m Fsets) sets) |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1974 |
FTs_setss dtors Jzs sets) |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1975 |
ls Jsetss_by_range; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1976 |
|
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1977 |
val le_goals = map (HOLogic.mk_Trueprop o Library.foldr1 HOLogic.mk_conj) |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1978 |
(mk_goals (uncurry mk_leq)); |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1979 |
val set_le_thmss = map split_conj_thm |
56179 | 1980 |
(map4 (fn goal => fn Jset_minimal => fn set_Jsets => fn set_Jset_Jsetss => |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1981 |
Goal.prove_sorry lthy [] [] goal |
56179 | 1982 |
(K (mk_set_le_tac n Jset_minimal set_Jsets set_Jset_Jsetss)) |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1983 |
|> Thm.close_derivation |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1984 |
|> singleton (Proof_Context.export names_lthy lthy)) |
56179 | 1985 |
le_goals Jset_minimal_thms set_Jset_thmss' set_Jset_Jset_thmsss'); |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1986 |
|
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1987 |
val ge_goalss = map (map HOLogic.mk_Trueprop) (mk_goals (uncurry mk_leq o swap)); |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1988 |
val set_ge_thmss = |
56179 | 1989 |
map3 (map3 (fn goal => fn set_incl_Jset => fn set_Jset_incl_Jsets => |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1990 |
Goal.prove_sorry lthy [] [] goal |
56179 | 1991 |
(K (mk_set_ge_tac n set_incl_Jset set_Jset_incl_Jsets)) |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1992 |
|> Thm.close_derivation |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
1993 |
|> singleton (Proof_Context.export names_lthy lthy))) |
56179 | 1994 |
ge_goalss set_incl_Jset_thmss' set_Jset_incl_Jset_thmsss' |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1995 |
in |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1996 |
map2 (map2 (fn le => fn ge => equalityI OF [le, ge])) set_le_thmss set_ge_thmss |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1997 |
|> `transpose |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1998 |
end; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
1999 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2000 |
val timer = time (timer "set functions for the new codatatypes"); |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2001 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2002 |
val colss = map2 (fn j => fn T => |
56113 | 2003 |
map (fn i => mk_col Ts nat i j T) ks) ls passiveAs; |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2004 |
val colss' = map2 (fn j => fn T => |
56113 | 2005 |
map (fn i => mk_col Ts' nat i j T) ks) ls passiveBs; |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2006 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2007 |
val col_natural_thmss = |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2008 |
let |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2009 |
fun mk_col_natural f map z col col' = |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2010 |
HOLogic.mk_eq (mk_image f $ (col $ z), col' $ (map $ z)); |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2011 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2012 |
fun mk_goal f cols cols' = list_all_free Jzs (Library.foldr1 HOLogic.mk_conj |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2013 |
(map4 (mk_col_natural f) fs_Jmaps Jzs cols cols')); |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2014 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2015 |
val goals = map3 mk_goal fs colss colss'; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2016 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2017 |
val ctss = |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2018 |
map (fn phi => map (SOME o certify lthy) [Term.absfree nat' phi, nat]) goals; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2019 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2020 |
val thms = |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2021 |
map4 (fn goal => fn cts => fn rec_0s => fn rec_Sucs => |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
2022 |
Goal.prove_sorry lthy [] [] (HOLogic.mk_Trueprop goal) |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
2023 |
(fn {context = ctxt, prems = _} => mk_col_natural_tac ctxt cts rec_0s rec_Sucs |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
2024 |
dtor_Jmap_thms set_mapss) |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
2025 |
|> Thm.close_derivation |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
2026 |
|> singleton (Proof_Context.export names_lthy lthy)) |
56113 | 2027 |
goals ctss col_0ss' col_Sucss'; |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2028 |
in |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2029 |
map (split_conj_thm o mk_specN n) thms |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2030 |
end; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2031 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2032 |
val col_bd_thmss = |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2033 |
let |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2034 |
fun mk_col_bd z col bd = mk_ordLeq (mk_card_of (col $ z)) bd; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2035 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2036 |
fun mk_goal bds cols = list_all_free Jzs (Library.foldr1 HOLogic.mk_conj |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2037 |
(map3 mk_col_bd Jzs cols bds)); |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2038 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2039 |
val goals = map (mk_goal Jbds) colss; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2040 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2041 |
val ctss = map (fn phi => map (SOME o certify lthy) [Term.absfree nat' phi, nat]) |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2042 |
(map (mk_goal (replicate n sbd)) colss); |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2043 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2044 |
val thms = |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2045 |
map5 (fn j => fn goal => fn cts => fn rec_0s => fn rec_Sucs => |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
2046 |
Goal.prove_sorry lthy [] [] (HOLogic.mk_Trueprop goal) |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
2047 |
(fn {context = ctxt, prems = _} => unfold_thms_tac ctxt Jbd_defs THEN |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
2048 |
mk_col_bd_tac m j cts rec_0s rec_Sucs sbd_Card_order sbd_Cinfinite set_sbdss) |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
2049 |
|> Thm.close_derivation |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
2050 |
|> singleton (Proof_Context.export names_lthy lthy)) |
56113 | 2051 |
ls goals ctss col_0ss' col_Sucss'; |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2052 |
in |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2053 |
map (split_conj_thm o mk_specN n) thms |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2054 |
end; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2055 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2056 |
val map_cong0_thms = |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2057 |
let |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2058 |
val cTs = map (SOME o certifyT lthy o |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2059 |
Term.typ_subst_atomic (passiveAs ~~ passiveBs) o TFree) coinduct_params; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2060 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2061 |
fun mk_prem z set f g y y' = |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2062 |
mk_Ball (set $ z) (Term.absfree y' (HOLogic.mk_eq (f $ y, g $ y))); |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2063 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2064 |
fun mk_prems sets z = |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2065 |
Library.foldr1 HOLogic.mk_conj (map5 (mk_prem z) sets fs fs_copy ys ys') |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2066 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2067 |
fun mk_map_cong0 sets z fmap gmap = |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2068 |
HOLogic.mk_imp (mk_prems sets z, HOLogic.mk_eq (fmap $ z, gmap $ z)); |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2069 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2070 |
fun mk_coind_body sets (x, T) z fmap gmap y y_copy = |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2071 |
HOLogic.mk_conj |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2072 |
(HOLogic.mk_mem (z, HOLogic.mk_Collect (x, T, mk_prems sets z)), |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2073 |
HOLogic.mk_conj (HOLogic.mk_eq (y, fmap $ z), |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2074 |
HOLogic.mk_eq (y_copy, gmap $ z))) |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2075 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2076 |
fun mk_cphi sets (z' as (x, T)) z fmap gmap y' y y'_copy y_copy = |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2077 |
HOLogic.mk_exists (x, T, mk_coind_body sets z' z fmap gmap y y_copy) |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2078 |
|> Term.absfree y'_copy |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2079 |
|> Term.absfree y' |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2080 |
|> certify lthy; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2081 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2082 |
val cphis = map9 mk_cphi |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2083 |
Jsetss_by_bnf Jzs' Jzs fs_Jmaps fs_copy_Jmaps Jys' Jys Jys'_copy Jys_copy; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2084 |
|
56179 | 2085 |
val coinduct = Drule.instantiate' cTs (map SOME cphis) dtor_coinduct_thm; |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2086 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2087 |
val goal = |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2088 |
HOLogic.mk_Trueprop (Library.foldr1 HOLogic.mk_conj |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2089 |
(map4 mk_map_cong0 Jsetss_by_bnf Jzs fs_Jmaps fs_copy_Jmaps)); |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2090 |
|
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
2091 |
val thm = |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
2092 |
Goal.prove_sorry lthy [] [] goal |
56179 | 2093 |
(K (mk_mcong_tac lthy m (rtac coinduct) map_comps dtor_Jmap_thms map_cong0s |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
2094 |
set_mapss set_Jset_thmss set_Jset_Jset_thmsss in_rels)) |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2095 |
|> Thm.close_derivation |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
2096 |
|> singleton (Proof_Context.export names_lthy lthy); |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2097 |
in |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2098 |
split_conj_thm thm |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2099 |
end; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2100 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2101 |
val in_Jrels = map (fn def => trans OF [def, @{thm OO_Grp_alt}] RS @{thm predicate2_eqD}) |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2102 |
Jrel_unabs_defs; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2103 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2104 |
val Jrels = mk_Jrels passiveAs passiveBs; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2105 |
val Jrelphis = map (fn rel => Term.list_comb (rel, Jphis)) Jrels; |
51893
596baae88a88
got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents:
51869
diff
changeset
|
2106 |
val relphis = map (fn rel => Term.list_comb (rel, Jphis @ Jrelphis)) rels; |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2107 |
val Jrelpsi1s = map (fn rel => Term.list_comb (rel, Jpsi1s)) (mk_Jrels passiveAs passiveCs); |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2108 |
val Jrelpsi2s = map (fn rel => Term.list_comb (rel, Jpsi2s)) (mk_Jrels passiveCs passiveBs); |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2109 |
val Jrelpsi12s = map (fn rel => |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2110 |
Term.list_comb (rel, map2 (curry mk_rel_compp) Jpsi1s Jpsi2s)) Jrels; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
2111 |
|
51893
596baae88a88
got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents:
51869
diff
changeset
|
2112 |
val dtor_Jrel_thms = |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
2113 |
let |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
2114 |
fun mk_goal Jz Jz' dtor dtor' Jrelphi relphi = |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
2115 |
mk_Trueprop_eq (Jrelphi $ Jz $ Jz', relphi $ (dtor $ Jz) $ (dtor' $ Jz')); |
51893
596baae88a88
got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents:
51869
diff
changeset
|
2116 |
val goals = map6 mk_goal Jzs Jz's dtors dtor's Jrelphis relphis; |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
2117 |
in |
53287 | 2118 |
map12 (fn i => fn goal => fn in_rel => fn map_comp0 => fn map_cong0 => |
49542
b39354db8629
renamed low-level "set_simps" and "set_induct" to have "ctor" or "dtor" in the name
blanchet
parents:
49541
diff
changeset
|
2119 |
fn dtor_map => fn dtor_sets => fn dtor_inject => fn dtor_ctor => |
53289 | 2120 |
fn set_map0s => fn dtor_set_incls => fn dtor_set_set_inclss => |
51551 | 2121 |
Goal.prove_sorry lthy [] [] goal |
53287 | 2122 |
(K (mk_dtor_rel_tac lthy in_Jrels i in_rel map_comp0 map_cong0 dtor_map dtor_sets |
53289 | 2123 |
dtor_inject dtor_ctor set_map0s dtor_set_incls dtor_set_set_inclss)) |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
2124 |
|> Thm.close_derivation |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
2125 |
|> singleton (Proof_Context.export names_lthy lthy)) |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2126 |
ks goals in_rels map_comps map_cong0s dtor_Jmap_thms dtor_Jset_thmss' |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2127 |
dtor_inject_thms dtor_ctor_thms set_mapss dtor_Jset_incl_thmss |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2128 |
dtor_set_Jset_incl_thmsss |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
2129 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
2130 |
|
51925 | 2131 |
val passiveABs = map2 (curry HOLogic.mk_prodT) passiveAs passiveBs; |
2132 |
val zip_ranTs = passiveABs @ prodTsTs'; |
|
2133 |
val allJphis = Jphis @ activeJphis; |
|
2134 |
val zipFTs = mk_FTs zip_ranTs; |
|
2135 |
val zipTs = map3 (fn T => fn T' => fn FT => T --> T' --> FT) Ts Ts' zipFTs; |
|
2136 |
val zip_zTs = mk_Ts passiveABs; |
|
55602 | 2137 |
val (((zips, (abs, abs')), (zip_zs, zip_zs')), names_lthy) = names_lthy |
51925 | 2138 |
|> mk_Frees "zip" zipTs |
2139 |
||>> mk_Frees' "ab" passiveABs |
|
55602 | 2140 |
||>> mk_Frees' "z" zip_zTs; |
51925 | 2141 |
|
2142 |
val Iphi_sets = |
|
2143 |
map2 (fn phi => fn T => HOLogic.Collect_const T $ HOLogic.mk_split phi) allJphis zip_ranTs; |
|
2144 |
val in_phis = map2 (mk_in Iphi_sets) (mk_setss zip_ranTs) zipFTs; |
|
2145 |
val fstABs = map fst_const passiveABs; |
|
2146 |
val all_fsts = fstABs @ fstsTsTs'; |
|
2147 |
val map_all_fsts = map2 (fn Ds => fn bnf => |
|
2148 |
Term.list_comb (mk_map_of_bnf Ds zip_ranTs (passiveAs @ Ts) bnf, all_fsts)) Dss bnfs; |
|
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2149 |
val Jmap_fsts = map2 (fn map => fn T => if m = 0 then HOLogic.id_const T |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2150 |
else Term.list_comb (map, fstABs)) (mk_Jmaps passiveABs passiveAs) Ts; |
51925 | 2151 |
|
2152 |
val sndABs = map snd_const passiveABs; |
|
2153 |
val all_snds = sndABs @ sndsTsTs'; |
|
2154 |
val map_all_snds = map2 (fn Ds => fn bnf => |
|
2155 |
Term.list_comb (mk_map_of_bnf Ds zip_ranTs (passiveBs @ Ts') bnf, all_snds)) Dss bnfs; |
|
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2156 |
val Jmap_snds = map2 (fn map => fn T => if m = 0 then HOLogic.id_const T |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2157 |
else Term.list_comb (map, sndABs)) (mk_Jmaps passiveABs passiveBs) Ts; |
51925 | 2158 |
val zip_unfolds = map (mk_unfold zip_zTs (map HOLogic.mk_split zips)) ks; |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2159 |
val zip_setss = mk_Jsetss passiveABs |> transpose; |
51925 | 2160 |
|
55197 | 2161 |
fun Jrel_coinduct_tac {context = ctxt, prems = CIHs} = |
51925 | 2162 |
let |
2163 |
fun mk_helper_prem phi in_phi zip x y map map' dtor dtor' = |
|
2164 |
let |
|
2165 |
val zipxy = zip $ x $ y; |
|
2166 |
in |
|
2167 |
HOLogic.mk_Trueprop (list_all_free [x, y] |
|
2168 |
(HOLogic.mk_imp (phi $ x $ y, HOLogic.mk_conj (HOLogic.mk_mem (zipxy, in_phi), |
|
2169 |
HOLogic.mk_conj (HOLogic.mk_eq (map $ zipxy, dtor $ x), |
|
2170 |
HOLogic.mk_eq (map' $ zipxy, dtor' $ y)))))) |
|
2171 |
end; |
|
2172 |
val helper_prems = map9 mk_helper_prem |
|
2173 |
activeJphis in_phis zips Jzs Jz's map_all_fsts map_all_snds dtors dtor's; |
|
55602 | 2174 |
fun mk_helper_coind_phi fst phi x alt y map zip_unfold = |
2175 |
list_exists_free [if fst then y else x] (HOLogic.mk_conj (phi $ x $ y, |
|
2176 |
HOLogic.mk_eq (alt, map $ (zip_unfold $ HOLogic.mk_prod (x, y))))) |
|
2177 |
val coind1_phis = map6 (mk_helper_coind_phi true) |
|
2178 |
activeJphis Jzs Jzs_copy Jz's Jmap_fsts zip_unfolds; |
|
2179 |
val coind2_phis = map6 (mk_helper_coind_phi false) |
|
2180 |
activeJphis Jzs Jz's_copy Jz's Jmap_snds zip_unfolds; |
|
2181 |
fun mk_cts zs z's phis = |
|
2182 |
map3 (fn z => fn z' => fn phi => |
|
2183 |
SOME (certify lthy (fold_rev (Term.absfree o Term.dest_Free) [z', z] phi))) |
|
2184 |
zs z's phis @ |
|
2185 |
map (SOME o certify lthy) (splice z's zs); |
|
2186 |
val cts1 = mk_cts Jzs Jzs_copy coind1_phis; |
|
2187 |
val cts2 = mk_cts Jz's Jz's_copy coind2_phis; |
|
2188 |
||
2189 |
fun mk_helper_coind_concl z alt coind_phi = |
|
2190 |
HOLogic.mk_imp (coind_phi, HOLogic.mk_eq (alt, z)); |
|
51925 | 2191 |
val helper_coind1_concl = |
2192 |
HOLogic.mk_Trueprop (Library.foldr1 HOLogic.mk_conj |
|
55602 | 2193 |
(map3 mk_helper_coind_concl Jzs Jzs_copy coind1_phis)); |
51925 | 2194 |
val helper_coind2_concl = |
2195 |
HOLogic.mk_Trueprop (Library.foldr1 HOLogic.mk_conj |
|
55602 | 2196 |
(map3 mk_helper_coind_concl Jz's Jz's_copy coind2_phis)); |
2197 |
||
55644 | 2198 |
fun mk_helper_coind_thms fst concl cts = |
55602 | 2199 |
Goal.prove_sorry lthy [] [] (Logic.list_implies (helper_prems, concl)) |
55644 | 2200 |
(fn {context = ctxt, prems = _} => mk_rel_coinduct_coind_tac ctxt fst m |
2201 |
(cterm_instantiate_pos cts dtor_coinduct_thm) ks map_comps map_cong0s |
|
2202 |
map_arg_cong_thms set_mapss dtor_unfold_thms dtor_Jmap_thms in_rels) |
|
51925 | 2203 |
|> Thm.close_derivation |
55602 | 2204 |
|> split_conj_thm |
2205 |
|> Proof_Context.export names_lthy lthy; |
|
2206 |
||
55644 | 2207 |
val helper_coind1_thms = mk_helper_coind_thms true helper_coind1_concl cts1; |
2208 |
val helper_coind2_thms = mk_helper_coind_thms false helper_coind2_concl cts2; |
|
55602 | 2209 |
|
2210 |
fun mk_helper_ind_phi phi ab fst snd z active_phi x y zip_unfold = |
|
2211 |
list_all_free [x, y] (HOLogic.mk_imp |
|
51925 | 2212 |
(HOLogic.mk_conj (active_phi $ x $ y, |
2213 |
HOLogic.mk_eq (z, zip_unfold $ HOLogic.mk_prod (x, y))), |
|
55602 | 2214 |
phi $ (fst $ ab) $ (snd $ ab))); |
2215 |
val helper_ind_phiss = |
|
2216 |
map4 (fn Jphi => fn ab => fn fst => fn snd => |
|
2217 |
map5 (mk_helper_ind_phi Jphi ab fst snd) |
|
2218 |
zip_zs activeJphis Jzs Jz's zip_unfolds) |
|
2219 |
Jphis abs fstABs sndABs; |
|
2220 |
val ctss = map2 (fn ab' => fn phis => |
|
2221 |
map2 (fn z' => fn phi => |
|
2222 |
SOME (certify lthy (Term.absfree ab' (Term.absfree z' phi)))) |
|
2223 |
zip_zs' phis @ |
|
2224 |
map (SOME o certify lthy) zip_zs) |
|
2225 |
abs' helper_ind_phiss; |
|
2226 |
fun mk_helper_ind_concl ab' z ind_phi set = |
|
2227 |
mk_Ball (set $ z) (Term.absfree ab' ind_phi); |
|
52505
e62f3fd2035e
share some code between codatatypes, datatypes and eventually prim(co)rec
traytel
parents:
52344
diff
changeset
|
2228 |
|
51925 | 2229 |
val mk_helper_ind_concls = |
55602 | 2230 |
map3 (fn ab' => fn ind_phis => fn zip_sets => |
2231 |
map3 (mk_helper_ind_concl ab') zip_zs ind_phis zip_sets) |
|
2232 |
abs' helper_ind_phiss zip_setss |
|
51925 | 2233 |
|> map (HOLogic.mk_Trueprop o Library.foldr1 HOLogic.mk_conj); |
55602 | 2234 |
|
51925 | 2235 |
val helper_ind_thmss = if m = 0 then replicate n [] else |
55602 | 2236 |
map4 (fn concl => fn j => fn set_induct => fn cts => |
2237 |
Goal.prove_sorry lthy [] [] (Logic.list_implies (helper_prems, concl)) |
|
55197 | 2238 |
(fn {context = ctxt, prems = _} => mk_rel_coinduct_ind_tac ctxt m ks |
55602 | 2239 |
dtor_unfold_thms set_mapss j (cterm_instantiate_pos cts set_induct)) |
51925 | 2240 |
|> Thm.close_derivation |
55602 | 2241 |
|> split_conj_thm |
2242 |
|> Proof_Context.export names_lthy lthy) |
|
2243 |
mk_helper_ind_concls ls dtor_Jset_induct_thms ctss |
|
51925 | 2244 |
|> transpose; |
2245 |
in |
|
55197 | 2246 |
mk_rel_coinduct_tac ctxt CIHs in_rels in_Jrels |
52505
e62f3fd2035e
share some code between codatatypes, datatypes and eventually prim(co)rec
traytel
parents:
52344
diff
changeset
|
2247 |
helper_ind_thmss helper_coind1_thms helper_coind2_thms |
51925 | 2248 |
end; |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2249 |
|
52505
e62f3fd2035e
share some code between codatatypes, datatypes and eventually prim(co)rec
traytel
parents:
52344
diff
changeset
|
2250 |
val Jrel_coinduct_thm = |
53258
775b43e72d82
renamed an ML filed for consistency (low-level => ctor/dtor/xtor in name)
blanchet
parents:
53203
diff
changeset
|
2251 |
mk_rel_xtor_co_induct_thm Greatest_FP rels activeJphis Jrels Jphis Jzs Jz's dtors dtor's |
52505
e62f3fd2035e
share some code between codatatypes, datatypes and eventually prim(co)rec
traytel
parents:
52344
diff
changeset
|
2252 |
Jrel_coinduct_tac lthy; |
51925 | 2253 |
|
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2254 |
val le_Jrel_OO_thm = |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2255 |
let |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2256 |
fun mk_le_Jrel_OO Jrelpsi1 Jrelpsi2 Jrelpsi12 = |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2257 |
mk_leq (mk_rel_compp (Jrelpsi1, Jrelpsi2)) Jrelpsi12; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2258 |
val goals = map3 mk_le_Jrel_OO Jrelpsi1s Jrelpsi2s Jrelpsi12s; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2259 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2260 |
val goal = HOLogic.mk_Trueprop (Library.foldr1 HOLogic.mk_conj goals); |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2261 |
in |
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
2262 |
Goal.prove_sorry lthy [] [] goal |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
2263 |
(K (mk_le_rel_OO_tac Jrel_coinduct_thm dtor_Jrel_thms rel_OOs)) |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
2264 |
|> Thm.close_derivation |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
2265 |
|> singleton (Proof_Context.export names_lthy lthy) |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2266 |
end; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2267 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2268 |
val timer = time (timer "helpers for BNF properties"); |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2269 |
|
56179 | 2270 |
fun close_wit I wit = (I, fold_rev Term.absfree (map (nth ys') I) wit); |
2271 |
||
2272 |
val all_unitTs = replicate live HOLogic.unitT; |
|
2273 |
val unitTs = replicate n HOLogic.unitT; |
|
2274 |
val unit_funs = replicate n (Term.absdummy HOLogic.unitT HOLogic.unit); |
|
2275 |
fun mk_map_args I = |
|
2276 |
map (fn i => |
|
2277 |
if member (op =) I i then Term.absdummy HOLogic.unitT (nth ys i) |
|
2278 |
else mk_undefined (HOLogic.unitT --> nth passiveAs i)) |
|
2279 |
(0 upto (m - 1)); |
|
2280 |
||
2281 |
fun mk_nat_wit Ds bnf (I, wit) () = |
|
2282 |
let |
|
2283 |
val passiveI = filter (fn i => i < m) I; |
|
2284 |
val map_args = mk_map_args passiveI; |
|
2285 |
in |
|
2286 |
Term.absdummy HOLogic.unitT (Term.list_comb |
|
2287 |
(mk_map_of_bnf Ds all_unitTs (passiveAs @ unitTs) bnf, map_args @ unit_funs) $ wit) |
|
2288 |
end; |
|
2289 |
||
2290 |
fun mk_dummy_wit Ds bnf I = |
|
2291 |
let |
|
2292 |
val map_args = mk_map_args I; |
|
2293 |
in |
|
2294 |
Term.absdummy HOLogic.unitT (Term.list_comb |
|
2295 |
(mk_map_of_bnf Ds all_unitTs (passiveAs @ unitTs) bnf, map_args @ unit_funs) $ |
|
2296 |
mk_undefined (mk_T_of_bnf Ds all_unitTs bnf)) |
|
2297 |
end; |
|
2298 |
||
2299 |
val nat_witss = |
|
2300 |
map2 (fn Ds => fn bnf => mk_wits_of_bnf (replicate (nwits_of_bnf bnf) Ds) |
|
2301 |
(replicate (nwits_of_bnf bnf) (replicate live HOLogic.unitT)) bnf |
|
2302 |
|> map (fn (I, wit) => |
|
2303 |
(I, Lazy.lazy (mk_nat_wit Ds bnf (I, Term.list_comb (wit, map (K HOLogic.unit) I)))))) |
|
2304 |
Dss bnfs; |
|
2305 |
||
2306 |
val nat_wit_thmss = map2 (curry op ~~) nat_witss (map wit_thmss_of_bnf bnfs) |
|
2307 |
||
2308 |
val Iss = map (map fst) nat_witss; |
|
2309 |
||
2310 |
fun filter_wits (I, wit) = |
|
2311 |
let val J = filter (fn i => i < m) I; |
|
2312 |
in (J, (length J < length I, wit)) end; |
|
2313 |
||
2314 |
val wit_treess = map_index (fn (i, Is) => |
|
2315 |
map_index (finish Iss m [i+m] (i+m)) Is) Iss |
|
2316 |
|> map (minimize_wits o map filter_wits o minimize_wits o flat); |
|
2317 |
||
2318 |
val coind_wit_argsss = |
|
2319 |
map (map (tree_to_coind_wits nat_wit_thmss o snd o snd) o filter (fst o snd)) wit_treess; |
|
2320 |
||
2321 |
val nonredundant_coind_wit_argsss = |
|
2322 |
fold (fn i => fn argsss => |
|
2323 |
nth_map (i - 1) (filter_out (fn xs => |
|
2324 |
exists (fn ys => |
|
2325 |
let |
|
2326 |
val xs' = (map (fst o fst) xs, snd (fst (hd xs))); |
|
2327 |
val ys' = (map (fst o fst) ys, snd (fst (hd ys))); |
|
2328 |
in |
|
2329 |
eq_pair (subset (op =)) (eq_set (op =)) (xs', ys') andalso not (fst xs' = fst ys') |
|
2330 |
end) |
|
2331 |
(flat argsss))) |
|
2332 |
argsss) |
|
2333 |
ks coind_wit_argsss; |
|
2334 |
||
2335 |
fun prepare_args args = |
|
2336 |
let |
|
2337 |
val I = snd (fst (hd args)); |
|
2338 |
val (dummys, args') = |
|
2339 |
map_split (fn i => |
|
2340 |
(case find_first (fn arg => fst (fst arg) = i - 1) args of |
|
2341 |
SOME (_, ((_, wit), thms)) => (NONE, (Lazy.force wit, thms)) |
|
2342 |
| NONE => |
|
2343 |
(SOME (i - 1), (mk_dummy_wit (nth Dss (i - 1)) (nth bnfs (i - 1)) I, [])))) |
|
2344 |
ks; |
|
2345 |
in |
|
2346 |
((I, dummys), apsnd flat (split_list args')) |
|
2347 |
end; |
|
2348 |
||
2349 |
fun mk_coind_wits ((I, dummys), (args, thms)) = |
|
2350 |
((I, dummys), (map (fn i => mk_unfold Ts args i $ HOLogic.unit) ks, thms)); |
|
2351 |
||
2352 |
val coind_witss = |
|
2353 |
maps (map (mk_coind_wits o prepare_args)) nonredundant_coind_wit_argsss; |
|
2354 |
||
2355 |
val witss = map2 (fn Ds => fn bnf => mk_wits_of_bnf |
|
2356 |
(replicate (nwits_of_bnf bnf) Ds) |
|
2357 |
(replicate (nwits_of_bnf bnf) (passiveAs @ Ts)) bnf) Dss bnfs; |
|
2358 |
||
2359 |
val ctor_witss = |
|
2360 |
map (map (uncurry close_wit o tree_to_ctor_wit ys ctors witss o snd o snd) o |
|
2361 |
filter_out (fst o snd)) wit_treess; |
|
2362 |
||
2363 |
fun mk_coind_wit_thms ((I, dummys), (wits, wit_thms)) = |
|
2364 |
let |
|
2365 |
fun mk_goal sets y y_copy y'_copy j = |
|
2366 |
let |
|
2367 |
fun mk_conjunct set z dummy wit = |
|
2368 |
mk_Ball (set $ z) (Term.absfree y'_copy |
|
2369 |
(if dummy = NONE orelse member (op =) I (j - 1) then |
|
2370 |
HOLogic.mk_imp (HOLogic.mk_eq (z, wit), |
|
2371 |
if member (op =) I (j - 1) then HOLogic.mk_eq (y_copy, y) |
|
2372 |
else @{term False}) |
|
2373 |
else @{term True})); |
|
2374 |
in |
|
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
2375 |
HOLogic.mk_Trueprop |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
2376 |
(Library.foldr1 HOLogic.mk_conj (map4 mk_conjunct sets Jzs dummys wits)) |
56179 | 2377 |
end; |
2378 |
val goals = map5 mk_goal Jsetss_by_range ys ys_copy ys'_copy ls; |
|
2379 |
in |
|
2380 |
map2 (fn goal => fn induct => |
|
2381 |
Goal.prove_sorry lthy [] [] goal |
|
2382 |
(fn {context = ctxt, prems = _} => mk_coind_wit_tac ctxt induct dtor_unfold_thms |
|
2383 |
(flat set_mapss) wit_thms) |
|
56272
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
2384 |
|> Thm.close_derivation |
159c07ceb18c
prove theorems with fixed variables (export afterwards)
traytel
parents:
56179
diff
changeset
|
2385 |
|> singleton (Proof_Context.export names_lthy lthy)) |
56179 | 2386 |
goals dtor_Jset_induct_thms |
2387 |
|> map split_conj_thm |
|
2388 |
|> transpose |
|
2389 |
|> map (map_filter (try (fn thm => thm RS bspec RS mp))) |
|
2390 |
|> curry op ~~ (map_index Library.I (map (close_wit I) wits)) |
|
2391 |
|> filter (fn (_, thms) => length thms = m) |
|
2392 |
end; |
|
2393 |
||
2394 |
val coind_wit_thms = maps mk_coind_wit_thms coind_witss; |
|
2395 |
||
2396 |
val (wit_thmss, all_witss) = |
|
2397 |
fold (fn ((i, wit), thms) => fn witss => |
|
2398 |
nth_map i (fn (thms', wits) => (thms @ thms', wit :: wits)) witss) |
|
2399 |
coind_wit_thms (map (pair []) ctor_witss) |
|
2400 |
|> map (apsnd (map snd o minimize_wits)) |
|
2401 |
|> split_list; |
|
2402 |
||
2403 |
val timer = time (timer "witnesses"); |
|
2404 |
||
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2405 |
val map_id0_tacs = |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2406 |
map2 (K oo mk_map_id0_tac Jmap_thms) dtor_unfold_unique_thms unfold_dtor_thms; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2407 |
val map_comp0_tacs = map (fn thm => K (rtac (thm RS sym) 1)) Jmap_comp0_thms; |
55197 | 2408 |
val map_cong0_tacs = map (fn thm => fn ctxt => mk_map_cong0_tac ctxt m thm) map_cong0_thms; |
2409 |
val set_map0_tacss = |
|
56113 | 2410 |
map (map (fn col => fn ctxt => unfold_thms_tac ctxt Jset_defs THEN mk_set_map0_tac col)) |
2411 |
(transpose col_natural_thmss); |
|
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2412 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2413 |
val Jbd_card_orders = map (fn def => fold_thms lthy [def] sbd_card_order) Jbd_defs; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2414 |
val Jbd_Cinfinites = map (fn def => fold_thms lthy [def] sbd_Cinfinite) Jbd_defs; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2415 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2416 |
val bd_co_tacs = map (fn thm => K (rtac thm 1)) Jbd_card_orders; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2417 |
val bd_cinf_tacs = map (fn thm => K (rtac (thm RS conjunct1) 1)) Jbd_Cinfinites; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2418 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2419 |
val set_bd_tacss = |
56113 | 2420 |
map2 (fn Cinf => map (fn col => fn ctxt => |
2421 |
unfold_thms_tac ctxt Jset_defs THEN mk_set_bd_tac Cinf col)) |
|
2422 |
Jbd_Cinfinites (transpose col_bd_thmss); |
|
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2423 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2424 |
val le_rel_OO_tacs = map (fn i => K (rtac (le_Jrel_OO_thm RS mk_conjunctN n i) 1)) ks; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2425 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2426 |
val rel_OO_Grp_tacs = map (fn def => K (rtac def 1)) Jrel_unabs_defs; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2427 |
|
55197 | 2428 |
val tacss = map9 zip_axioms map_id0_tacs map_comp0_tacs map_cong0_tacs set_map0_tacss |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2429 |
bd_co_tacs bd_cinf_tacs set_bd_tacss le_rel_OO_tacs rel_OO_Grp_tacs; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2430 |
|
56179 | 2431 |
fun wit_tac thms ctxt = |
55197 | 2432 |
mk_wit_tac ctxt n dtor_ctor_thms (flat dtor_Jset_thmss) (maps wit_thms_of_bnf bnfs) thms; |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2433 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2434 |
val (Jbnfs, lthy) = |
56179 | 2435 |
fold_map7 (fn b => fn tacs => fn map_b => fn rel_b => fn set_bs => fn wit_thms => |
56348 | 2436 |
fn consts => |
56179 | 2437 |
bnf_def Hardly_Inline (user_policy Note_Some) false I tacs (wit_tac wit_thms) |
56348 | 2438 |
(SOME deads) map_b rel_b set_bs consts |
2439 |
#> (fn (bnf, lthy) => (bnf, register_bnf (Local_Theory.full_name lthy b) bnf lthy))) |
|
56179 | 2440 |
bs tacss map_bs rel_bs set_bss wit_thmss |
56766 | 2441 |
((((((replicate n Binding.empty ~~ Ts) ~~ Jmaps) ~~ Jsetss_by_bnf) ~~ Jbds) ~~ |
2442 |
all_witss) ~~ map SOME Jrels) |
|
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2443 |
lthy; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2444 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2445 |
val timer = time (timer "registered new codatatypes as BNFs"); |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2446 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2447 |
val ls' = if m = 1 then [0] else ls; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2448 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2449 |
val Jbnf_common_notes = |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2450 |
[(dtor_map_uniqueN, [dtor_Jmap_unique_thm])] @ |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2451 |
map2 (fn i => fn thm => (mk_dtor_set_inductN i, [thm])) ls' dtor_Jset_induct_thms |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2452 |
|> map (fn (thmN, thms) => |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2453 |
((Binding.qualify true (Binding.name_of b) (Binding.name thmN), []), [(thms, [])])); |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2454 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2455 |
val Jbnf_notes = |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2456 |
[(dtor_mapN, map single dtor_Jmap_thms), |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2457 |
(dtor_relN, map single dtor_Jrel_thms), |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2458 |
(dtor_set_inclN, dtor_Jset_incl_thmss), |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2459 |
(dtor_set_set_inclN, map flat dtor_set_Jset_incl_thmsss)] @ |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2460 |
map2 (fn i => fn thms => (mk_dtor_setN i, map single thms)) ls' dtor_Jset_thmss |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2461 |
|> maps (fn (thmN, thmss) => |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2462 |
map2 (fn b => fn thms => |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2463 |
((Binding.qualify true (Binding.name_of b) (Binding.name thmN), []), [(thms, [])])) |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2464 |
bs thmss) |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2465 |
in |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2466 |
(timer, Jbnfs, (Jmap_thms, dtor_Jmap_thms), dtor_Jset_thmss', |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2467 |
dtor_Jrel_thms, Jrel_coinduct_thm, Jbnf_common_notes @ Jbnf_notes, lthy) |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2468 |
end; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2469 |
|
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2470 |
val dtor_unfold_o_Jmap_thms = mk_xtor_un_fold_o_map_thms Greatest_FP false m |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2471 |
dtor_unfold_unique_thm dtor_Jmap_o_thms (map (mk_pointfree lthy) dtor_unfold_thms) |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2472 |
sym_map_comps map_cong0s; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2473 |
val dtor_corec_o_Jmap_thms = mk_xtor_un_fold_o_map_thms Greatest_FP true m |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2474 |
dtor_corec_unique_thm dtor_Jmap_o_thms (map (mk_pointfree lthy) dtor_corec_thms) |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2475 |
sym_map_comps map_cong0s; |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2476 |
|
52731 | 2477 |
val rels = map2 (fn Ds => mk_rel_of_bnf Ds allAs allBs') Dss bnfs; |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2478 |
|
52731 | 2479 |
val dtor_unfold_transfer_thms = |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2480 |
mk_un_fold_transfer_thms Greatest_FP rels activephis |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2481 |
(if m = 0 then map HOLogic.eq_const Ts |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2482 |
else map (mk_rel_of_bnf deads passiveAs passiveBs) Jbnfs) Jphis |
52731 | 2483 |
(mk_unfolds passiveAs activeAs) (mk_unfolds passiveBs activeBs) |
55197 | 2484 |
(fn {context = ctxt, prems = _} => mk_unfold_transfer_tac ctxt m Jrel_coinduct_thm |
2485 |
(map map_transfer_of_bnf bnfs) dtor_unfold_thms) |
|
52731 | 2486 |
lthy; |
2487 |
||
51925 | 2488 |
val timer = time (timer "relator coinduction"); |
2489 |
||
49109
0e5b859e1c91
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents:
49105
diff
changeset
|
2490 |
val common_notes = |
49582
557302525778
renamed "dtor_rel_coinduct" etc. to "dtor_coinduct"
blanchet
parents:
49581
diff
changeset
|
2491 |
[(dtor_coinductN, [dtor_coinduct_thm]), |
55901
8c6d49dd8ae1
renamed a pair of low-level theorems to have c/dtor in their names (like the others)
blanchet
parents:
55899
diff
changeset
|
2492 |
(dtor_rel_coinductN, [Jrel_coinduct_thm]), |
52731 | 2493 |
(dtor_unfold_transferN, dtor_unfold_transfer_thms)] |
49109
0e5b859e1c91
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents:
49105
diff
changeset
|
2494 |
|> map (fn (thmN, thms) => |
0e5b859e1c91
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents:
49105
diff
changeset
|
2495 |
((Binding.qualify true (Binding.name_of b) (Binding.name thmN), []), [(thms, [])])); |
0e5b859e1c91
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents:
49105
diff
changeset
|
2496 |
|
0e5b859e1c91
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents:
49105
diff
changeset
|
2497 |
val notes = |
49504
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
2498 |
[(ctor_dtorN, ctor_dtor_thms), |
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
2499 |
(ctor_exhaustN, ctor_exhaust_thms), |
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
2500 |
(ctor_injectN, ctor_inject_thms), |
49594
55e798614c45
tweaked theorem names (in particular, dropped s's)
blanchet
parents:
49592
diff
changeset
|
2501 |
(dtor_corecN, dtor_corec_thms), |
49501 | 2502 |
(dtor_ctorN, dtor_ctor_thms), |
49504
df9b897fb254
renamed "iter"/"coiter" to "fold"/"unfold" (cf. Wadler)
blanchet
parents:
49501
diff
changeset
|
2503 |
(dtor_exhaustN, dtor_exhaust_thms), |
49501 | 2504 |
(dtor_injectN, dtor_inject_thms), |
49594
55e798614c45
tweaked theorem names (in particular, dropped s's)
blanchet
parents:
49592
diff
changeset
|
2505 |
(dtor_unfoldN, dtor_unfold_thms), |
51739
3514b90d0a8b
(co)rec is (just as the (un)fold) the unique morphism;
traytel
parents:
51551
diff
changeset
|
2506 |
(dtor_unfold_uniqueN, dtor_unfold_unique_thms), |
52913
2d2d9d1de1a9
theorems relating {c,d}tor_(un)fold/(co)rec and {c,d}tor_map
traytel
parents:
52912
diff
changeset
|
2507 |
(dtor_corec_uniqueN, dtor_corec_unique_thms), |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2508 |
(dtor_unfold_o_mapN, dtor_unfold_o_Jmap_thms), |
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2509 |
(dtor_corec_o_mapN, dtor_corec_o_Jmap_thms)] |
49109
0e5b859e1c91
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents:
49105
diff
changeset
|
2510 |
|> map (apsnd (map single)) |
0e5b859e1c91
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents:
49105
diff
changeset
|
2511 |
|> maps (fn (thmN, thmss) => |
0e5b859e1c91
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents:
49105
diff
changeset
|
2512 |
map2 (fn b => fn thms => |
0e5b859e1c91
no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents:
49105
diff
changeset
|
2513 |
((Binding.qualify true (Binding.name_of b) (Binding.name thmN), []), [(thms, [])])) |
53568
f9456284048f
conceal low-level noted facts (+ FIXME to get rid of the notes altogether eventually)
traytel
parents:
53567
diff
changeset
|
2514 |
bs thmss); |
f9456284048f
conceal low-level noted facts (+ FIXME to get rid of the notes altogether eventually)
traytel
parents:
53567
diff
changeset
|
2515 |
|
f9456284048f
conceal low-level noted facts (+ FIXME to get rid of the notes altogether eventually)
traytel
parents:
53567
diff
changeset
|
2516 |
(*FIXME: once the package exports all the necessary high-level characteristic theorems, |
f9456284048f
conceal low-level noted facts (+ FIXME to get rid of the notes altogether eventually)
traytel
parents:
53567
diff
changeset
|
2517 |
those should not only be concealed but rather not noted at all*) |
f9456284048f
conceal low-level noted facts (+ FIXME to get rid of the notes altogether eventually)
traytel
parents:
53567
diff
changeset
|
2518 |
val maybe_conceal_notes = note_all = false ? map (apfst (apfst Binding.conceal)); |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
2519 |
in |
51925 | 2520 |
timer; |
55899
8c0a13e84963
N2M does not use the low-level 'fold'; removed the latter from the fp_result interface;
traytel
parents:
55897
diff
changeset
|
2521 |
({Ts = Ts, bnfs = Jbnfs, ctors = ctors, dtors = dtors, xtor_co_recs = corecs, |
8c0a13e84963
N2M does not use the low-level 'fold'; removed the latter from the fp_result interface;
traytel
parents:
55897
diff
changeset
|
2522 |
xtor_co_induct = dtor_coinduct_thm, dtor_ctors = dtor_ctor_thms, |
55868 | 2523 |
ctor_dtors = ctor_dtor_thms, ctor_injects = ctor_inject_thms, dtor_injects = dtor_inject_thms, |
54841
af71b753c459
express weak pullback property of bnfs only in terms of the relator
traytel
parents:
54793
diff
changeset
|
2524 |
xtor_map_thms = dtor_Jmap_thms, xtor_set_thmss = dtor_Jset_thmss', |
55899
8c0a13e84963
N2M does not use the low-level 'fold'; removed the latter from the fp_result interface;
traytel
parents:
55897
diff
changeset
|
2525 |
xtor_rel_thms = dtor_Jrel_thms, xtor_co_rec_thms = dtor_corec_thms, |
55868 | 2526 |
xtor_co_rec_o_map_thms = dtor_corec_o_Jmap_thms, rel_xtor_co_induct_thm = Jrel_coinduct_thm}, |
53568
f9456284048f
conceal low-level noted facts (+ FIXME to get rid of the notes altogether eventually)
traytel
parents:
53567
diff
changeset
|
2527 |
lthy |> Local_Theory.notes (maybe_conceal_notes (common_notes @ notes @ Jbnf_notes)) |> snd) |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
2528 |
end; |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
2529 |
|
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
2530 |
val _ = |
54025 | 2531 |
Outer_Syntax.local_theory @{command_spec "codatatype"} "define coinductive datatypes" |
52207
21026c312cc3
tuning -- avoided unreadable true/false all over the place for LFP/GFP
blanchet
parents:
52090
diff
changeset
|
2532 |
(parse_co_datatype_cmd Greatest_FP construct_gfp); |
49308
6190b701e4f4
reorganized dependencies so that the sugar does not depend on GFP -- this will be essential for bootstrapping
blanchet
parents:
49277
diff
changeset
|
2533 |
|
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff
changeset
|
2534 |
end; |