diff -r 4dc65845eab3 -r d8d7d1b785af doc-src/TutorialI/Rules/Primes.thy --- a/doc-src/TutorialI/Rules/Primes.thy Wed Feb 24 11:55:52 2010 +0100 +++ b/doc-src/TutorialI/Rules/Primes.thy Mon Mar 01 13:40:23 2010 +0100 @@ -99,8 +99,7 @@ (**** The material below was omitted from the book ****) -constdefs - is_gcd :: "[nat,nat,nat] \ bool" (*gcd as a relation*) +definition is_gcd :: "[nat,nat,nat] \ bool" where (*gcd as a relation*) "is_gcd p m n == p dvd m \ p dvd n \ (ALL d. d dvd m \ d dvd n \ d dvd p)"