doc-src/Intro/arith.thy
author hoelzl
Thu, 09 Jun 2011 11:50:16 +0200
changeset 43337 57a1c19f8e3b
parent 105 216d6ed87399
permissions -rw-r--r--
lemma about differences of convex functions

Arith = FOL +
classes arith < term
consts  "0"     :: "'a::arith"                  ("0")
        "1"     :: "'a::arith"                  ("1")
        "+"     :: "['a::arith,'a] => 'a"       (infixl 60)
end