diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2006-02-22 19:11:53 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2006-02-22 19:11:53 +0000 |
commit | b94c295718424ab34acfc4f8060856c15fee5c26 (patch) | |
tree | 8805d558ef85f3acee321712a467d8e847e975de /theories/NArith | |
parent | 03c3c893d1868e4bf3aa26b7e76b8ff57ab836b2 (diff) |
Minimum pour documentation TeX de la biblio
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8082 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/NArith')
-rw-r--r-- | theories/NArith/intro.tex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/theories/NArith/intro.tex b/theories/NArith/intro.tex new file mode 100644 index 000000000..83eed970e --- /dev/null +++ b/theories/NArith/intro.tex @@ -0,0 +1,5 @@ +\section{Binary positive and non negative integers : NArith}\label{NArith} + +Here are defined various arithmetical notions and their properties, +similar to those of {\tt Arith}. + |