doc-src/Intro/arith.thy
author hoelzl
Thu, 02 Dec 2010 16:45:28 +0100
changeset 40887 ee8d0548c148
parent 105 216d6ed87399
permissions -rw-r--r--
Prove rel_interior_convex_hull_union (by Grechuck Bogdan).

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