ex/puzzle.thy
author clasohm
Fri, 08 Jul 1994 12:01:55 +0200
changeset 91 a94029edb01f
parent 0 7949f97df77a
permissions -rw-r--r--
added mixfix annotations to constructor declarations

(*  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