aboutsummaryrefslogtreecommitdiff
path: root/doc/refman/Setoid.tex
diff options
context:
space:
mode:
authoremakarov2007-04-04 10:51:33 +0000
committeremakarov2007-04-04 10:51:33 +0000
commit7f4ecfdff380f2b64b752cb85c365a47b119f8e2 (patch)
tree166a5cc9a0bf67ddc1d6c93523a8859da2a29958 /doc/refman/Setoid.tex
parent55751d1d13b51d18185bb8ee9148ea4555284f02 (diff)
Corrected a typo in doc/refman/Setoid.tex.
Redefined the \index command in doc/refman/headers.tex only for Hevea. Now all sectioning commands (from \part to \subparagraph) store the value of their counter in the command \@indexlabel. It is this command that is used inside the new \index. Thus, the index shows only the the most recent sectioning command, but not \index, \theorem, etc. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9745 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc/refman/Setoid.tex')
-rw-r--r--doc/refman/Setoid.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/refman/Setoid.tex b/doc/refman/Setoid.tex
index 030400e5cd..64aefee1f6 100644
--- a/doc/refman/Setoid.tex
+++ b/doc/refman/Setoid.tex
@@ -51,7 +51,7 @@ reflexive, symmetric and transitive.
A parametric unary function $f$ of type
\texttt{forall ($x_1$:$T_1$) \ldots ($x_n$:$T_n$), $A_1$ -> $A_2$}
covariantly respects two parametric relation instances $R_1$ and $R_2$ if,
-whenever $m, n$ satisfy $R_1~x~y$, their images $(f~x)$ and $(f~y)$
+whenever $x, y$ satisfy $R_1~x~y$, their images $(f~x)$ and $(f~y)$
satisfy $R_2~(f~x)~(f~y)$ . An $f$ that respects its input and output relations
will be called a unary covariant \emph{morphism}. We can also say that $f$ is
a monotone function with respect to $R_1$ and $R_2$. The sequence $x_1,\ldots x_n$ represents the parameters of the morphism.