diff -r 638bbd5a4a3b -r 667b5ea637dd src/HOL/Infinite_Set.thy --- a/src/HOL/Infinite_Set.thy Sat Apr 08 22:12:02 2006 +0200 +++ b/src/HOL/Infinite_Set.thy Sat Apr 08 22:51:06 2006 +0200 @@ -13,12 +13,9 @@ text {* Some elementary facts about infinite sets, by Stefan Merz. *} -syntax infinite :: "'a set \ bool" -translations "infinite S" == "\ finite S" -(* doesnt work: -abbreviation (output) - "infinite S = (\ finite S)" -*) +abbreviation + infinite :: "'a set \ bool" + "infinite S == \ finite S" text {* Infinite sets are non-empty, and if we remove some elements