diff -r 18efe191bd5f -r c29146dc14f1 src/HOL/Nominal/Examples/SN.thy --- a/src/HOL/Nominal/Examples/SN.thy Wed Nov 15 15:39:22 2006 +0100 +++ b/src/HOL/Nominal/Examples/SN.thy Wed Nov 15 16:23:55 2006 +0100 @@ -92,7 +92,7 @@ show ?case proof (simp) have f: "\c::name. c\(pi\a,pi\s1,pi\s2,x)" - by (rule at_exists_fresh[OF at_name_inst], simp add: fs_name1) + by (rule exists_fresh', simp add: fs_name1) then obtain c::"name" where f1: "c\(pi\a)" and f2: "c\x" and f3: "c\(pi\s1)" and f4: "c\(pi\s2)" by (force simp add: fresh_prod fresh_atm) @@ -110,7 +110,7 @@ show ?case proof (simp add: subst_eqvt) have f: "\c::name. c\(pi\a,pi\s1,pi\s2,x)" - by (rule at_exists_fresh[OF at_name_inst], simp add: fs_name1) + by (rule exists_fresh', simp add: fs_name1) then obtain c::"name" where f1: "c\(pi\a)" and f2: "c\x" and f3: "c\(pi\s1)" and f4: "c\(pi\s2)" by (force simp add: fresh_prod fresh_atm) @@ -318,7 +318,7 @@ have k2: "((a,\)#\)\t:\" by fact have k3: "\(pi::name prm) (x::'a::fs_name). P x (pi \((a,\)#\)) (pi\t) \" by fact have f: "\c::name. c\(pi\a,pi\t,pi\\,x)" - by (rule at_exists_fresh[OF at_name_inst], simp add: fs_name1) + by (rule exists_fresh', simp add: fs_name1) then obtain c::"name" where f1: "c\(pi\a)" and f2: "c\x" and f3: "c\(pi\t)" and f4: "c\(pi\\)" by (force simp add: fresh_prod at_fresh[OF at_name_inst])