src/HOL/Complex/ex/ROOT.ML
author nipkow
Mon, 22 Nov 2004 11:53:56 +0100
changeset 15305 0bd9eedaa301
parent 13966 2160abf7cfe7
child 17198 ffe8efe856e3
permissions -rw-r--r--
added lemmas

(*  Title:      HOL/Complex/ex/ROOT.ML
    ID:         $Id$

Miscellaneous examples involving the Reals, Hyperreals, etc.
*)

use_thy "BinEx";
no_document (with_path "../../NumberTheory" use_thy) "Factorization";
(*These two examples just need the theory Primes.*)
use_thy "Sqrt";
use_thy "Sqrt_Script";
(*This example also needs the theory Factorization.*)
use_thy "NSPrimes";