Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-11-07 20:53:20 -0800 (Mon, 07 Nov 2005)
Revision: 8129
Log message:

      Aleksey & Alexei:
      
      - Simplified the induction axioms for integers and lists, deriving the
        original ones.
      
      - Annotated the induction rules for ints, nats, and lists with proper labels,
        increasing the list of labels that are considered to be "main" by thenMT.
      
      - Making progress re-verifying ITT Core axioms under pairwise functionality
        (but got stuck in Itt_int_ext, where the div_neg rule seems too suspicious).
      

Changes  Path
+2 -0 metaprl/tactics/proof/tacticals_boot.ml
+3919 -4226 metaprl/theories/itt/applications/algebra/itt_poly.prla
+1 -1 metaprl/theories/itt/core/OMakefile
+14 -14 metaprl/theories/itt/core/itt_int_base.ml
+2078 -1995 metaprl/theories/itt/core/itt_int_base.prla
+10 -5 metaprl/theories/itt/core/itt_list.ml
+2844 -2780 metaprl/theories/itt/core/itt_list.prla
+9 -9 metaprl/theories/itt/core/itt_nat.ml
+71 -50 metaprl/theories/itt/extensions/pairwise-verification.ml