<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://termination-portal.org/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Fab</id>
	<title>Termination-Portal.org - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://termination-portal.org/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Fab"/>
	<link rel="alternate" type="text/html" href="http://termination-portal.org/wiki/Special:Contributions/Fab"/>
	<updated>2026-05-01T02:06:15Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>http://termination-portal.org/mediawiki/index.php?title=Tools:Oops&amp;diff=1132</id>
		<title>Tools:Oops</title>
		<link rel="alternate" type="text/html" href="http://termination-portal.org/mediawiki/index.php?title=Tools:Oops&amp;diff=1132"/>
		<updated>2011-02-22T15:27:33Z</updated>

		<summary type="html">&lt;p&gt;Fab: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--&lt;br /&gt;
       Please fill in the data so that you can be added to some default&lt;br /&gt;
       categories and a simple user page can be created. You may extend&lt;br /&gt;
       that user page yourself after the following code block.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tool&lt;br /&gt;
|shortname=Oops&lt;br /&gt;
|longname=Oops&lt;br /&gt;
|homepage=http://verify.rwth-aachen.de/emmes/Oops/Oops-0.0.1.tar.gz&lt;br /&gt;
|country=Germany&lt;br /&gt;
|university=RWTH Aachen&lt;br /&gt;
|developers=[[People:Fabian Emmes|Fabian Emmes]], [[People:Lars Noschinski|Lars Noschinski]]&lt;br /&gt;
|publication=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If you want to add some additional information to the tool page, you can do so after this comment. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Oops =&lt;br /&gt;
&lt;br /&gt;
Oops is no real complexity analyzer. Its main purpose was to mark unsuitable examples in the runtime [[complexity]] categories during the [[Termination Competition 2010]]. Many thanks to Georg Moser for the fitting name.&lt;br /&gt;
&lt;br /&gt;
For runtime complexity, one does not analyze the derivation length of arbitrary terms (as one does in derivational complexity), but only of terms with exactly one defined symbol. For some systems this leads to much better intuition about the complexity of the described functions, but for others this definition yields strange results. For example applicative systems only have one defined symbol (the apply symbol), whereas the rest are just constants. Starting only with one apply symbol (as runtime complexity requires), one is most likely not able to build the derivation sequences the author of the example intended.&lt;br /&gt;
&lt;br /&gt;
Furthermore, for such examples where all constructor symbols are constants, there are only finitely many basic terms. This makes asymptotic complexity analysis pointless, as one cannot build arbitrary large start terms.&lt;br /&gt;
&lt;br /&gt;
We identified the following situations, in which we can conclude constant complexity. The strategy of oops is just to identify these situations and return an upper bound of O(1) if successful.&lt;br /&gt;
&lt;br /&gt;
* All constructor symbols of the system are constants. This implies that there are only finitely many basic terms. If all of those terms are terminating, we can conclude constant runtime complexity. The termination of the terms proved by testing doing all possible evaluations of those terms.&lt;br /&gt;
* A similar situation occurs if all defined symbols are constants. Again we have only finitely many basic terms which can be tested.&lt;br /&gt;
* A third case is if the left-hand sides of all rules contain at least two defined symbols. Since every basic term has exactly one defined symbol, no rule can be applied to any basic term. This way, we can directly conclude O(1), without testing any terms for termination.&lt;/div&gt;</summary>
		<author><name>Fab</name></author>
		
	</entry>
	<entry>
		<id>http://termination-portal.org/mediawiki/index.php?title=Complexity&amp;diff=1120</id>
		<title>Complexity</title>
		<link rel="alternate" type="text/html" href="http://termination-portal.org/mediawiki/index.php?title=Complexity&amp;diff=1120"/>
		<updated>2010-07-22T09:56:36Z</updated>

		<summary type="html">&lt;p&gt;Fab: Updated Participating Teams of Past and Upcoming Competitions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page provides general information on the complexity category;&lt;br /&gt;
(potential) tool authors or others that may want to join the discussion &lt;br /&gt;
on various aspects of the category can also go directly to the &lt;br /&gt;
[[Complexity:Rules|discussion and rules page]]; aficionados &lt;br /&gt;
may be interested in the [[Complexity:Techniques|techniques page]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
It is a  challenging topic to automatically determine  upper and lower bounds on&lt;br /&gt;
the complexity  of term rewrite systems (TRSs for short).  &lt;br /&gt;
Here complexity of a TRS basically refers to the maximal length of derivations, &lt;br /&gt;
measured in the size of the initial terms.&lt;br /&gt;
Still, depending on rewrite strategies and restrictions on the&lt;br /&gt;
set of allowed starting terms, various notions of complexity exist. &lt;br /&gt;
The current focus of the competition is on providing&lt;br /&gt;
&amp;lt;em&amp;gt;polynomial upper bounds&amp;lt;/em&amp;gt; to the complexity of TRSs.&lt;br /&gt;
Presumably the competition will be extended to lower bounds soon.&lt;br /&gt;
&lt;br /&gt;
== Overview of the Complexity Category ==&lt;br /&gt;
Currently, depending on considered set of starting terms and strategy, &lt;br /&gt;
the competition is divided into four categories:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  !! Derivational Complexity !! Runtime Complexity&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align:left&amp;quot;|Full Rewriting&lt;br /&gt;
| DC &lt;br /&gt;
| RC&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align:left&amp;quot;|Innermost Rewriting&lt;br /&gt;
| iDC&lt;br /&gt;
| iRC&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Derivational complexity and runtime complexity differ in the sense that for &lt;br /&gt;
derivational complexity, no restrictions on the set of considered starting terms is put. &lt;br /&gt;
For runtime complexity however, only basic terms (i.e. terms where arguments &lt;br /&gt;
are formed from constructor symbols) are taken into account. &lt;br /&gt;
See for example [http://dx.doi.org/10.1007/978-3-540-71070-7_32 (Hirokawa, Moser, 2008)] &lt;br /&gt;
[http://arxiv.org/abs/0907.5527 (Moser, 2009)] &lt;br /&gt;
for further reading on the  notion of runtime&lt;br /&gt;
complexity.  &lt;br /&gt;
&lt;br /&gt;
Furthermore, we  distinguish  between  complexities&lt;br /&gt;
induced  by  full rewriting  as  opposed  to  complexities induced  by&lt;br /&gt;
innermost rewriting.&lt;br /&gt;
&lt;br /&gt;
== Overview of the Competition ==&lt;br /&gt;
The complexity category is part of the termination competition since 2008.&lt;br /&gt;
The competition is currently hosted at [http://termcomp.uibk.ac.at/termcomp/home.seam], &lt;br /&gt;
where you can find results of the competitions from &lt;br /&gt;
[http://termcomp.uibk.ac.at/termcomp/competition/competitionSummary.seam?comp=15991 2008]&lt;br /&gt;
and [http://termcomp.uibk.ac.at/termcomp/competition/competitionSummary.seam?comp=101722 2009].&lt;br /&gt;
&lt;br /&gt;
=== Important Dates ===&lt;br /&gt;
{| class=&amp;quot;wikitable center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! !! Deadline/Date&lt;br /&gt;
|- &lt;br /&gt;
! style=&amp;quot;text-align:left&amp;quot;|Tool Submission&lt;br /&gt;
| July 14, 2010&lt;br /&gt;
|- &lt;br /&gt;
! style=&amp;quot;text-align:left&amp;quot;|Problem Submission&lt;br /&gt;
| July 2, 2010 (but see email to termtools)&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align:left&amp;quot;|Competition &lt;br /&gt;
| July 16, 2010&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Participate ===&lt;br /&gt;
If you want to participate in the competition, &lt;br /&gt;
go to the [http://termcomp.uibk.ac.at/ Termination Competition Portal], create an account and add your tool. &lt;br /&gt;
Documentation concerning this process can be found&lt;br /&gt;
[http://termcomp.uibk.ac.at/termcomp/help/register.seam?cid=8144 here].&lt;br /&gt;
&lt;br /&gt;
Kindly note that in order to participate, your tool needs to be &lt;br /&gt;
[http://www.opensource.org/ &amp;lt;em&amp;gt;open source&amp;lt;/em&amp;gt;].&lt;br /&gt;
&lt;br /&gt;
==== Participating Teams of Past and Upcoming Competitions ====&lt;br /&gt;
Here you can find a list (sorted by tool name) of participants of past competitions &lt;br /&gt;
and supposed participants of the upcoming competition. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable center&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Tool !! Internal Page !! text-align=&amp;quot;left&amp;quot;|Authors !! 2008 !! 2009 !! 2010&lt;br /&gt;
|-&lt;br /&gt;
! [http://www.imn.htwk-leipzig.de/~waldmann/ Matchbox] &lt;br /&gt;
| [[Tools:Matchbox]]&lt;br /&gt;
| J. Waldmann&lt;br /&gt;
| ---&lt;br /&gt;
| x&lt;br /&gt;
| x&lt;br /&gt;
|-&lt;br /&gt;
! [http://cl-informatik.uibk.ac.at/software/tct TCT]&lt;br /&gt;
| [[Tools:TCT]]&lt;br /&gt;
| M. Avanzini, G. Moser, A. Schnabl&lt;br /&gt;
| x&lt;br /&gt;
| x&lt;br /&gt;
| x&lt;br /&gt;
|-&lt;br /&gt;
! [http://cl-informatik.uibk.ac.at/software/ttt2 CaT]&lt;br /&gt;
| [[Tools:CaT]]&lt;br /&gt;
| M. Korp, C. Sternagel, H. Zankl&lt;br /&gt;
| x&lt;br /&gt;
| x&lt;br /&gt;
| x&lt;br /&gt;
|-&lt;br /&gt;
! [http://aprove.informatik.rwth-aachen.de/ AProVE]&lt;br /&gt;
| [[Tools:AProVE]]&lt;br /&gt;
| The AProVE Team&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| x&lt;br /&gt;
|-&lt;br /&gt;
! Oops&lt;br /&gt;
| [[Tools:Oops]]&lt;br /&gt;
| Fabian Emmes, Lars Noschinski&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| x&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
An overview of the proof techniques applied by the participants in past competitions can be found [[Complexity_Techniques|here]].&lt;br /&gt;
&lt;br /&gt;
== Past Winners ==&lt;br /&gt;
In 2008, [[Tools:CaT|CaT]] was the winner of both derivational complexity categories, whereas&lt;br /&gt;
for runtime complexity only [[Tools:TCT|TCT]] participated. &lt;br /&gt;
In 2009, all categories where ruled by [[Tools:CaT|CaT]]. Congratulations! &lt;br /&gt;
&lt;br /&gt;
For detailed information on the testsuites employed and the actual results of the&lt;br /&gt;
tools see the [http://termcomp.uibk.ac.at termcomp] pages.&lt;br /&gt;
&lt;br /&gt;
== Overview of the Competition Rules ==&lt;br /&gt;
Problems are given in the new TPDB-format, see&lt;br /&gt;
[http://www.termination-portal.org/wiki/XTC_Format_Specification] and &lt;br /&gt;
are selected randomly from the newest version of the Termination Problem Database.&lt;br /&gt;
&lt;br /&gt;
In the selection process, emphasis is put onto selecting problems that &lt;br /&gt;
could not be automatically verified in past competitions, c.f. page [[Complexity:Rules#Problem Sets and Problem Selection|problem selection]]&lt;br /&gt;
for details. &lt;br /&gt;
Tools are ranked not only by number of succeeded runs, but in the scoring&lt;br /&gt;
also the preciseness of the bounds is taken into account. See page [[Complexity:Rules#scoring|scoring]] for further details.&lt;br /&gt;
&lt;br /&gt;
Unfortunately the database is currently somehow biased towards termination problems. &lt;br /&gt;
We encourage everybody to submit new problems to the TPDB that are interesting from a complexity&lt;br /&gt;
related perspective. (In submission please indicate that these examples should go into the complexity benchmark.)&lt;/div&gt;</summary>
		<author><name>Fab</name></author>
		
	</entry>
	<entry>
		<id>http://termination-portal.org/mediawiki/index.php?title=Tools:Oops&amp;diff=1119</id>
		<title>Tools:Oops</title>
		<link rel="alternate" type="text/html" href="http://termination-portal.org/mediawiki/index.php?title=Tools:Oops&amp;diff=1119"/>
		<updated>2010-07-21T10:22:52Z</updated>

		<summary type="html">&lt;p&gt;Fab: initial homepage&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--&lt;br /&gt;
       Please fill in the data so that you can be added to some default&lt;br /&gt;
       categories and a simple user page can be created. You may extend&lt;br /&gt;
       that user page yourself after the following code block.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tool&lt;br /&gt;
|shortname=Oops&lt;br /&gt;
|longname=Oops&lt;br /&gt;
|homepage=http://verify.rwth-aachen.de/emmes/oops.tar.gz&lt;br /&gt;
|country=Germany&lt;br /&gt;
|university=RWTH Aachen&lt;br /&gt;
|developers=[[People:Fabian Emmes|Fabian Emmes]], [[People:Lars Noschinski|Lars Noschinski]]&lt;br /&gt;
|publication=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If you want to add some additional information to the tool page, you can do so after this comment. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Oops =&lt;br /&gt;
&lt;br /&gt;
Oops is no real complexity analyzer. Its main purpose was to mark unsuitable examples in the runtime [[complexity]] categories during the [[Termination Competition 2010]]. Many thanks to Georg Moser for the fitting name.&lt;br /&gt;
&lt;br /&gt;
For runtime complexity, one does not analyze the derivation length of arbitrary terms (as one does in derivational complexity), but only of terms with exactly one defined symbol. For some systems this leads to much better intuition about the complexity of the described functions, but for others this definition yields strange results. For example applicative systems only have one defined symbol (the apply symbol), whereas the rest are just constants. Starting only with one apply symbol (as runtime complexity requires), one is most likely not able to build the derivation sequences the author of the example intended.&lt;br /&gt;
&lt;br /&gt;
Furthermore, for such examples where all constructor symbols are constants, there are only finitely many basic terms. This makes asymptotic complexity analysis pointless, as one cannot build arbitrary large start terms.&lt;br /&gt;
&lt;br /&gt;
We identified the following situations, in which we can conclude constant complexity. The strategy of oops is just to identify these situations and return an upper bound of O(1) if successful.&lt;br /&gt;
&lt;br /&gt;
* All constructor symbols of the system are constants. This implies that there are only finitely many basic terms. If all of those terms are terminating, we can conclude constant runtime complexity. The termination of the terms proved by testing doing all possible evaluations of those terms.&lt;br /&gt;
* A similar situation occurs if all defined symbols are constants. Again we have only finitely many basic terms which can be tested.&lt;br /&gt;
* A third case is if the left-hand sides of all rules contain at least two defined symbols. Since every basic term has exactly one defined symbol, no rule can be applied to any basic term. This way, we can directly conclude O(1), without testing any terms for termination.&lt;/div&gt;</summary>
		<author><name>Fab</name></author>
		
	</entry>
	<entry>
		<id>http://termination-portal.org/mediawiki/index.php?title=People:Fabian_Emmes&amp;diff=895</id>
		<title>People:Fabian Emmes</title>
		<link rel="alternate" type="text/html" href="http://termination-portal.org/mediawiki/index.php?title=People:Fabian_Emmes&amp;diff=895"/>
		<updated>2009-07-15T15:54:52Z</updated>

		<summary type="html">&lt;p&gt;Fab: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--&lt;br /&gt;
       Please fill in the data so that you can be added to some default&lt;br /&gt;
       categories and a simple user page can be created. You may extend&lt;br /&gt;
       that user page yourself after the following code block.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Person&lt;br /&gt;
|firstname=Fabian&lt;br /&gt;
|middlenames=&lt;br /&gt;
|lastname=Emmes&lt;br /&gt;
|titles=&lt;br /&gt;
|email=emmes@informatik.rwth-aachen.de&lt;br /&gt;
|homepage=http://verify.rwth-aachen.de/emmes/&lt;br /&gt;
|country=Germany&lt;br /&gt;
|university=RWTH Aachen&lt;br /&gt;
|department=Research Group Computer Science 2&lt;br /&gt;
|role=Research and Teaching Assistant&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If you want to add some personal data to your userpage, you can do so after this comment. --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Fab</name></author>
		
	</entry>
	<entry>
		<id>http://termination-portal.org/mediawiki/index.php?title=People:Fabian_Emmes&amp;diff=894</id>
		<title>People:Fabian Emmes</title>
		<link rel="alternate" type="text/html" href="http://termination-portal.org/mediawiki/index.php?title=People:Fabian_Emmes&amp;diff=894"/>
		<updated>2009-07-15T15:54:11Z</updated>

		<summary type="html">&lt;p&gt;Fab: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--&lt;br /&gt;
       Please fill in the data so that you can be added to some default&lt;br /&gt;
       categories and a simple user page can be created. You may extend&lt;br /&gt;
       that user page yourself after the following code block.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Person&lt;br /&gt;
|firstname=Fabian&lt;br /&gt;
|middlenames=&lt;br /&gt;
|lastname=Emmes&lt;br /&gt;
|titles=&lt;br /&gt;
|email=emmes@informatik.rwth-aachen.de&lt;br /&gt;
|homepage=http://verify.rwth-aachen.de/emmes/&lt;br /&gt;
|country=Germany&lt;br /&gt;
|university=RWTH Aachen&lt;br /&gt;
|department=Research Group Computer Science 2&lt;br /&gt;
|role=Research and Teaching Assistant in the Department of Research Group Computer Science 2 (RWTH Aachen, Germany) &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If you want to add some personal data to your userpage, you can do so after this comment. --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Fab</name></author>
		
	</entry>
	<entry>
		<id>http://termination-portal.org/mediawiki/index.php?title=Functional_Programming&amp;diff=893</id>
		<title>Functional Programming</title>
		<link rel="alternate" type="text/html" href="http://termination-portal.org/mediawiki/index.php?title=Functional_Programming&amp;diff=893"/>
		<updated>2009-07-15T15:52:06Z</updated>

		<summary type="html">&lt;p&gt;Fab: Added some information about haskell termination and the competition format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Within the Termination Competition, there is a category on Functional Programming&lt;br /&gt;
where the object is to prove termination of Haskell functions automatically.&lt;br /&gt;
&lt;br /&gt;
Currently, the Termination Problems Data Base contains 1676 functions from the Haskell Prelude,&lt;br /&gt;
and AProVE shows termination of 1294 of them.&lt;br /&gt;
&lt;br /&gt;
== Termination of Haskell Functions ==&lt;br /&gt;
&lt;br /&gt;
This category compares tools that automatically analyze termination of Haskell programs. If one considers a whole Haskell program, termination corresponds to finishing the computation in finite time on every possible input.&lt;br /&gt;
Since Haskell uses lazy/on-demand evaluation, this notion is not directly useful for analysis of single functions. Consider for example a program containing:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;map :: (a -&amp;amp;gt; b) -&amp;amp;gt; [a] -&amp;amp;gt; [b]&lt;br /&gt;
map f [] = []&lt;br /&gt;
map f (x:xs) = (f x):(map f xs)&lt;br /&gt;
&lt;br /&gt;
bot :: a -&amp;amp;gt; b&lt;br /&gt;
bot = bot&lt;br /&gt;
&lt;br /&gt;
zeros :: [Integer]&lt;br /&gt;
zeros = 0:zeros&lt;br /&gt;
&lt;br /&gt;
strange :: (Integer -&amp;amp;gt; Integer) -&amp;amp;gt; Integer&lt;br /&gt;
strange f&lt;br /&gt;
    | f 23 == 42    = strange f&lt;br /&gt;
    | otherwise     = 5&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Intuitively a specific function evaluation (where the value of every argument is supplied) is terminating if the Haskell evaluation strategy needs finitely many steps to compute the result completely. This means, that evaluation does not stop when reaching a term headed by a constructor: it will continue evaluating the arguments of this constructor. Hence, the function zeros is considered non-terminating.&lt;br /&gt;
&lt;br /&gt;
When analyzing the termination behavior of a function itself (without specific arguments), the picture gets slightly more complicated. If one allows arbitrary arguments, then nearly every Haskell function will not finish in finitely many steps. Even a function as head would need to be considered non-terminating if one would allow non-terminating arguments: head bot will obviously not terminate. Hence, this idea is not useful. Instead one regards a function as terminating, if it finishes in a finite number of steps whenever it is called with terminating arguments. This can be written formally as follows:&lt;br /&gt;
&lt;br /&gt;
'''Definition: (Termination of Haskell Expressions)''' The set of terminating Haskell expressions is defined as the smallest set, such that t is in this set iff:&lt;br /&gt;
* t does not start an infinite evaluation sequence, and&lt;br /&gt;
* if t evaluates to an expression c t&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt; ... t&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt; where c is a constructor then t&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt; ... t&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt; must also be terminating expressions, and&lt;br /&gt;
* if t evaluates to an expression f t&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt; ... t&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt; where f is a function symbol and the type of t is α -&amp;amp;gt; β, then f t&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt; ... t&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt; t' must be terminating for every terminating expression t'.&lt;br /&gt;
&lt;br /&gt;
This means that in the above program the expression &amp;lt;tt&amp;gt;map&amp;lt;/tt&amp;gt; would be considered terminating, while the expression &amp;lt;tt&amp;gt;\f -&amp;amp;gt; map f zeros&amp;lt;/tt&amp;gt; would be non-terminating. On the other hand head &amp;lt;tt&amp;gt;zeros&amp;lt;/tt&amp;gt; is obviously nonterminating. The expression &amp;lt;tt&amp;gt;\x -&amp;amp;gt; if x == 23 then 42 else 5&amp;lt;/tt&amp;gt; is terminating, while the function &amp;lt;tt&amp;gt;strange&amp;lt;/tt&amp;gt; is not. This is because by the third point in the definition one needs to analyze strange called with any terminating argument (like our lambda expression) which would result in a non-terminating behavior.&lt;br /&gt;
&lt;br /&gt;
The semantics of &amp;quot;termination&amp;quot; (in the context of the competition)&lt;br /&gt;
is discussed e.g. in http://lists.lri.fr/pipermail/termtools/2006-March/000179.html&lt;br /&gt;
&lt;br /&gt;
== The Problem Format ==&lt;br /&gt;
&lt;br /&gt;
Every input for the FP category is a file containing a Haskell module with exactly the compiler pragma &amp;lt;tt&amp;gt;htermination&amp;lt;/tt&amp;gt;, that specifies the start term. The start term is any Haskell expression containing no free variables. Function names, constructors etc. bound in the module itself can be used.&lt;br /&gt;
&amp;lt;pre&amp;gt;{-# htermination (foldr1 :: (a -&amp;amp;gt; a -&amp;amp;gt; a) -&amp;amp;gt; (List a) -&amp;amp;gt; a) #-} &lt;br /&gt;
&lt;br /&gt;
import qualified Prelude&lt;br /&gt;
&lt;br /&gt;
data MyBool = MyTrue | MyFalse&lt;br /&gt;
data List a = Cons a (List a) | Nil&lt;br /&gt;
&lt;br /&gt;
foldr1 :: (a -&amp;amp;gt; a -&amp;amp;gt; a) -&amp;amp;gt; (List a) -&amp;amp;gt; a&lt;br /&gt;
foldr1 f (Cons x Nil) = x&lt;br /&gt;
foldr1 f (Cons x xs) = f x (foldr1 f xs)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
&lt;br /&gt;
The termination analyzer AProVE has a web front end http://aprove.informatik.rwth-aachen.de/eval/Haskell/&lt;/div&gt;</summary>
		<author><name>Fab</name></author>
		
	</entry>
	<entry>
		<id>http://termination-portal.org/mediawiki/index.php?title=People:Fabian_Emmes&amp;diff=316</id>
		<title>People:Fabian Emmes</title>
		<link rel="alternate" type="text/html" href="http://termination-portal.org/mediawiki/index.php?title=People:Fabian_Emmes&amp;diff=316"/>
		<updated>2008-04-02T14:24:26Z</updated>

		<summary type="html">&lt;p&gt;Fab: New page: &amp;lt;!--        Please fill in the data so that you can be added to some default        categories and a simple user page can be created. You may extend        that user page yourself after th...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--&lt;br /&gt;
       Please fill in the data so that you can be added to some default&lt;br /&gt;
       categories and a simple user page can be created. You may extend&lt;br /&gt;
       that user page yourself after the following code block.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Person&lt;br /&gt;
|firstname=Fabian&lt;br /&gt;
|middlenames=&lt;br /&gt;
|lastname=Emmes&lt;br /&gt;
|titles=&lt;br /&gt;
|email=fabian.emmes@rwth-aachen.de&lt;br /&gt;
|homepage=&lt;br /&gt;
|country=Germany&lt;br /&gt;
|university=RWTH Aachen&lt;br /&gt;
|department=Research Group Computer Science 2&lt;br /&gt;
|role=Student           &amp;lt;!-- role: Student, Professor, PhD Student, ... --&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If you want to add some personal data to your userpage, you can do so after this comment. --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Fab</name></author>
		
	</entry>
</feed>