<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - comments on Post, infinity and properties</title>
    <link>http://www.mapleprimes.com/posts/38700-Infinity-And-Properties</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Fri, 12 Jun 2026 18:24:41 GMT</lastBuildDate>
    <pubDate>Fri, 12 Jun 2026 18:24:41 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest comments added to the Post, infinity and properties</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - comments on Post, infinity and properties</title>
      <link>http://www.mapleprimes.com/posts/38700-Infinity-And-Properties</link>
    </image>
    <item>
      <title>what is real</title>
      <link>http://www.mapleprimes.com/posts/38700-Infinity-And-Properties?ref=Feed:MaplePrimes:infinity and properties:Comments#comment69790</link>
      <itunes:summary>&lt;p&gt;From these:&lt;/p&gt;
&lt;pre&gt;
RealRange(-infinity,infinity);
                                 real

RealRange(Open(-infinity),Open(infinity));
                                 real
&lt;/pre&gt;
&lt;p&gt;I think that the first is wrong.  I do not find consistent either that something called 'realcons' include infinity.&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, infinity and properties</description>
      <guid>69790</guid>
      <pubDate>Fri, 12 Sep 2008 02:08:19 Z</pubDate>
      <itunes:author>jakubi</itunes:author>
      <author>jakubi</author>
    </item>
    <item>
      <title>open and closed</title>
      <link>http://www.mapleprimes.com/posts/38700-Infinity-And-Properties?ref=Feed:MaplePrimes:infinity and properties:Comments#comment69789</link>
      <itunes:summary>&lt;p&gt;I see what is unsettling, but I can see a couple of ways to argue that Maple's response is not absurd.&lt;br /&gt;
&lt;br /&gt;
For example, RealRange(-infinity,infinity) could be understood to be the set of real numbers x such that -infinity&amp;lt;= x and x&amp;lt;= infinity. Since infinity is not a real number, RealRange(-infinity,infinity) is equal to RealRange(Open(-infinity),Open(infinity)).&lt;br /&gt;
&lt;br /&gt;
Another tack is to realize that topologically, R is simultaneously an open interval and a closed interval.&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, infinity and properties</description>
      <guid>69789</guid>
      <pubDate>Fri, 12 Sep 2008 02:45:40 Z</pubDate>
      <itunes:author>Alex
 Smith
</itunes:author>
      <author>Alex
 Smith
</author>
    </item>
    <item>
      <title>not so sure</title>
      <link>http://www.mapleprimes.com/posts/38700-Infinity-And-Properties?ref=Feed:MaplePrimes:infinity and properties:Comments#comment82869</link>
      <itunes:summary>&lt;p&gt;I understand the topology viewpoint.&lt;/p&gt;
&lt;p&gt;But I am not happy with the mixed results. Neither am I thrilled with this:&lt;/p&gt;
&lt;pre&gt;
&amp;gt; is( abs(x) &amp;lt; infinity );
                                     true
&lt;/pre&gt;
&lt;p&gt;acer&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, infinity and properties</description>
      <guid>82869</guid>
      <pubDate>Fri, 12 Sep 2008 03:36:45 Z</pubDate>
      <itunes:author>acer</itunes:author>
      <author>acer</author>
    </item>
    <item>
      <title>others</title>
      <link>http://www.mapleprimes.com/posts/38700-Infinity-And-Properties?ref=Feed:MaplePrimes:infinity and properties:Comments#comment69788</link>
      <itunes:summary>&lt;p&gt;Others that I find strange,&lt;/p&gt;
&lt;pre&gt;
&amp;gt; assume(x=3);
&amp;gt; is(x&amp;lt;4); # ok
                                     true
 
&amp;gt; is(x&amp;lt;3); # ok
                                     false
 
&amp;gt; assume(x=infinity);
&amp;gt; is(abs(x)&amp;lt;infinity);
                                     true
 
&amp;gt; assume(x&amp;gt;=infinity);
Error, (in assume) the assumed property or properties cannot be satisfied
&lt;/pre&gt;
&lt;p&gt;acer&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, infinity and properties</description>
      <guid>69788</guid>
      <pubDate>Fri, 12 Sep 2008 03:44:15 Z</pubDate>
      <itunes:author>acer</itunes:author>
      <author>acer</author>
    </item>
    <item>
      <title>Since infinity is not a real number</title>
      <link>http://www.mapleprimes.com/posts/38700-Infinity-And-Properties?ref=Feed:MaplePrimes:infinity and properties:Comments#comment82868</link>
      <itunes:summary>&lt;p&gt;the intersection ('AndProp') of properties 'real' and 'infinity' should be &amp;quot;empty&amp;quot;, ie 'BottomProp', but:&lt;/p&gt;
&lt;pre&gt;
AndProp(real,infinity);
                       AndProp(real, infinity)
&lt;/pre&gt;
&lt;br /&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, infinity and properties</description>
      <guid>82868</guid>
      <pubDate>Fri, 12 Sep 2008 04:07:36 Z</pubDate>
      <itunes:author>jakubi</itunes:author>
      <author>jakubi</author>
    </item>
    <item>
      <title>Since infinity is not a real number</title>
      <link>http://www.mapleprimes.com/posts/38700-Infinity-And-Properties?ref=Feed:MaplePrimes:infinity and properties:Comments#comment82867</link>
      <itunes:summary>&lt;p&gt;the intersection ('AndProp') of properties 'real' and 'infinity' should be &amp;quot;empty&amp;quot;, ie 'BottomProp', but:&lt;/p&gt;
&lt;pre&gt;
AndProp(real,infinity);
                       AndProp(real, infinity)
&lt;/pre&gt;
&lt;br /&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, infinity and properties</description>
      <guid>82867</guid>
      <pubDate>Fri, 12 Sep 2008 04:37:56 Z</pubDate>
      <itunes:author>jakubi</itunes:author>
      <author>jakubi</author>
    </item>
  </channel>
</rss>