aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorpottier2011-08-04 15:22:08 +0000
committerpottier2011-08-04 15:22:08 +0000
commitca6b6bfde9a0c5b91a53e9c139140403369ff658 (patch)
treefcfcc2284fc11e3f96867cd606f8f5ac25726351 /test-suite
parent726130d3d847e59d3556f6b302de155dc052d6a4 (diff)
moins de reification inutile, noatations standards
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14385 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/success/Nsatz.v15
1 files changed, 4 insertions, 11 deletions
diff --git a/test-suite/success/Nsatz.v b/test-suite/success/Nsatz.v
index 22143de137..d316e4a09c 100644
--- a/test-suite/success/Nsatz.v
+++ b/test-suite/success/Nsatz.v
@@ -1,3 +1,4 @@
+(* compile en user 3m39.915s sur cachalot *)
Require Import Nsatz.
(* Example with a generic domain *)
@@ -214,10 +215,6 @@ Ltac geo_begin:=
geo_split_hyps;
scnf; proof_pol_disj.
-Ltac geo_end:=
- simpl; unfold R2, addition, add_notation, multiplication, mul_notation, one, one_notation, zero, zero_notation, equality, eq_notation;
- discrR.
-
(* Examples *)
Lemma medians: forall A B C A1 B1 C1 H:point,
@@ -300,7 +297,6 @@ Time nsatz with radicalmax :=1%N strategy:=1%Z
variables:= (@nil R).
(*Finished transaction in 13. secs (10.102464u,0.s)
*)
-geo_end.
Qed.
Lemma Pappus: forall A B C A1 B1 C1 P Q S:point,
@@ -370,7 +366,7 @@ Lemma threepoints: forall A B C A1 B1 A2 B2 H1 H2 H3:point,
\/ collinear A B C.
Proof. geo_begin.
idtac "threepoints".
-Time nsatz. geo_end.
+Time nsatz.
(*Finished transaction in 7. secs (6.282045u,0.s)
*) Qed.
@@ -394,7 +390,7 @@ Proof. geo_begin.
idtac "Feuerbach".
Time nsatz.
(*Finished transaction in 21. secs (19.021109u,0.s)*)
-geo_end. Qed.
+Qed.
@@ -414,13 +410,10 @@ Proof. geo_begin.
idtac "Euler_circle 3 goals".
Time nsatz.
(*Finished transaction in 13. secs (11.208296u,0.124981s)*)
-geo_end.
Time nsatz.
(*Finished transaction in 10. secs (8.846655u,0.s)*)
-geo_end.
Time nsatz.
(*Finished transaction in 11. secs (9.186603u,0.s)*)
-geo_end.
Qed.
@@ -489,7 +482,7 @@ Proof. geo_begin.
idtac "bissectrices".
Time nsatz.
(*Finished transaction in 2. secs (1.937705u,0.s)*)
-geo_end. Qed.
+Qed.
Lemma bisections: forall A B C A1 B1 C1 H:point,
middle B C A1 -> orthogonal H A1 B C ->