src/HOL/ex/Puzzle.thy
author paulson
Tue, 27 Jul 1999 10:29:46 +0200
changeset 7087 67c6706578ed
parent 2222 a3fb552f10e3
child 8018 bedd0beabbae
permissions -rw-r--r--
tidied

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

A question from "Bundeswettbewerb Mathematik"
*)

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