doc-src/Intro/arith.thy
author haftmann
Fri, 20 Feb 2009 14:49:23 +0100
changeset 30011 cc264a9a033d
parent 105 216d6ed87399
permissions -rw-r--r--
consider changes variable names in theorem le_imp_power_dvd

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