src/HOL/Number_Theory/Number_Theory.thy
author wenzelm
Fri, 24 Sep 2021 22:23:26 +0200
changeset 74362 0135a0c77b64
parent 69790 154cf64e403e
child 82518 da14e77a48b2
permissions -rw-r--r--
tuned proofs --- avoid 'guess';


section \<open>Comprehensive number theory\<close>

theory Number_Theory
imports
  Fib
  Residues
  Eratosthenes
  Mod_Exp
  Quadratic_Reciprocity
  Pocklington
  Prime_Powers
  Residue_Primitive_Roots
begin

end