src/HOL/Number_Theory/Number_Theory.thy
author blanchet
Tue, 24 Sep 2013 20:52:42 +0200
changeset 53836 a1632a5f5fb3
parent 51173 3cbb4e95a565
child 58889 5b7a9633cfa8
permissions -rw-r--r--
added [dest] to "disc_exclude"
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
51173
3cbb4e95a565 Sieve of Eratosthenes
haftmann
parents: 32479
diff changeset
     5
imports Fib Residues Eratosthenes
32479
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
51173
3cbb4e95a565 Sieve of Eratosthenes
haftmann
parents: 32479
diff changeset
     9