File: REAL.html

package info (click to toggle)
acl2 3.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 36,712 kB
  • ctags: 38,396
  • sloc: lisp: 464,023; makefile: 5,470; sh: 86; csh: 47; cpp: 25; ansic: 22
file content (76 lines) | stat: -rw-r--r-- 2,841 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<html>
<head><title>REAL.html  --  ACL2 Version 3.1</title></head>
<body text=#000000 bgcolor="#FFFFFF">
<h1>REAL</h1>ACL2(r) support for real numbers
<pre>Major Section:  <a href="acl2-doc-major-topics.html">ACL2 Documentation</a>
</pre><p>

ACL2 supports rational numbers but not real numbers.  However,
starting with Version  2.5, a variant of ACL2 called ``ACL2(r)''
supports the real numbers by way of non-standard analysis.  ACL2(r)
was conceived and first implemented by Ruben Gamboa in his Ph.D.
dissertation work, supervised by Bob Boyer with active participation
by Matt Kaufmann.  The Makefile provided with ACL2 has target
<code>large-acl2r</code> for building ACL2(r) images.  To see
which image you have, see if the prompt includes the string ``<code>(r)</code>'',
e.g.:

<pre>
ACL2(r) !&gt;
</pre>

Or, look at <code>(@ acl2-version)</code> and see if ``<code>(r)</code>'' is a substring.<p>

In ACL2 (as opposed to ACL2(r)), when we say ``real'' we mean
``rational.''
<p>
<ul>
<li><h3><a href="I-CLOSE.html">I-CLOSE</a> -- ACL2(r) test for whether two numbers are infinitesimally close
</h3>
</li>

<li><h3><a href="I-LARGE.html">I-LARGE</a> -- ACL2(r) recognizer for infinitely large numbers
</h3>
</li>

<li><h3><a href="I-LIMITED.html">I-LIMITED</a> -- ACL2(r) recognizer for limited numbers
</h3>
</li>

<li><h3><a href="I-SMALL.html">I-SMALL</a> -- ACL2(r) recognizer for infinitesimal numbers
</h3>
</li>

<li><h3><a href="REAL-LISTP.html">REAL-LISTP</a> -- ACL2(r) recognizer for a true list of real numbers
</h3>
</li>

<li><h3><a href="STANDARD-NUMBERP.html">STANDARD-NUMBERP</a> -- ACL2(r) recognizer for standard numbers
</h3>
</li>

<li><h3><a href="STANDARD-PART.html">STANDARD-PART</a> -- ACL2(r) function mapping limited numbers to standard numbers
</h3>
</li>

</ul>

Caution:  ACL2(r) should be considered experimental as of Version
2.5: although we (Kaufmann and Moore) have carefully completed
Gamboa's integration of the reals into the ACL2 source code, our
primary concern to date has been to ensure unchanged behavior when
ACL2 is compiled in the default manner, i.e., without the
non-standard extensions.  As for every release of ACL2, at the time
of this release we believe ACL2 Version  2.5 is sound.  We are
confident that ACL2(r) will behave much as it does now and will
ultimately be sound; but we have not yet argued the soundness of
every detail of the integration.<p>

There is only limited documentation on the non-standard features of
ACL2(r).  We hope to provide more documentation for such features in
future releases.  Please feel free to query the authors if you are
interested in learning more about ACL2(r).  Gamboa's dissertation
may also be helpful.
<br><br><br><a href="acl2-doc.html"><img src="llogo.gif"></a> <a href="acl2-doc-index.html"><img src="index.gif"></a>
</body>
</html>