src/ZF/UNITY/Guar.ML
changeset 12152 46f128d8133c
parent 11479 697dcaaf478f
child 12195 ed2893765a08
equal deleted inserted replaced
12151:fb0fb0209c87 12152:46f128d8133c
   127 Goalw [uv_prop_def]
   127 Goalw [uv_prop_def]
   128 "X<=program  ==> (ALL GG. GG:Fin(program) & GG <= X & OK(GG,(%G. G)) \
   128 "X<=program  ==> (ALL GG. GG:Fin(program) & GG <= X & OK(GG,(%G. G)) \
   129 \ --> (JN G:GG. G):X)  --> uv_prop(X)";
   129 \ --> (JN G:GG. G):X)  --> uv_prop(X)";
   130 by Auto_tac;
   130 by Auto_tac;
   131 by (Clarify_tac 2);
   131 by (Clarify_tac 2);
   132 by (dres_inst_tac [("x", "{x,xa}")] spec 2);
   132 by (dres_inst_tac [("x", "{F,G}")] spec 2);
   133 by (dres_inst_tac [("x", "0")] spec 1);
   133 by (dres_inst_tac [("x", "0")] spec 1);
   134 by (auto_tac (claset() addDs [ok_sym], 
   134 by (auto_tac (claset() addDs [ok_sym], 
   135     simpset() addsimps [OK_iff_ok]));
   135     simpset() addsimps [OK_iff_ok]));
   136 qed "uv2";
   136 qed "uv2";
   137 
   137