src/HOL/UNITY/Simple/Reachability.ML
changeset 11701 3d51fbf81c17
parent 11467 1064effe37f6
child 12158 f60fe41e96e9
--- a/src/HOL/UNITY/Simple/Reachability.ML	Fri Oct 05 21:50:37 2001 +0200
+++ b/src/HOL/UNITY/Simple/Reachability.ML	Fri Oct 05 21:52:39 2001 +0200
@@ -162,7 +162,7 @@
 
 
 Goalw [nmsg_gte_def, nmsg_lte_def,nmsg_gt_def, nmsg_eq_def]
-     "((nmsg_gte 0 (v,w) Int nmsg_lte 1' (v,w)) Int (- nmsg_gt 0 (v,w) Un A)) \
+     "((nmsg_gte 0 (v,w) Int nmsg_lte (Suc 0) (v,w)) Int (- nmsg_gt 0 (v,w) Un A)) \
 \     <= A Un nmsg_eq 0 (v,w)";
 by Auto_tac;
 qed "lemma4";
@@ -170,7 +170,7 @@
 
 Goalw [nmsg_gte_def,nmsg_lte_def,nmsg_gt_def, nmsg_eq_def]
      "reachable v Int nmsg_eq 0 (v,w) = \
-\     ((nmsg_gte 0 (v,w) Int nmsg_lte 1' (v,w)) Int \
+\     ((nmsg_gte 0 (v,w) Int nmsg_lte (Suc 0) (v,w)) Int \
 \      (reachable v Int nmsg_lte 0 (v,w)))";
 by Auto_tac;
 qed "lemma5";