src/HOLCF/IOA/meta_theory/Automata.ML
changeset 3662 4be700757406
parent 3656 2df8a2bc3ee2
child 4098 71e05eb27fb6
equal deleted inserted replaced
3661:1ea4a45b9412 3662:4be700757406
   294 
   294 
   295 goal thy "starts_of(restrict ioa acts) = starts_of(ioa) &     \
   295 goal thy "starts_of(restrict ioa acts) = starts_of(ioa) &     \
   296 \         trans_of(restrict ioa acts) = trans_of(ioa) & \
   296 \         trans_of(restrict ioa acts) = trans_of(ioa) & \
   297 \         reachable (restrict ioa acts) s = reachable ioa s & \
   297 \         reachable (restrict ioa acts) s = reachable ioa s & \
   298 \         act (restrict A acts) = act A";
   298 \         act (restrict A acts) = act A";
   299 by (simp_tac (!simpset addsimps [cancel_restrict_a,cancel_restrict_b,acts_restrict]) 1);
   299   by (simp_tac (!simpset addsimps [cancel_restrict_a,cancel_restrict_b,acts_restrict]) 1);
   300 qed"cancel_restrict";
   300 qed"cancel_restrict";
   301 
   301 
   302 (* ---------------------------------------------------------------------------------- *)
   302 (* ---------------------------------------------------------------------------------- *)
   303 
   303 
   304 section "rename";
   304 section "rename";