aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar fbesson <fbesson@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-09-24 12:02:42 +0000
committerGravatar fbesson <fbesson@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-09-24 12:02:42 +0000
commit9abfed86acb129d836423e73d05f1a53766c56a7 (patch)
treeba368f904de2fd1fc5c76a4b3a5b9d023e7d5a51
parent492b5280384263a5dc9f5fb60c9c8d6bcbc8afce (diff)
Micromega doc : psatz Z -> psatz Z 2
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12353 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--doc/refman/Micromega.tex4
-rw-r--r--test-suite/csdp.cachebin44878 -> 44878 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/refman/Micromega.tex b/doc/refman/Micromega.tex
index a43cd15b0..2fe7c2f7f 100644
--- a/doc/refman/Micromega.tex
+++ b/doc/refman/Micromega.tex
@@ -96,9 +96,9 @@ To illustrate the working of the tactic, consider we wish to prove the following
Goal forall x, -x^2 >= 0 -> x - 1 >= 0 -> False.
\end{coq_example*}
\begin{coq_eval}
-intro x; psatz Z.
+intro x; psatz Z 2.
\end{coq_eval}
-Such a goal is solved by {\tt intro x; psatz Z}. The oracle returns the cone expression $2 \times
+Such a goal is solved by {\tt intro x; psatz Z 2}. The oracle returns the cone expression $2 \times
(\mathbf{x-1}) + \mathbf{x-1}\times\mathbf{x-1} + \mathbf{-x^2}$ (polynomial hypotheses are printed in bold). By construction, this
expression belongs to $Cone(\{-x^2, x -1\})$. Moreover, by running {\tt ring} we obtain $-1$. By
Theorem~\ref{thm:psatz}, the goal is valid.
diff --git a/test-suite/csdp.cache b/test-suite/csdp.cache
index d3a700c04..645de69cd 100644
--- a/test-suite/csdp.cache
+++ b/test-suite/csdp.cache
Binary files differ