<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Agda Exercise: Proving that Mergesort Returns Ordered Lists</title>
	<atom:link href="http://www.iis.sinica.edu.tw/~scm/2007/agda-exercise-proving-that-mergesort-returns-ordered-list/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iis.sinica.edu.tw/~scm/2007/agda-exercise-proving-that-mergesort-returns-ordered-list/</link>
	<description>Research Blog of 穆信成 Shin-Cheng Mu</description>
	<pubDate>Mon, 01 Dec 2008 22:03:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Shin</title>
		<link>http://www.iis.sinica.edu.tw/~scm/2007/agda-exercise-proving-that-mergesort-returns-ordered-list/#comment-1872</link>
		<dc:creator>Shin</dc:creator>
		<pubDate>Tue, 27 May 2008 10:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.iis.sinica.edu.tw/~scm/?p=37#comment-1872</guid>
		<description>newsh (sorry for the late response),

I think OList is a sorted list. Consider xs : OList 0. If xs is Nil, it is sorted. If xs equals, say, Cons 3 0≤3 ys, the tail ys must have type OList 3. Thus ys is lower-bounded by 3, not 0.</description>
		<content:encoded><![CDATA[<p>newsh (sorry for the late response),</p>
<p>I think OList is a sorted list. Consider xs : OList 0. If xs is Nil, it is sorted. If xs equals, say, Cons 3 0≤3 ys, the tail ys must have type OList 3. Thus ys is lower-bounded by 3, not 0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: newsh</title>
		<link>http://www.iis.sinica.edu.tw/~scm/2007/agda-exercise-proving-that-mergesort-returns-ordered-list/#comment-1801</link>
		<dc:creator>newsh</dc:creator>
		<pubDate>Thu, 15 May 2008 04:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.iis.sinica.edu.tw/~scm/?p=37#comment-1801</guid>
		<description>I think this only proves that the resulting list has a lower bound.  You can construct arbitrary (unordered) lists of type (OList 0).  The only restriction is that all elements are &#62;= 0 (which is true by the definition of &#62;=).</description>
		<content:encoded><![CDATA[<p>I think this only proves that the resulting list has a lower bound.  You can construct arbitrary (unordered) lists of type (OList 0).  The only restriction is that all elements are &gt;= 0 (which is true by the definition of &gt;=).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
