<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coq/theories/Reals/Cauchy, branch master</title>
<subtitle>The formal proof system</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/'/>
<entry>
<title>Remove some trivial definition.</title>
<updated>2021-02-19T18:39:38+00:00</updated>
<author>
<name>Guillaume Melquiond</name>
</author>
<published>2021-02-19T18:37:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=fccbde39ff8085f73bdb46dac278f88474a1e202'/>
<id>fccbde39ff8085f73bdb46dac278f88474a1e202</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Abstract the non-computational part away.</title>
<updated>2021-02-19T18:29:46+00:00</updated>
<author>
<name>Guillaume Melquiond</name>
</author>
<published>2021-02-19T18:29:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=21ed2bfa901108d69893bc8480d215edeb255d6d'/>
<id>21ed2bfa901108d69893bc8480d215edeb255d6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Terminate some lemmas with Qed.</title>
<updated>2021-02-19T15:28:35+00:00</updated>
<author>
<name>Guillaume Melquiond</name>
</author>
<published>2021-02-19T15:13:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=b45ffd0bc0904e3d3325724e99b94239f5153b64'/>
<id>b45ffd0bc0904e3d3325724e99b94239f5153b64</id>
<content type='text'>
Since the proofs start by applying or destructuring Qed-ed lemmas, they cannot
be used in a computational setting, so no need for them to be Defined.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the proofs start by applying or destructuring Qed-ed lemmas, they cannot
be used in a computational setting, so no need for them to be Defined.
</pre>
</div>
</content>
</entry>
<entry>
<title>CReal: changed epsilon for modulus of convergence from 1/n to 2^z</title>
<updated>2020-06-09T08:19:17+00:00</updated>
<author>
<name>Michael Soegtrop</name>
</author>
<published>2020-05-02T13:14:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=3d775bdd6094912ebc3801c1dad3bbdd5863b315'/>
<id>3d775bdd6094912ebc3801c1dad3bbdd5863b315</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prove that classical reals implement constructive reals. Also move sums, min and max to CoRN.</title>
<updated>2020-05-16T13:27:27+00:00</updated>
<author>
<name>Vincent Semeria</name>
</author>
<published>2020-05-10T08:53:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=e663b606a3895b7c78ee528a94a5c6a9675683ca'/>
<id>e663b606a3895b7c78ee528a94a5c6a9675683ca</id>
<content type='text'>
Update stdlib index

Remove ConstructiveSum from the index

Add changelog entry

Make constructive reals experimental
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update stdlib index

Remove ConstructiveSum from the index

Add changelog entry

Make constructive reals experimental
</pre>
</div>
</content>
</entry>
<entry>
<title>Define CRzero and CRone via CR_of_Q</title>
<updated>2020-05-09T15:43:06+00:00</updated>
<author>
<name>Vincent Semeria</name>
</author>
<published>2020-05-09T08:09:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=598e24a9c4a81ec9f24f1088d0a7a4a93dc19fd4'/>
<id>598e24a9c4a81ec9f24f1088d0a7a4a93dc19fd4</id>
<content type='text'>
Add real numbers up to 10
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add real numbers up to 10
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify division of Cauchy reals</title>
<updated>2020-05-03T09:13:15+00:00</updated>
<author>
<name>Vincent Semeria</name>
</author>
<published>2020-05-02T16:25:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=dc3e3577afcaeaa7e13c13307074eb99a30b3982'/>
<id>dc3e3577afcaeaa7e13c13307074eb99a30b3982</id>
<content type='text'>
Improve comments
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improve comments
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace QSeqEquiv by QCauchySeq, simplify proofs.</title>
<updated>2020-04-30T21:21:29+00:00</updated>
<author>
<name>Vincent Semeria</name>
</author>
<published>2020-04-30T16:27:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=18544983e1b2a342c8bbcbd3c51003b11453213f'/>
<id>18544983e1b2a342c8bbcbd3c51003b11453213f</id>
<content type='text'>
Force Cauchy modulus equal to identity, make division transparent

Fix test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Force Cauchy modulus equal to identity, make division transparent

Fix test
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce rational numbers in Cauchy real addition, to accelerate it</title>
<updated>2020-04-29T16:28:07+00:00</updated>
<author>
<name>Vincent Semeria</name>
</author>
<published>2020-04-29T16:28:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=c4a24b7a7844789a08dabe8a76b20c239a8b8218'/>
<id>c4a24b7a7844789a08dabe8a76b20c239a8b8218</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document Cauchy reals</title>
<updated>2020-04-22T17:41:20+00:00</updated>
<author>
<name>Vincent Semeria</name>
</author>
<published>2020-04-22T17:41:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=a4432d05514a60f59b7917331abfb9f589d8ca85'/>
<id>a4432d05514a60f59b7917331abfb9f589d8ca85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
