aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/doc/naming-conventions.tex
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-10-08 17:45:32 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-10-08 17:45:32 +0000
commit2e43dde0f53e8aa1e0afc9d0c214825678aec481 (patch)
tree49fb4191d7e6ff2782dcd4792e578b8ea3389b1e /dev/doc/naming-conventions.tex
parent93b74b4be215bd08ca7a123505177d6ec8ac7b4c (diff)
Fixed clash names in Relations (see bug report #2152) and make names
in Relation_Operators.v and Operators_Properties.v more uniform in general. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12381 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'dev/doc/naming-conventions.tex')
-rw-r--r--dev/doc/naming-conventions.tex11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev/doc/naming-conventions.tex b/dev/doc/naming-conventions.tex
index 7e3005962..c9151d829 100644
--- a/dev/doc/naming-conventions.tex
+++ b/dev/doc/naming-conventions.tex
@@ -491,6 +491,17 @@ Example: \formula{eq\_true\_neg: \~{} eq\_true b <-> eq\_true (negb b)}.
Remark: Use \name{Drel\_rel'\_weak} for a strict inclusion ??
%======================================================================
+\section{Relations between properties}
+
+\itemrule{Equivalence of properties \texttt{P} and \texttt{Q}}{P\_Q\_iff}
+{forall x1 .. xn, P <-> Q}
+
+ Remark: Alternatively use \name{P\_iff\_Q} if it is too difficult to
+ recover what pertains to \texttt{P} and what pertains to \texttt{Q}
+ in their concatenation (as e.g. in
+ \texttt{Godel\_Dummett\_iff\_right\_distr\_implication\_over\_disjunction}).
+
+%======================================================================
\section{Arithmetical conventions}
\begin{minipage}{6in}