src/HOL/Real.thy
author huffman
Fri, 19 Aug 2011 11:49:53 -0700
changeset 44310 ba3d031b5dbb
parent 36899 bcd6fce5bf06
child 48891 c0eafbd55de3
permissions -rw-r--r--
add lemma isCont_tendsto_compose

theory Real
imports RComplete RealVector
uses "Tools/SMT/smt_real.ML"
begin

setup {* SMT_Real.setup *}

end