src/HOL/Complex/ex/ROOT.ML
author wenzelm
Fri, 17 Nov 2006 02:20:03 +0100
changeset 21404 eb85850d3eb7
parent 19640 40ec89317425
child 23264 324622260d29
permissions -rw-r--r--
more robust syntax for definition/abbreviation/notation;

(*  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";

no_document use_thy "BigO";
use_thy "BigO_Complex";

use_thy "Arithmetic_Series_Complex";
use_thy "HarmonicSeries";

no_document use_thy "NatPair";
use_thy "DenumRat";

use_thy "Ferrante_Rackoff_Ex";