doc-src/Intro/arith.thy
author huffman
Fri, 19 Aug 2011 18:42:41 -0700
changeset 44319 806e0390de53
parent 105 216d6ed87399
permissions -rw-r--r--
move sin_coeff and cos_coeff lemmas to Transcendental.thy; simplify some proofs

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