ex/puzzle.thy
author lcp
Thu, 21 Apr 1994 11:13:22 +0200
changeset 67 bea4ea912838
parent 0 7949f97df77a
permissions -rw-r--r--
HOL/arith.ML/plus_leD1: tidied

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