src/HOL/Number_Theory/Number_Theory.thy
author wenzelm
Mon, 20 May 2024 15:43:51 +0200
changeset 80182 29f2b8ff84f3
parent 69790 154cf64e403e
child 82518 da14e77a48b2
permissions -rw-r--r--
proper support for "isabelle update -D DIR": avoid accidental exclusion of select_dirs (amending e5dafe9e120f);


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