<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">Le 29/07/2014 23:26, Kirill Elagin a
      &eacute;crit&nbsp;:<br>
    </div>
    <blockquote
cite="mid:CABVT_gfea2_2ykgqMhoHUAo+YD_DxTfYzuhi5Ra+6S82CbqM=w@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>Hello,<br>
          <br>
          I was going through the great articles by Andreas Abel and I
          suddenly started asking myself very basic questions about
          theoretical limits of termination checking. The halting
          problem is often cited as an explanation for impossibility of
          sound&amp;complete termination checker. The termination
          checking problem is not exactly the halting problem, but
          indeed it is quite easy to derive impossibility of general
          termination checking from impossibility of solving the halting
          problem.<br>
          <br>
        </div>
        But then, another question arises. When we encode proofs, say,
        in Agda, we often have a terminating program in mind, but we
        have to write it down in some specific way, so that the
        termination checker &#8220;sees&#8221; that the program is fine. So, is it
        possible to develop a &#8220;programming style&#8221; such that there is a
        sound&amp;complete termination checker for programs &#8220;written in
        this style&#8221;,</div>
    </blockquote>
    Hi.<br>
    <br>
    You may be interested in the works of Bellantoni, Marion, Avanzini
    &amp; Moser, ... See for instance<br>
    - <a class="moz-txt-link-freetext" href="http://dx.doi.org/10.2168/LMCS-9(4:9)2013">http://dx.doi.org/10.2168/LMCS-9(4:9)2013</a><br>
    - <a class="moz-txt-link-freetext" href="http://dx.doi.org/10.4230/LIPIcs.RTA.2011.123">http://dx.doi.org/10.4230/LIPIcs.RTA.2011.123</a><br>
    to cite just very few papers on this topic.<br>
    <br>
    Fr&eacute;d&eacute;ric.<br>
    <br>
    <blockquote
cite="mid:CABVT_gfea2_2ykgqMhoHUAo+YD_DxTfYzuhi5Ra+6S82CbqM=w@mail.gmail.com"
      type="cite">
      <div dir="ltr"> _and_ any program can be &#8220;written in this style&#8221;
        (the &#8220;translation&#8221; function is obviously not computable)?
        Formally: is there a subset of programs, such that there is an
        algorithm correctly checking termination of programs from this
        subset _and_ for any program there is an equivalent in this
        subset (by &#8220;equivalent&#8221; I mean &#8220;extensionally equal&#8221;)?<br>
        <div>I used to think that it is impossible, but I recently
          realized that my &#8220;proof&#8221; was wrong. Turns out that when we are
          working with the whole universe of programs, undecidability of
          termination checking follows from undecidability of the
          halting problem. But if we restrict ourselves to a subset, it
          is no longer necessarily true, and sound&amp;complete
          termination checking (for programs from this subset) _is_
          possible for some subsets.<br>
          <br>
          Then, there are more questions. How good can we become at
          translating arbitrary programs to equivalents from some of
          those good subsets? As I said, the translation function is
          clearly not computable. But can it be that it is not
          computable only for programs we don't care about? Or maybe it
          is not computable by algorithms, but computable by human
          brains? Are any of the existing means of checking termination
          already &#8220;perfect&#8221; in this sense, that is can I write _any_
          terminating function, say, in MiniAgda, so that it passes the
          termination check?<br>
          I haven't come up with any answers to those ones yet.<br>
          <div><br>
            For some reason I couldn&#8217;t find any information on this
            topic. I guess that either those questions are so trivial
            and the answers to them are so obvious that no one even
            bothers to write them down, or everything about this was
            published long ago in 70s, so it&#8217;s somewhat difficult to
            find those papers now.<br>
            I feel that negative results are most likely to come from
            the computability theory, while positive ones&#8212;from more
            specific fields.<br>
            <br>
            Is there an ultimate source of this kind of funny, useless,
            purely theoretical facts?<br>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Agda mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Agda@lists.chalmers.se">Agda@lists.chalmers.se</a>
<a class="moz-txt-link-freetext" href="https://lists.chalmers.se/mailman/listinfo/agda">https://lists.chalmers.se/mailman/listinfo/agda</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>