~ubuntu-branches/ubuntu/hardy/coq-doc/hardy

« back to all changes in this revision

Viewing changes to library/Coq.Logic.ClassicalChoice.html

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Mimram
  • Date: 2004-09-18 13:28:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040918132822-ees5mb8qmzd6a0fw
Tags: 8.0pl1.0-1
* Added the Coq faq, moved the tutorial to the root directory and added
  doc-base files for both, closes: #272204.
* Set dh_compat to level 4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html xmlns="http://www.w3.org/1999/xhtml">
 
2
<head>
 
3
<meta http-equiv="Content-Type" content="text/html; charset="><link rel="stylesheet" href="style.css" type="text/css"><title>Coq.Logic.ClassicalChoice</title>
 
4
</head>
 
5
 
 
6
<body>
 
7
 
 
8
<h1>Library Coq.Logic.ClassicalChoice</h1>
 
9
 
 
10
<code>
 
11
</code>
 
12
 
 
13
<table width="100%"><tr class="doc"><td>
 
14
This file provides classical logic and functional choice 
 
15
</td></tr></table>
 
16
<code>
 
17
 
 
18
<br/>
 
19
</code>
 
20
 
 
21
<table width="100%"><tr class="doc"><td>
 
22
This file extends ClassicalDescription.v with the axiom of choice.
 
23
    As ClassicalDescription.v, it implies the double-negation of
 
24
    excluded-middle in Set and implies a strongly classical
 
25
    world. Especially it conflicts with impredicativity of Set, knowing
 
26
    that true&lt;&gt;false in Set.
 
27
 
 
28
</td></tr></table>
 
29
<code>
 
30
 
 
31
<br/>
 
32
<code class="keyword">Require</code> <code class="keyword">Export</code> <a href="Coq.Logic.ClassicalDescription.html">ClassicalDescription</a>.<br/>
 
33
<code class="keyword">Require</code> <code class="keyword">Export</code> <a href="Coq.Logic.RelationalChoice.html">RelationalChoice</a>.<br/>
 
34
<code class="keyword">Require</code> <code class="keyword">Import</code> ChoiceFacts.<br/>
 
35
 
 
36
<br/>
 
37
<code class="keyword">Theorem</code> <a name="choice"></a>choice :<br/>
 
38
&nbsp;forall (A B:Type) (R:A -&gt; B -&gt; Prop),<br/>
 
39
&nbsp;&nbsp;&nbsp;(forall x:A,  exists y : B, R x y) -&gt;<br/>
 
40
&nbsp;&nbsp;&nbsp;&nbsp;exists f : A -&gt; B, (forall x:A, R x (f x)).<br/>
 
41
<code class="keyword">Proof</code>.<br/>
 
42
apply <a href="Coq.Logic.ChoiceFacts.html#description_rel_choice_imp_funct_choice">description_rel_choice_imp_funct_choice</a>.<br/>
 
43
exact <a href="Coq.Logic.ClassicalDescription.html#description">description</a>.<br/>
 
44
exact <a href="Coq.Logic.RelationalChoice.html#relational_choice">relational_choice</a>.<br/>
 
45
<code class="keyword">Qed</code>.</code>
 
46
<hr/><a href="index.html">Index</a><hr/><font size="-1">This page has been generated by <a href="http://www.lri.fr/~filliatr/coqdoc/">coqdoc</a></font>
 
47
</body>
 
48
</html>
 
 
b'\\ No newline at end of file'