src/HOL/Number_Theory/Number_Theory.thy
author Fabian Huch <huch@in.tum.de>
Thu, 27 Jun 2024 09:41:16 +0200
changeset 80414 4b10ae56ed01
parent 69790 154cf64e403e
child 82518 da14e77a48b2
permissions -rw-r--r--
add Isabelle settings to managed tasks and ci jobs;


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