src/HOL/Number_Theory/Number_Theory.thy
author wenzelm
Sat, 22 Mar 2014 18:19:57 +0100
changeset 56254 a2dd9200854d
parent 51173 3cbb4e95a565
child 58889 5b7a9633cfa8
permissions -rw-r--r--
more antiquotations;
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