src/HOL/UNITY/PPROD.ML
author paulson
Thu, 26 Aug 1999 11:36:04 +0200
changeset 7361 477e1bdf230f
parent 7344 d54e871d77e0
child 7399 cf780c2bcccf
permissions -rw-r--r--
changed "guar" back to "guarantees" (sorry)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
     1
(*  Title:      HOL/UNITY/PPROD.ML
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
     2
    ID:         $Id$
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
     3
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
7188
2bc63a44721b re-organization of theorems from Alloc and PPROD, partly into new theory
paulson
parents: 6867
diff changeset
     4
    Copyright   1999  University of Cambridge
2bc63a44721b re-organization of theorems from Alloc and PPROD, partly into new theory
paulson
parents: 6867
diff changeset
     5
2bc63a44721b re-organization of theorems from Alloc and PPROD, partly into new theory
paulson
parents: 6867
diff changeset
     6
Abstraction over replicated components (PLam)
2bc63a44721b re-organization of theorems from Alloc and PPROD, partly into new theory
paulson
parents: 6867
diff changeset
     7
General products of programs (Pi operation)
2bc63a44721b re-organization of theorems from Alloc and PPROD, partly into new theory
paulson
parents: 6867
diff changeset
     8
2bc63a44721b re-organization of theorems from Alloc and PPROD, partly into new theory
paulson
parents: 6867
diff changeset
     9
It is not clear that any of this is good for anything.
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
    10
*)
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
    11
6020
4b109bf75976 towards handling sharing of variables
paulson
parents: 6012
diff changeset
    12
4b109bf75976 towards handling sharing of variables
paulson
parents: 6012
diff changeset
    13
val rinst = read_instantiate_sg (sign_of thy);
4b109bf75976 towards handling sharing of variables
paulson
parents: 6012
diff changeset
    14
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
    15
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
    16
(*** Basic properties ***)
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
    17
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    18
Goalw [PLam_def] "Init (PLam I F) = (INT i:I. lift_set i (Init (F i)))";
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
    19
by Auto_tac;
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    20
qed "Init_PLam";
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    21
Addsimps [Init_PLam];
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
    22
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    23
Goal "Acts (PLam I F) = insert Id (UN i:I. lift_act i `` Acts (F i))";
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
    24
by (auto_tac (claset(),
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    25
	      simpset() addsimps [PLam_def, Acts_JN]));
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    26
qed "Acts_PLam";
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
    27
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    28
Goal "PLam {} F = SKIP";
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    29
by (simp_tac (simpset() addsimps [PLam_def]) 1);
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    30
qed "PLam_empty";
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
    31
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    32
Goal "(plam i: I. SKIP) = SKIP";
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    33
by (simp_tac (simpset() addsimps [PLam_def,lift_prog_SKIP,JN_constant]) 1);
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    34
qed "PLam_SKIP";
6299
1a88db6e7c7e UNITY fully working at last...
paulson
parents: 6295
diff changeset
    35
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    36
Addsimps [PLam_SKIP, PLam_empty];
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
    37
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    38
Goalw [PLam_def]
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    39
    "PLam (insert i I) F = (lift_prog i (F i)) Join (PLam I F)";
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
    40
by Auto_tac;
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    41
qed "PLam_insert";
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
    42
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    43
Goalw [PLam_def] "i : I ==> (lift_prog i (F i)) component (PLam I F)";
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
    44
(*blast_tac doesn't use HO unification*)
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
    45
by (fast_tac (claset() addIs [component_JN]) 1);
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    46
qed "component_PLam";
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
    47
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
    48
7188
2bc63a44721b re-organization of theorems from Alloc and PPROD, partly into new theory
paulson
parents: 6867
diff changeset
    49
(** Safety **)
6835
588f791ee737 addition of drop_... operators with new results and simplification of old ones
paulson
parents: 6826
diff changeset
    50
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
    51
Goal "i : I ==>  \
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    52
\     (PLam I F : (lift_set i A) co (lift_set i B))  =  \
6536
281d44905cab made many specification operators infix
paulson
parents: 6451
diff changeset
    53
\     (F i : A co B)";
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    54
by (asm_simp_tac (simpset() addsimps [PLam_def, constrains_JN]) 1);
7344
d54e871d77e0 new guarantees laws; also better natural deduction style for old ones
paulson
parents: 7188
diff changeset
    55
by (blast_tac (claset() addIs [lift_prog_constrains RS iffD1, 
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
    56
			       constrains_imp_lift_prog_constrains]) 1);
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    57
qed "PLam_constrains";
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
    58
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    59
Goal "i : I ==> (PLam I F : stable (lift_set i A)) = (F i : stable A)";
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    60
by (asm_simp_tac (simpset() addsimps [stable_def, PLam_constrains]) 1);
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    61
qed "PLam_stable";
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
    62
7188
2bc63a44721b re-organization of theorems from Alloc and PPROD, partly into new theory
paulson
parents: 6867
diff changeset
    63
(*Possibly useful in Lift_set.ML?*)
6536
281d44905cab made many specification operators infix
paulson
parents: 6451
diff changeset
    64
Goal "[| lift_prog i F : AA co BB |] \
6835
588f791ee737 addition of drop_... operators with new results and simplification of old ones
paulson
parents: 6826
diff changeset
    65
\     ==> F : (drop_set i AA) co (drop_set i BB)";
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
    66
by (auto_tac (claset(), 
6835
588f791ee737 addition of drop_... operators with new results and simplification of old ones
paulson
parents: 6826
diff changeset
    67
	      simpset() addsimps [constrains_def, drop_set_def]));
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
    68
by (force_tac (claset() addSIs [rinst [("x", "?ff(i := ?u)")] image_eqI],
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
    69
	       simpset()) 1);
7188
2bc63a44721b re-organization of theorems from Alloc and PPROD, partly into new theory
paulson
parents: 6867
diff changeset
    70
qed "lift_prog_constrains_drop_set";
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
    71
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    72
Goal "[| PLam I F : AA co BB;  i: I |] \
6835
588f791ee737 addition of drop_... operators with new results and simplification of old ones
paulson
parents: 6826
diff changeset
    73
\     ==> F i : (drop_set i AA) co (drop_set i BB)";
7188
2bc63a44721b re-organization of theorems from Alloc and PPROD, partly into new theory
paulson
parents: 6867
diff changeset
    74
by (rtac lift_prog_constrains_drop_set 1);
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
    75
(*rotate this assumption to be last*)
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    76
by (dres_inst_tac [("psi", "PLam I F : ?C")] asm_rl 1);
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    77
by (asm_full_simp_tac (simpset() addsimps [PLam_def, constrains_JN]) 1);
7188
2bc63a44721b re-organization of theorems from Alloc and PPROD, partly into new theory
paulson
parents: 6867
diff changeset
    78
qed "PLam_constrains_drop_set";
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
    79
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
    80
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
    81
(** invariant **)
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
    82
6299
1a88db6e7c7e UNITY fully working at last...
paulson
parents: 6295
diff changeset
    83
Goal "[| F i : invariant A;  i : I |] \
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    84
\     ==> PLam I F : invariant (lift_set i A)";
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
    85
by (auto_tac (claset(),
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    86
	      simpset() addsimps [invariant_def, PLam_stable]));
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    87
qed "invariant_imp_PLam_invariant";
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
    88
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
    89
(*The f0 premise ensures that the product is well-defined.*)
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    90
Goal "[| PLam I F : invariant (lift_set i A);  i : I;  \
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    91
\        f0: Init (PLam I F) |] ==> F i : invariant A";
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
    92
by (auto_tac (claset(),
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    93
	      simpset() addsimps [invariant_def, PLam_stable]));
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
    94
by (dres_inst_tac [("c", "f0(i:=x)")] subsetD 1);
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
    95
by Auto_tac;
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    96
qed "PLam_invariant_imp_invariant";
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
    97
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    98
Goal "[| i : I;  f0: Init (PLam I F) |] \
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
    99
\     ==> (PLam I F : invariant (lift_set i A)) = (F i : invariant A)";
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   100
by (blast_tac (claset() addIs [invariant_imp_PLam_invariant, 
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   101
			       PLam_invariant_imp_invariant]) 1);
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   102
qed "PLam_invariant";
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   103
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
   104
(*The f0 premise isn't needed if F is a constant program because then
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
   105
  we get an initial state by replicating that of F*)
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
   106
Goal "i : I \
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   107
\     ==> ((plam x:I. F) : invariant (lift_set i A)) = (F : invariant A)";
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
   108
by (auto_tac (claset(),
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   109
	      simpset() addsimps [invariant_def, PLam_stable]));
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   110
qed "const_PLam_invariant";
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
   111
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   112
7188
2bc63a44721b re-organization of theorems from Alloc and PPROD, partly into new theory
paulson
parents: 6867
diff changeset
   113
(** Reachability **)
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
   114
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   115
Goal "[| f : reachable (PLam I F);  i : I |] ==> f i : reachable (F i)";
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   116
by (etac reachable.induct 1);
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   117
by (auto_tac
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   118
    (claset() addIs reachable.intrs,
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   119
     simpset() addsimps [Acts_PLam]));
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   120
qed "reachable_PLam";
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   121
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   122
(*Result to justify a re-organization of this file*)
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   123
Goal "{f. ALL i:I. f i : R i} = (INT i:I. lift_set i (R i))";
6867
7cb9d3250db7 expandshort
paulson
parents: 6842
diff changeset
   124
by Auto_tac;
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   125
result();
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   126
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   127
Goal "reachable (PLam I F) <= (INT i:I. lift_set i (reachable (F i)))";
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   128
by (force_tac (claset() addSDs [reachable_PLam], simpset()) 1);
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   129
qed "reachable_PLam_subset1";
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   130
6826
02c4dd469ec0 many new results for reachable and lift_prog
paulson
parents: 6646
diff changeset
   131
(*simplify using reachable_lift_prog??*)
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
   132
Goal "[| i ~: I;  A : reachable (F i) |]     \
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   133
\  ==> ALL f. f : reachable (PLam I F)      \
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   134
\             --> f(i:=A) : reachable (lift_prog i (F i) Join PLam I F)";
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   135
by (etac reachable.induct 1);
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   136
by (ALLGOALS Clarify_tac);
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   137
by (etac reachable.induct 1);
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   138
(*Init, Init case*)
6826
02c4dd469ec0 many new results for reachable and lift_prog
paulson
parents: 6646
diff changeset
   139
by (force_tac (claset() addIs reachable.intrs, simpset()) 1);
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   140
(*Init of F, action of PLam F case*)
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
   141
by (rtac reachable.Acts 1);
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   142
by (force_tac (claset(), simpset() addsimps [Acts_Join]) 1);
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
   143
by (assume_tac 1);
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   144
by (force_tac (claset() addIs [ext], simpset() addsimps [Acts_PLam]) 1);
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   145
(*induction over the 2nd "reachable" assumption*)
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   146
by (eres_inst_tac [("xa","f")] reachable.induct 1);
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   147
(*Init of PLam F, action of F case*)
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   148
by (res_inst_tac [("act","lift_act i act")] reachable.Acts 1);
6835
588f791ee737 addition of drop_... operators with new results and simplification of old ones
paulson
parents: 6826
diff changeset
   149
by (force_tac (claset(), simpset() addsimps [Acts_Join]) 1);
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   150
by (force_tac (claset() addIs [reachable.Init], simpset()) 1);
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   151
by (force_tac (claset() addIs [ext], simpset() addsimps [lift_act_def]) 1);
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   152
(*last case: an action of PLam I F*)
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
   153
by (rtac reachable.Acts 1);
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   154
by (force_tac (claset(), simpset() addsimps [Acts_Join]) 1);
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
   155
by (assume_tac 1);
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   156
by (force_tac (claset() addIs [ext], simpset() addsimps [Acts_PLam]) 1);
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   157
qed_spec_mp "reachable_lift_Join_PLam";
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   158
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   159
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   160
(*The index set must be finite: otherwise infinitely many copies of F can
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   161
  perform actions, and PLam can never catch up in finite time.*)
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
   162
Goal "finite I \
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   163
\     ==> (INT i:I. lift_set i (reachable (F i))) <= reachable (PLam I F)";
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   164
by (etac finite_induct 1);
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   165
by (Simp_tac 1);
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   166
by (force_tac (claset() addDs [reachable_lift_Join_PLam], 
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   167
	       simpset() addsimps [PLam_insert]) 1);
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   168
qed "reachable_PLam_subset2";
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   169
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
   170
Goal "finite I ==> \
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   171
\     reachable (PLam I F) = (INT i:I. lift_set i (reachable (F i)))";
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   172
by (REPEAT_FIRST (ares_tac [equalityI,
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   173
			    reachable_PLam_subset1, 
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   174
			    reachable_PLam_subset2]));
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   175
qed "reachable_PLam_eq";
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   176
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   177
6536
281d44905cab made many specification operators infix
paulson
parents: 6451
diff changeset
   178
(** Co **)
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   179
6536
281d44905cab made many specification operators infix
paulson
parents: 6451
diff changeset
   180
Goal "[| F i : A Co B;  i: I;  finite I |]  \
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   181
\     ==> PLam I F : (lift_set i A) Co (lift_set i B)";
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   182
by (auto_tac
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   183
    (claset(),
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   184
     simpset() addsimps [Constrains_def, Collect_conj_eq RS sym,
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   185
			 reachable_PLam_eq]));
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   186
by (auto_tac (claset(), 
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   187
              simpset() addsimps [constrains_def, PLam_def, Acts_JN]));
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   188
by (REPEAT (blast_tac (claset() addIs reachable.intrs) 1));
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   189
qed "Constrains_imp_PLam_Constrains";
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
   190
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   191
Goal "[| ALL j:I. f0 j : A j;   i: I |] \
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   192
\     ==> drop_set i (INT j:I. lift_set j (A j)) = A i";
6299
1a88db6e7c7e UNITY fully working at last...
paulson
parents: 6295
diff changeset
   193
by (force_tac (claset() addSIs [rinst [("x", "?ff(i := ?u)")] image_eqI],
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   194
	       simpset() addsimps [drop_set_def]) 1);
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   195
qed "drop_set_INT_lift_set";
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
   196
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   197
(*Again, we need the f0 premise so that PLam I F has an initial state;
6575
70d758762c50 new definitions of Co and LeadsTo
paulson
parents: 6536
diff changeset
   198
  otherwise its Co-property is vacuous.*)
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   199
Goal "[| PLam I F : (lift_set i A) Co (lift_set i B);  \
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   200
\        i: I;  finite I;  f0: Init (PLam I F) |]  \
6536
281d44905cab made many specification operators infix
paulson
parents: 6451
diff changeset
   201
\     ==> F i : A Co B";
6575
70d758762c50 new definitions of Co and LeadsTo
paulson
parents: 6536
diff changeset
   202
by (full_simp_tac (simpset() addsimps [Constrains_eq_constrains]) 1);
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
   203
by (subgoal_tac "ALL i:I. f0 i : reachable (F i)" 1);
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
   204
by (blast_tac (claset() addIs [reachable.Init]) 2);
7188
2bc63a44721b re-organization of theorems from Alloc and PPROD, partly into new theory
paulson
parents: 6867
diff changeset
   205
by (dtac PLam_constrains_drop_set 1);
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
   206
by (assume_tac 1);
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
   207
by (asm_full_simp_tac
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   208
    (simpset() addsimps [drop_set_lift_set_Int2,
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   209
			 drop_set_INT_lift_set, reachable_PLam_eq]) 1);
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   210
qed "PLam_Constrains_imp_Constrains";
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   211
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   212
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   213
Goal "[| i: I;  finite I;  f0: Init (PLam I F) |]  \
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   214
\     ==> (PLam I F : (lift_set i A) Co (lift_set i B)) =  \
6536
281d44905cab made many specification operators infix
paulson
parents: 6451
diff changeset
   215
\         (F i : A Co B)";
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   216
by (blast_tac (claset() addIs [Constrains_imp_PLam_Constrains, 
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   217
			       PLam_Constrains_imp_Constrains]) 1);
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   218
qed "PLam_Constrains";
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
   219
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   220
Goal "[| i: I;  finite I;  f0: Init (PLam I F) |]  \
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   221
\     ==> (PLam I F : Stable (lift_set i A)) = (F i : Stable A)";
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   222
by (asm_simp_tac (simpset() delsimps [Init_PLam]
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   223
			    addsimps [Stable_def, PLam_Constrains]) 1);
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   224
qed "PLam_Stable";
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   225
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   226
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   227
(** const_PLam (no dependence on i) doesn't require the f0 premise **)
5899
13d4753079fe new theory PPROD
paulson
parents:
diff changeset
   228
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   229
Goal "[| (plam x:I. F) : (lift_set i A) Co (lift_set i B);  \
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
   230
\        i: I;  finite I |]  \
6536
281d44905cab made many specification operators infix
paulson
parents: 6451
diff changeset
   231
\     ==> F : A Co B";
6575
70d758762c50 new definitions of Co and LeadsTo
paulson
parents: 6536
diff changeset
   232
by (full_simp_tac (simpset() addsimps [Constrains_eq_constrains]) 1);
7188
2bc63a44721b re-organization of theorems from Alloc and PPROD, partly into new theory
paulson
parents: 6867
diff changeset
   233
by (dtac PLam_constrains_drop_set 1);
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
   234
by (assume_tac 1);
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
   235
by (asm_full_simp_tac
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   236
    (simpset() addsimps [drop_set_INT,
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   237
			 drop_set_lift_set_Int2, Collect_conj_eq RS sym,
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   238
			 reachable_PLam_eq]) 1);
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   239
qed "const_PLam_Constrains_imp_Constrains";
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
   240
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
   241
Goal "[| i: I;  finite I |]  \
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   242
\     ==> ((plam x:I. F) : (lift_set i A) Co (lift_set i B)) =  \
6536
281d44905cab made many specification operators infix
paulson
parents: 6451
diff changeset
   243
\         (F : A Co B)";
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   244
by (blast_tac (claset() addIs [Constrains_imp_PLam_Constrains, 
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   245
			       const_PLam_Constrains_imp_Constrains]) 1);
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   246
qed "const_PLam_Constrains";
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
   247
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
   248
Goal "[| i: I;  finite I |]  \
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   249
\     ==> ((plam x:I. F) : Stable (lift_set i A)) = (F : Stable A)";
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   250
by (asm_simp_tac (simpset() addsimps [Stable_def, const_PLam_Constrains]) 1);
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   251
qed "const_PLam_Stable";
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
   252
7188
2bc63a44721b re-organization of theorems from Alloc and PPROD, partly into new theory
paulson
parents: 6867
diff changeset
   253
Goalw [Increasing_def]
2bc63a44721b re-organization of theorems from Alloc and PPROD, partly into new theory
paulson
parents: 6867
diff changeset
   254
     "[| i: I;  finite I |]  \
2bc63a44721b re-organization of theorems from Alloc and PPROD, partly into new theory
paulson
parents: 6867
diff changeset
   255
\     ==> ((plam x:I. F) : Increasing (f o sub i)) = (F : Increasing f)";
2bc63a44721b re-organization of theorems from Alloc and PPROD, partly into new theory
paulson
parents: 6867
diff changeset
   256
by (subgoal_tac "ALL z. {s. z <= (f o sub i) s} = lift_set i {s. z <= f s}" 1);
2bc63a44721b re-organization of theorems from Alloc and PPROD, partly into new theory
paulson
parents: 6867
diff changeset
   257
by (asm_simp_tac (simpset() addsimps [lift_set_sub]) 2);
2bc63a44721b re-organization of theorems from Alloc and PPROD, partly into new theory
paulson
parents: 6867
diff changeset
   258
by (asm_full_simp_tac
2bc63a44721b re-organization of theorems from Alloc and PPROD, partly into new theory
paulson
parents: 6867
diff changeset
   259
    (simpset() addsimps [finite_lessThan, const_PLam_Stable]) 1);
2bc63a44721b re-organization of theorems from Alloc and PPROD, partly into new theory
paulson
parents: 6867
diff changeset
   260
qed "const_PLam_Increasing";
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
   261
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
   262
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
   263
(*** guarantees properties ***)
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
   264
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   265
Goalw [PLam_def]
7361
477e1bdf230f changed "guar" back to "guarantees" (sorry)
paulson
parents: 7344
diff changeset
   266
    "[| i : I;  lift_prog i (F i): X guarantees Y |]  \
477e1bdf230f changed "guar" back to "guarantees" (sorry)
paulson
parents: 7344
diff changeset
   267
\    ==> (PLam I F) : X guarantees Y";
7344
d54e871d77e0 new guarantees laws; also better natural deduction style for old ones
paulson
parents: 7188
diff changeset
   268
by (asm_simp_tac (simpset() addsimps [guarantees_JN_I]) 1);
d54e871d77e0 new guarantees laws; also better natural deduction style for old ones
paulson
parents: 7188
diff changeset
   269
qed "guarantees_PLam_I";
d54e871d77e0 new guarantees laws; also better natural deduction style for old ones
paulson
parents: 7188
diff changeset
   270
d54e871d77e0 new guarantees laws; also better natural deduction style for old ones
paulson
parents: 7188
diff changeset
   271
Goalw [PLam_def]
7361
477e1bdf230f changed "guar" back to "guarantees" (sorry)
paulson
parents: 7344
diff changeset
   272
    "[| ALL i:I. F i : X guarantees Y |] \
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   273
\    ==> (PLam I F) : (INT i: I. lift_prog i `` X) \
7361
477e1bdf230f changed "guar" back to "guarantees" (sorry)
paulson
parents: 7344
diff changeset
   274
\                 guarantees (INT i: I. lift_prog i `` Y)";
6835
588f791ee737 addition of drop_... operators with new results and simplification of old ones
paulson
parents: 6826
diff changeset
   275
by (blast_tac (claset() addIs [guarantees_JN_INT, lift_prog_guarantees]) 1);
7344
d54e871d77e0 new guarantees laws; also better natural deduction style for old ones
paulson
parents: 7188
diff changeset
   276
bind_thm ("guarantees_PLam_INT", ballI RS result());
5972
2430ccbde87d guarantees laws
paulson
parents: 5899
diff changeset
   277
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   278
Goalw [PLam_def]
7361
477e1bdf230f changed "guar" back to "guarantees" (sorry)
paulson
parents: 7344
diff changeset
   279
    "[| ALL i:I. F i : X guarantees Y |] \
6842
56e08e264961 renamed PPI to plam
paulson
parents: 6835
diff changeset
   280
\    ==> (PLam I F) : (UN i: I. lift_prog i `` X) \
7361
477e1bdf230f changed "guar" back to "guarantees" (sorry)
paulson
parents: 7344
diff changeset
   281
\                 guarantees (UN i: I. lift_prog i `` Y)";
6835
588f791ee737 addition of drop_... operators with new results and simplification of old ones
paulson
parents: 6826
diff changeset
   282
by (blast_tac (claset() addIs [guarantees_JN_UN, lift_prog_guarantees]) 1);
7344
d54e871d77e0 new guarantees laws; also better natural deduction style for old ones
paulson
parents: 7188
diff changeset
   283
bind_thm ("guarantees_PLam_UN", ballI RS result());