<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coq/theories/Numbers/Integer/Abstract/ZOrder.v, branch master</title>
<subtitle>The formal proof system</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/'/>
<entry>
<title>Update on Numbers; renamed ZOrder.v to ZLt to remove clash with ZArith/Zorder on MacOS.</title>
<updated>2007-11-14T19:47:46+00:00</updated>
<author>
<name>emakarov</name>
</author>
<published>2007-11-14T19:47:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=87bfa992d0373cd1bfeb046f5a3fc38775837e83'/>
<id>87bfa992d0373cd1bfeb046f5a3fc38775837e83</id>
<content type='text'>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10323 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10323 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced BinNat with a new version that is based on theories/Numbers/Natural/Binary/NBinDefs. Most of the entities in the new BinNat are notations for the development in Numbers. Also added min and max to the new natural numbers and integers.</title>
<updated>2007-11-07T18:39:28+00:00</updated>
<author>
<name>emakarov</name>
</author>
<published>2007-11-07T18:39:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=1e57f0c3312713ac6137da0c3612605501f65d58'/>
<id>1e57f0c3312713ac6137da0c3612605501f65d58</id>
<content type='text'>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10298 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10298 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>An update of theories/Numbers</title>
<updated>2007-11-03T19:20:51+00:00</updated>
<author>
<name>emakarov</name>
</author>
<published>2007-11-03T19:20:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=e38fc39f64d8af81fc237889329953bfafa29422'/>
<id>e38fc39f64d8af81fc237889329953bfafa29422</id>
<content type='text'>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10285 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10285 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>Added Numbers/Natural/Abstract/NIso.v that proves that any two models of natural numbers are isomorphic. Added NatScope and IntScope for abstract developments.</title>
<updated>2007-10-23T11:09:40+00:00</updated>
<author>
<name>emakarov</name>
</author>
<published>2007-10-23T11:09:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=699c507995fb9ede2eb752a01f90cf6d8caad4de'/>
<id>699c507995fb9ede2eb752a01f90cf6d8caad4de</id>
<content type='text'>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10247 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10247 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>Added transitivity and irreflexivity of &lt;, as well as &lt; -elimination for binary positive numbers.</title>
<updated>2007-10-16T16:28:17+00:00</updated>
<author>
<name>emakarov</name>
</author>
<published>2007-10-16T16:28:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=d7e249dc1bfc2dd04ccf23c57b7ad40f1902568d'/>
<id>d7e249dc1bfc2dd04ccf23c57b7ad40f1902568d</id>
<content type='text'>
Added directory contribs/micromega with the generalization of Frédéric Besson's micromega tactic for an arbitrary ordered ring. So far no tactic has been defined. One has to apply the theorems and find the certificate, which is necessary to solve inequations, manually.


git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10226 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added directory contribs/micromega with the generalization of Frédéric Besson's micromega tactic for an arbitrary ordered ring. So far no tactic has been defined. One has to apply the theorems and find the certificate, which is necessary to solve inequations, manually.


git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10226 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>Added the compilation of theories/Numbers to Makefile.common. The following things compile: abstract natural numbers and integers with plus, times, minus, and order; Peano and binary implementations for natural numbers.</title>
<updated>2007-10-01T20:21:28+00:00</updated>
<author>
<name>emakarov</name>
</author>
<published>2007-10-01T20:21:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=c3b607d94cb14217311617919886ba404a5c3edd'/>
<id>c3b607d94cb14217311617919886ba404a5c3edd</id>
<content type='text'>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10161 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10161 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>Update on theories/Numbers. Natural numbers are mostly complete,</title>
<updated>2007-09-21T13:22:41+00:00</updated>
<author>
<name>emakarov</name>
</author>
<published>2007-09-21T13:22:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=090c9939616ac7be55b66290bae3c3429d659bdc'/>
<id>090c9939616ac7be55b66290bae3c3429d659bdc</id>
<content type='text'>
need to make NZOrdAxiomsSig a subtype of NAxiomsSig.


git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10132 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
need to make NZOrdAxiomsSig a subtype of NAxiomsSig.


git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10132 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
</feed>
