aboutsummaryrefslogtreecommitdiff
path: root/coqprime/examples/PocklingtonRefl.v
diff options
context:
space:
mode:
authorGravatar Jade Philipoom <jadep@mit.edu>2016-01-20 15:54:08 -0500
committerGravatar Jade Philipoom <jadep@mit.edu>2016-01-20 15:54:08 -0500
commit8b3728b68ea21e0cfedfc4eff7fa15830e84bdf1 (patch)
tree500975efd44b8b78985f8489b6cc5180fceaab0f /coqprime/examples/PocklingtonRefl.v
parent40750bf32318eb8d93e9537083e4288e55b2555e (diff)
Import coqprime; use it to prove Euler's criterion.
Diffstat (limited to 'coqprime/examples/PocklingtonRefl.v')
-rw-r--r--coqprime/examples/PocklingtonRefl.v14
1 files changed, 14 insertions, 0 deletions
diff --git a/coqprime/examples/PocklingtonRefl.v b/coqprime/examples/PocklingtonRefl.v
new file mode 100644
index 000000000..6b7a0e0c1
--- /dev/null
+++ b/coqprime/examples/PocklingtonRefl.v
@@ -0,0 +1,14 @@
+
+(*************************************************************)
+(* This file is distributed under the terms of the *)
+(* GNU Lesser General Public License Version 2.1 *)
+(*************************************************************)
+(* Benjamin.Gregoire@inria.fr Laurent.Thery@inria.fr *)
+(*************************************************************)
+
+Require Export List.
+Require Export ZArith.
+Require Export Znumtheory.
+Require Export Pock.
+Require Export BasePrimes.
+