ex/Puzzle.thy
author nipkow
Fri, 03 Feb 1995 16:21:45 +0100
changeset 209 cc7ad90039b9
parent 0 7949f97df77a
permissions -rw-r--r--
Add dependence on ex/String.thy/ML

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