doc-src/Intro/arith.thy
author blanchet
Wed, 09 Feb 2011 17:18:57 +0100
changeset 41738 eb98c60a6cf0
parent 105 216d6ed87399
permissions -rw-r--r--
added experimental "remote_z3_atp", Sutcliffe's TPTP-syntax-aware wrapper for Z3 -- allows to do head-to-head comparison of Sledgehammer's ATP translation and of Sascha's SMT translation

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