src/HOL/Old_Number_Theory/ROOT.ML
author huffman
Thu, 27 Oct 2011 07:46:57 +0200
changeset 45270 d5b5c9259afd
parent 41413 64cd30d6b0b8
permissions -rw-r--r--
fix bug in cancel_factor simprocs so they will work on goals like 'x * y < x * z' where the common term is already on the left
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
41413
64cd30d6b0b8 explicit file specifications -- avoid secondary load path;
wenzelm
parents: 32479
diff changeset
     1
no_document use_thys [
64cd30d6b0b8 explicit file specifications -- avoid secondary load path;
wenzelm
parents: 32479
diff changeset
     2
  "~~/src/HOL/Library/Infinite_Set",
64cd30d6b0b8 explicit file specifications -- avoid secondary load path;
wenzelm
parents: 32479
diff changeset
     3
  "~~/src/HOL/Library/Permutation"
64cd30d6b0b8 explicit file specifications -- avoid secondary load path;
wenzelm
parents: 32479
diff changeset
     4
];
9508
4d01dbf6ded7 Chinese Remainder Theorem, Wilsons Theorem, etc., by T M Masmussen
paulson
parents:
diff changeset
     5
41413
64cd30d6b0b8 explicit file specifications -- avoid secondary load path;
wenzelm
parents: 32479
diff changeset
     6
use_thys [
64cd30d6b0b8 explicit file specifications -- avoid secondary load path;
wenzelm
parents: 32479
diff changeset
     7
  "Fib",
64cd30d6b0b8 explicit file specifications -- avoid secondary load path;
wenzelm
parents: 32479
diff changeset
     8
  "Factorization",
64cd30d6b0b8 explicit file specifications -- avoid secondary load path;
wenzelm
parents: 32479
diff changeset
     9
  "Chinese",
64cd30d6b0b8 explicit file specifications -- avoid secondary load path;
wenzelm
parents: 32479
diff changeset
    10
  "WilsonRuss",
64cd30d6b0b8 explicit file specifications -- avoid secondary load path;
wenzelm
parents: 32479
diff changeset
    11
  "WilsonBij",
64cd30d6b0b8 explicit file specifications -- avoid secondary load path;
wenzelm
parents: 32479
diff changeset
    12
  "Quadratic_Reciprocity",
64cd30d6b0b8 explicit file specifications -- avoid secondary load path;
wenzelm
parents: 32479
diff changeset
    13
  "Primes",
64cd30d6b0b8 explicit file specifications -- avoid secondary load path;
wenzelm
parents: 32479
diff changeset
    14
  "Pocklington"
64cd30d6b0b8 explicit file specifications -- avoid secondary load path;
wenzelm
parents: 32479
diff changeset
    15
];