src/Tools/isac/Knowledge/AlgEin.thy
author Walther Neuper <neuper@ist.tugraz.at>
Wed, 25 Aug 2010 16:20:07 +0200
branchisac-update-Isa09-2
changeset 37947 22235e4dbe5f
parent 37906 src/Tools/isac/IsacKnowledge/AlgEin.thy@e2b23ba9df13
child 37954 4022d670753c
permissions -rw-r--r--
renamed isac's directories and Build_Isac.thy

Scripts --> ProgLang
ME --> Interpret
IsacKnowledge --> Knowledge
     1 (* Algebra Einf"uhrung, Unterrichtsversuch IMST-Projekt
     2    author: Walther Neuper 2007
     3    (c) due to copyright terms
     4 
     5 remove_thy"AlgEin";
     6 use_thy"Knowledge/AlgEin";
     7 use_thy_only"Knowledge/AlgEin";
     8 
     9 remove_thy"AlgEin";
    10 use_thy"Knowledge/Isac";
    11 *)
    12 
    13 AlgEin = Rational +
    14 (*Poly + ..shouldbe sufficient, but norm_Poly *)
    15 
    16 consts
    17 
    18   (*new Descriptions in the related problems*)
    19   KantenUnten     :: bool list => una
    20   KantenSenkrecht :: bool list => una
    21   KantenOben      :: bool list => una
    22   KantenLaenge    :: bool => una
    23   Querschnitt     :: bool => una
    24   GesamtLaenge    :: real => una
    25 
    26   (*Script-names*)
    27   RechnenSymbolScript :: "[bool,bool,bool list,bool list,bool list,real,
    28 				bool] => bool"
    29 	      ("((Script RechnenSymbolScript (_ _ _ _ _ _ =))// (_))" 9)
    30 
    31 (*
    32 rules
    33   (*this axiom creates a contradictory formal system,
    34     see problem TOOODO *)
    35 *)
    36 
    37 end