ex/Puzzle.thy
author clasohm
Thu, 16 Sep 1993 12:21:07 +0200
changeset 0 7949f97df77a
permissions -rw-r--r--
Initial revision

(*  Title: 	HOL/ex/puzzle.thy
    ID:         $Id$
    Author: 	Tobias Nipkow
    Copyright   1993 TU Muenchen

An question from "Bundeswettbewerb Mathematik"
*)

Puzzle = Nat +
consts f :: "nat => nat"
rules  f_ax "f(f(n)) < f(Suc(n))"
end