aboutsummaryrefslogtreecommitdiff
path: root/coqprime/examples/prime216656403549020227250327256032933021325435259861468456540459488823774358...
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2016-02-05 15:24:42 -0500
committerGravatar Jason Gross <jgross@mit.edu>2016-02-05 15:24:42 -0500
commita47b49b11d17add5ca1ea5e650d2f344219b4f7e (patch)
tree699bff16674a68d1a5dc059bfdbd2f9ca85e95a7 /coqprime/examples/prime216656403549020227250327256032933021325435259861468456540459488823774358486649614451547405419273433458932168893949521787.v
parent1f83ff39458ca80acf3192c938490cf4988b7489 (diff)
Update build process to use COQPATH & _CoqProject
Removed all of the files not built by default; they can be resurrected from git history. _CoqProject is the standard way to list the files in a project and to give information to coq_makefile. COQPATH is the standard way to make use of not-yet-installed libraries that are not part of your project (i.e., you don't want to remove them when you `make clean`, etc.).
Diffstat (limited to 'coqprime/examples/prime216656403549020227250327256032933021325435259861468456540459488823774358486649614451547405419273433458932168893949521787.v')
-rw-r--r--coqprime/examples/prime216656403549020227250327256032933021325435259861468456540459488823774358486649614451547405419273433458932168893949521787.v30
1 files changed, 0 insertions, 30 deletions
diff --git a/coqprime/examples/prime216656403549020227250327256032933021325435259861468456540459488823774358486649614451547405419273433458932168893949521787.v b/coqprime/examples/prime216656403549020227250327256032933021325435259861468456540459488823774358486649614451547405419273433458932168893949521787.v
deleted file mode 100644
index bfcd5dae9..000000000
--- a/coqprime/examples/prime216656403549020227250327256032933021325435259861468456540459488823774358486649614451547405419273433458932168893949521787.v
+++ /dev/null
@@ -1,30 +0,0 @@
-
-(*************************************************************)
-(* 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 Import PocklingtonRefl.
-
-Set Virtual Machine.
-Open Local Scope positive_scope.
-
-Lemma prime216656403549020227250327256032933021325435259861468456540459488823774358486649614451547405419273433458932168893949521787 : prime 216656403549020227250327256032933021325435259861468456540459488823774358486649614451547405419273433458932168893949521787.
-Proof.
- apply (Pocklington_refl
- (Pock_certif 216656403549020227250327256032933021325435259861468456540459488823774358486649614451547405419273433458932168893949521787 2 ((654898412672035770541549498678974366284701838721583240120874775390492750598525740460463, 1)::(2,1)::nil) 1)
- ((Pock_certif 654898412672035770541549498678974366284701838721583240120874775390492750598525740460463 5 ((933197156145546840982434002869386948167992766859866863595707, 1)::(2,1)::nil) 1) ::
- (Pock_certif 933197156145546840982434002869386948167992766859866863595707 2 ((663149843, 1)::(50782967, 1)::(547, 1)::(3, 1)::(2,1)::nil) 146915123513014632519) ::
- (Pock_certif 663149843 2 ((3659, 1)::(2,1)::nil) 2802) ::
- (Pock_certif 50782967 5 ((1093, 1)::(2,1)::nil) 1370) ::
- (Proof_certif 3659 prime3659) ::
- (Proof_certif 1093 prime1093) ::
- (Proof_certif 547 prime547) ::
- (Proof_certif 3 prime3) ::
- (Proof_certif 2 prime2) ::
- nil)).
- exact_no_check (refl_equal true).
-Qed.
-