src/HOL/Number_Theory/Number_Theory.thy
author wenzelm
Fri, 08 Jan 2021 22:30:32 +0100
changeset 73110 c87ca43ebd3b
parent 69790 154cf64e403e
permissions -rw-r--r--
avoid rescaled fonts, e.g. dockable buttons on Windows L&F after opening a new view;


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