src/HOL/Number_Theory/Number_Theory.thy
author haftmann
Wed, 08 Jul 2015 14:01:41 +0200
changeset 60688 01488b559910
parent 60526 fad653acf58f
child 64282 261d42f0bfac
permissions -rw-r--r--
avoid explicit definition of the relation of associated elements in a ring -- prefer explicit normalization instead
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
32479
521cc9bf2958 some reorganization of number theory
haftmann
parents:
diff changeset
     1
60526
fad653acf58f isabelle update_cartouches;
wenzelm
parents: 58889
diff changeset
     2
section \<open>Comprehensive number theory\<close>
32479
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