src/HOL/Number_Theory/Number_Theory.thy
author blanchet
Mon, 19 Apr 2010 17:18:21 +0200
changeset 36229 c95fab3f9cc5
parent 32479 521cc9bf2958
child 51173 3cbb4e95a565
permissions -rw-r--r--
workaround for Proof General's off-by-a-few sendback display bug, whereby "pr" in "proof" is not highlighted
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
32479
521cc9bf2958 some reorganization of number theory
haftmann
parents:
diff changeset
     1
521cc9bf2958 some reorganization of number theory
haftmann
parents:
diff changeset
     2
header {* Comprehensive number theory *}
521cc9bf2958 some reorganization of number theory
haftmann
parents:
diff changeset
     3
521cc9bf2958 some reorganization of number theory
haftmann
parents:
diff changeset
     4
theory Number_Theory
521cc9bf2958 some reorganization of number theory
haftmann
parents:
diff changeset
     5
imports Fib Residues
521cc9bf2958 some reorganization of number theory
haftmann
parents:
diff changeset
     6
begin
521cc9bf2958 some reorganization of number theory
haftmann
parents:
diff changeset
     7
521cc9bf2958 some reorganization of number theory
haftmann
parents:
diff changeset
     8
end