src/Tools/isac/Knowledge/Isac.thy
branchisac-update-Isa09-2
changeset 37947 22235e4dbe5f
parent 37906 e2b23ba9df13
child 37954 4022d670753c
equal deleted inserted replaced
37946:a28b5fc129b7 37947:22235e4dbe5f
       
     1 (* theory collecting all knowledge defined so far
       
     2    WN.11.00
       
     3  *)
       
     4 
       
     5 Isac = PolyMinus + PolyEq + Vect + DiffApp + Biegelinie + AlgEin
       
     6        + (*InsSort +*) Test + 
       
     7 
       
     8 end
       
     9 
       
    10 (* dependencies alternative to those defined by R.Lang during his thesis:
       
    11 
       
    12    Poly				Root
       
    13      |\__________		 |
       
    14      |		 \ 		 |
       
    15      |		Rational	 |
       
    16      |		  |		 |
       
    17    PolyEq	RatEq		RootEq
       
    18       \         /  \           /
       
    19        \       /    \         /
       
    20 	RatPolyEq    RatRootEq    etc.
       
    21 *)