From 7f4ecfdff380f2b64b752cb85c365a47b119f8e2 Mon Sep 17 00:00:00 2001 From: emakarov Date: Wed, 4 Apr 2007 10:51:33 +0000 Subject: 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 --- doc/refman/Setoid.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/refman/Setoid.tex') 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. -- cgit v1.2.3