MAYBE
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http:/www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Left Termination proof of ../tpdb/LP/SGST06/ifdiv.pl</title>
</head>
<body>
<BR><B>Left Termination</B> of the query pattern
div_in_3(g, g, a)
w.r.t. the given <I>Prolog program</I> could not be shown:<BR><BR><BR><BR><pre>&#8627 <B>Prolog</B></pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>  &#8627 PrologToPiTRSProof</pre><BR>Clauses:<BR><BR>le(0, Y, true).<BR>le(s(X), 0, false).<BR>le(s(X), s(Y), B)&#160;:-&#160;le(X, Y, B).<BR>minus(X, 0, X).<BR>minus(s(X), s(Y), Z)&#160;:-&#160;minus(X, Y, Z).<BR>div(X, s(Y), Z)&#160;:-&#160;','(le(s(Y), X, B), if(B, X, s(Y), Z)).<BR>if(false, X, s(Y), 0).<BR>if(true, X, s(Y), s(Z))&#160;:-&#160;','(minus(X, Y, U), div(U, s(Y), Z)).<BR><BR>Queries:<BR><BR>div(g,g,a).<BR><BR>We use the technique of [30]. With regard to the inferred argument filtering the predicates were used in the following modes:
<BR><FONT COLOR=#0000cc>div_in</font>: (b,b,f)
<BR><FONT COLOR=#0000cc>le_in</font>: (b,b,f)
<BR><FONT COLOR=#0000cc>if_in</font>: (b,b,b,f)
<BR><FONT COLOR=#0000cc>minus_in</font>: (b,b,f)
<BR>Transforming <I>Prolog</I> into the following <B>Term Rewriting System</B>:
<BR>Pi-finite rewrite system:<BR>The TRS R consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>true</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>true</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>false</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>false</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>) &#8594; <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#0000cc>false</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#0000cc>false</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>0</font>)
<BR><FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>))
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>X</font>) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>X</font>)
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>)) &#8594; <FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)</BLOCKQUOTE><BR>The argument filtering Pi contains the following mapping:<BR><FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)&#160; = &#160;<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)<BR>
<FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>0</font>&#160; = &#160;<FONT COLOR=#0000cc>0</font><BR>
<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>false</font>&#160; = &#160;<FONT COLOR=#0000cc>false</font><BR>
<FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>true</font>&#160; = &#160;<FONT COLOR=#0000cc>true</font><BR>
<FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>x3</font>)<BR>
<BR>
<P><B>Infinitary Constructor Rewriting Termination</B> of PiTRS implies <B>Termination</B> of Prolog<P>
<BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 <B>PiTRS</B></pre><pre>      &#8627 DependencyPairsProof</pre><pre>  &#8627 PrologToPiTRSProof</pre><BR>Pi-finite rewrite system:<BR>The TRS R consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>true</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>true</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>false</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>false</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>) &#8594; <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#0000cc>false</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#0000cc>false</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>0</font>)
<BR><FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>))
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>X</font>) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>X</font>)
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>)) &#8594; <FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)</BLOCKQUOTE><BR>The argument filtering Pi contains the following mapping:<BR><FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)&#160; = &#160;<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)<BR>
<FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>0</font>&#160; = &#160;<FONT COLOR=#0000cc>0</font><BR>
<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>false</font>&#160; = &#160;<FONT COLOR=#0000cc>false</font><BR>
<FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>true</font>&#160; = &#160;<FONT COLOR=#0000cc>true</font><BR>
<FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>x3</font>)<BR>
<BR><BR>Using Dependency Pairs [1,30] we result in the following initial DP problem:<BR>Pi DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>) &#8594; <FONT COLOR=#0000cc>U1_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>) &#8594; <FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>U4_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>))
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>)
<BR><FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U2_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>)) &#8594; <FONT COLOR=#0000cc>U6_GGGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)</BLOCKQUOTE><BR>The TRS R consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>true</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>true</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>false</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>false</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>) &#8594; <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#0000cc>false</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#0000cc>false</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>0</font>)
<BR><FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>))
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>X</font>) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>X</font>)
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>)) &#8594; <FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)</BLOCKQUOTE><BR>The argument filtering Pi contains the following mapping:<BR><FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)&#160; = &#160;<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)<BR>
<FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>0</font>&#160; = &#160;<FONT COLOR=#0000cc>0</font><BR>
<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>false</font>&#160; = &#160;<FONT COLOR=#0000cc>false</font><BR>
<FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>true</font>&#160; = &#160;<FONT COLOR=#0000cc>true</font><BR>
<FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U4_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U4_GGA</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>U6_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U6_GGGA</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U2_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U2_GGA</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>U1_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U1_GGA</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<BR>We have to consider all (P,R,Pi)-chains<BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 <B>PiDP</B></pre><pre>          &#8627 DependencyGraphProof</pre><pre>  &#8627 PrologToPiTRSProof</pre><BR>Pi DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>) &#8594; <FONT COLOR=#0000cc>U1_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>) &#8594; <FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>U4_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>))
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>)
<BR><FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U2_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>)) &#8594; <FONT COLOR=#0000cc>U6_GGGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)</BLOCKQUOTE><BR>The TRS R consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>true</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>true</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>false</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>false</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>) &#8594; <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#0000cc>false</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#0000cc>false</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>0</font>)
<BR><FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>))
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>X</font>) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>X</font>)
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>)) &#8594; <FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)</BLOCKQUOTE><BR>The argument filtering Pi contains the following mapping:<BR><FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)&#160; = &#160;<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)<BR>
<FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>0</font>&#160; = &#160;<FONT COLOR=#0000cc>0</font><BR>
<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>false</font>&#160; = &#160;<FONT COLOR=#0000cc>false</font><BR>
<FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>true</font>&#160; = &#160;<FONT COLOR=#0000cc>true</font><BR>
<FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U4_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U4_GGA</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>U6_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U6_GGGA</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U2_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U2_GGA</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>U1_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U1_GGA</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<BR>We have to consider all (P,R,Pi)-chains<BR>The approximation of the Dependency Graph [30] contains 3 SCCs with 6 less nodes.<BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 <B>PiDP</B></pre><pre>                &#8627 UsableRulesProof</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>  &#8627 PrologToPiTRSProof</pre><BR>Pi DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>)</BLOCKQUOTE><BR>The TRS R consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>true</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>true</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>false</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>false</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>) &#8594; <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#0000cc>false</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#0000cc>false</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>0</font>)
<BR><FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>))
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>X</font>) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>X</font>)
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>)) &#8594; <FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)</BLOCKQUOTE><BR>The argument filtering Pi contains the following mapping:<BR><FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)&#160; = &#160;<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)<BR>
<FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>0</font>&#160; = &#160;<FONT COLOR=#0000cc>0</font><BR>
<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>false</font>&#160; = &#160;<FONT COLOR=#0000cc>false</font><BR>
<FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>true</font>&#160; = &#160;<FONT COLOR=#0000cc>true</font><BR>
<FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<BR>We have to consider all (P,R,Pi)-chains<BR>For (infinitary) constructor rewriting [30] we can delete all non-usable rules from R.<BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>                &#8627 UsableRulesProof</pre><pre>                  &#8627 <B>PiDP</B></pre><pre>                    &#8627 PiDPToQDPProof</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>  &#8627 PrologToPiTRSProof</pre><BR>Pi DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>)</BLOCKQUOTE><BR>R is empty.<BR>The argument filtering Pi contains the following mapping:<BR><FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)&#160; = &#160;<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)<BR>
<FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<BR>We have to consider all (P,R,Pi)-chains<BR>Transforming (infinitary) constructor rewriting Pi-DP problem [30] into ordinary QDP problem [15] by application of Pi.<BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>                &#8627 UsableRulesProof</pre><pre>                  &#8627 PiDP</pre><pre>                    &#8627 PiDPToQDPProof</pre><pre>                      &#8627 <B>QDP</B></pre><pre>                        &#8627 QDPSizeChangeProof</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>  &#8627 PrologToPiTRSProof</pre><BR>Q DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>)</BLOCKQUOTE><BR>R is empty.<BR>Q is empty.<BR>We have to consider all (P,Q,R)-chains.<BR>By using the subterm criterion [20] together with the size-change analysis [32] we have proven that there are no infinite chains for this DP problem. <P>From the DPs we obtained the following set of size-change graphs:
<UL><LI><FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>)<BR>The graph contains the following edges 1 > 1, 2 > 2<P></LI></UL><BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 <B>PiDP</B></pre><pre>                &#8627 UsableRulesProof</pre><pre>              &#8627 PiDP</pre><pre>  &#8627 PrologToPiTRSProof</pre><BR>Pi DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>) &#8594; <FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>)</BLOCKQUOTE><BR>The TRS R consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>true</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>true</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>false</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>false</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>) &#8594; <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#0000cc>false</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#0000cc>false</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>0</font>)
<BR><FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>))
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>X</font>) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>X</font>)
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>)) &#8594; <FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)</BLOCKQUOTE><BR>The argument filtering Pi contains the following mapping:<BR><FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)&#160; = &#160;<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)<BR>
<FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>0</font>&#160; = &#160;<FONT COLOR=#0000cc>0</font><BR>
<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>false</font>&#160; = &#160;<FONT COLOR=#0000cc>false</font><BR>
<FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>true</font>&#160; = &#160;<FONT COLOR=#0000cc>true</font><BR>
<FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<BR>We have to consider all (P,R,Pi)-chains<BR>For (infinitary) constructor rewriting [30] we can delete all non-usable rules from R.<BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>                &#8627 UsableRulesProof</pre><pre>                  &#8627 <B>PiDP</B></pre><pre>                    &#8627 PiDPToQDPProof</pre><pre>              &#8627 PiDP</pre><pre>  &#8627 PrologToPiTRSProof</pre><BR>Pi DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>) &#8594; <FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>)</BLOCKQUOTE><BR>R is empty.<BR>The argument filtering Pi contains the following mapping:<BR><FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)&#160; = &#160;<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)<BR>
<FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<BR>We have to consider all (P,R,Pi)-chains<BR>Transforming (infinitary) constructor rewriting Pi-DP problem [30] into ordinary QDP problem [15] by application of Pi.<BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>                &#8627 UsableRulesProof</pre><pre>                  &#8627 PiDP</pre><pre>                    &#8627 PiDPToQDPProof</pre><pre>                      &#8627 <B>QDP</B></pre><pre>                        &#8627 QDPSizeChangeProof</pre><pre>              &#8627 PiDP</pre><pre>  &#8627 PrologToPiTRSProof</pre><BR>Q DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>)</BLOCKQUOTE><BR>R is empty.<BR>Q is empty.<BR>We have to consider all (P,Q,R)-chains.<BR>By using the subterm criterion [20] together with the size-change analysis [32] we have proven that there are no infinite chains for this DP problem. <P>From the DPs we obtained the following set of size-change graphs:
<UL><LI><FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>)<BR>The graph contains the following edges 1 > 1, 2 > 2<P></LI></UL><BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 <B>PiDP</B></pre><pre>                &#8627 UsableRulesProof</pre><pre>  &#8627 PrologToPiTRSProof</pre><BR>Pi DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>))
<BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)</BLOCKQUOTE><BR>The TRS R consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>true</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>true</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>false</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>false</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>) &#8594; <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#0000cc>false</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#0000cc>false</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>0</font>)
<BR><FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>))
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>X</font>) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>X</font>)
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>)) &#8594; <FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)</BLOCKQUOTE><BR>The argument filtering Pi contains the following mapping:<BR><FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)&#160; = &#160;<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)<BR>
<FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>0</font>&#160; = &#160;<FONT COLOR=#0000cc>0</font><BR>
<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>false</font>&#160; = &#160;<FONT COLOR=#0000cc>false</font><BR>
<FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>true</font>&#160; = &#160;<FONT COLOR=#0000cc>true</font><BR>
<FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<BR>We have to consider all (P,R,Pi)-chains<BR>For (infinitary) constructor rewriting [30] we can delete all non-usable rules from R.<BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>                &#8627 UsableRulesProof</pre><pre>                  &#8627 <B>PiDP</B></pre><pre>                    &#8627 PiDPToQDPProof</pre><pre>  &#8627 PrologToPiTRSProof</pre><BR>Pi DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>))
<BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)</BLOCKQUOTE><BR>The TRS R consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>X</font>) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>X</font>)
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>false</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>false</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>) &#8594; <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>true</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>true</font>)</BLOCKQUOTE><BR>The argument filtering Pi contains the following mapping:<BR><FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)&#160; = &#160;<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)<BR>
<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>0</font>&#160; = &#160;<FONT COLOR=#0000cc>0</font><BR>
<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>false</font>&#160; = &#160;<FONT COLOR=#0000cc>false</font><BR>
<FONT COLOR=#0000cc>true</font>&#160; = &#160;<FONT COLOR=#0000cc>true</font><BR>
<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<BR>We have to consider all (P,R,Pi)-chains<BR>Transforming (infinitary) constructor rewriting Pi-DP problem [30] into ordinary QDP problem [15] by application of Pi.<BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>                &#8627 UsableRulesProof</pre><pre>                  &#8627 PiDP</pre><pre>                    &#8627 PiDPToQDPProof</pre><pre>                      &#8627 <B>QDP</B></pre><pre>                        &#8627 Narrowing</pre><pre>  &#8627 PrologToPiTRSProof</pre><BR>Q DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>))
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>U</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>))</BLOCKQUOTE><BR>The TRS R consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>)
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>false</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>)</BLOCKQUOTE><BR>The set Q consists of the following terms:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x0</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x0</font>)</BLOCKQUOTE><BR>We have to consider all (P,Q,R)-chains.<BR>By narrowing [15] the rule <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>)) at position [1] we obtained the following new rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x0</font>))
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>))) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>), <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)))</BLOCKQUOTE><BR><BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>                &#8627 UsableRulesProof</pre><pre>                  &#8627 PiDP</pre><pre>                    &#8627 PiDPToQDPProof</pre><pre>                      &#8627 QDP</pre><pre>                        &#8627 Narrowing</pre><pre>                          &#8627 <B>QDP</B></pre><pre>                            &#8627 Narrowing</pre><pre>  &#8627 PrologToPiTRSProof</pre><BR>Q DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x0</font>))
<BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>))
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>))) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>), <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)))
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>U</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>))</BLOCKQUOTE><BR>The TRS R consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>)
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>false</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>)</BLOCKQUOTE><BR>The set Q consists of the following terms:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x0</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x0</font>)</BLOCKQUOTE><BR>We have to consider all (P,Q,R)-chains.<BR>By narrowing [15] the rule <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>)) at position [2] we obtained the following new rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>)) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>false</font>))
<BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>)) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>), <FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)))</BLOCKQUOTE><BR><BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>                &#8627 UsableRulesProof</pre><pre>                  &#8627 PiDP</pre><pre>                    &#8627 PiDPToQDPProof</pre><pre>                      &#8627 QDP</pre><pre>                        &#8627 Narrowing</pre><pre>                          &#8627 QDP</pre><pre>                            &#8627 Narrowing</pre><pre>                              &#8627 <B>QDP</B></pre><pre>                                &#8627 Instantiation</pre><pre>  &#8627 PrologToPiTRSProof</pre><BR>Q DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x0</font>))
<BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>)) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>), <FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)))
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>))) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>), <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)))
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>U</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>)) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>false</font>))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>))</BLOCKQUOTE><BR>The TRS R consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>)
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>false</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>)</BLOCKQUOTE><BR>The set Q consists of the following terms:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x0</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x0</font>)</BLOCKQUOTE><BR>We have to consider all (P,Q,R)-chains.<BR>By instantiating [15] the rule <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>U</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) we obtained the following new rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>z0</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>z0</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>))
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>), <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>)))</BLOCKQUOTE><BR><BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>                &#8627 UsableRulesProof</pre><pre>                  &#8627 PiDP</pre><pre>                    &#8627 PiDPToQDPProof</pre><pre>                      &#8627 QDP</pre><pre>                        &#8627 Narrowing</pre><pre>                          &#8627 QDP</pre><pre>                            &#8627 Narrowing</pre><pre>                              &#8627 QDP</pre><pre>                                &#8627 Instantiation</pre><pre>                                  &#8627 <B>QDP</B></pre><pre>                                    &#8627 Instantiation</pre><pre>  &#8627 PrologToPiTRSProof</pre><BR>Q DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x0</font>))
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>z0</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>z0</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>))
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>), <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>)))
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>))) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>), <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)))
<BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>)) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>), <FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)))
<BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>)) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>false</font>))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>))</BLOCKQUOTE><BR>The TRS R consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>)
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>false</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>)</BLOCKQUOTE><BR>The set Q consists of the following terms:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x0</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x0</font>)</BLOCKQUOTE><BR>We have to consider all (P,Q,R)-chains.<BR>By instantiating [15] the rule <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) we obtained the following new rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>z0</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>false</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>false</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#cc0000>z1</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x2</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>))</BLOCKQUOTE><BR><BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>                &#8627 UsableRulesProof</pre><pre>                  &#8627 PiDP</pre><pre>                    &#8627 PiDPToQDPProof</pre><pre>                      &#8627 QDP</pre><pre>                        &#8627 Narrowing</pre><pre>                          &#8627 QDP</pre><pre>                            &#8627 Narrowing</pre><pre>                              &#8627 QDP</pre><pre>                                &#8627 Instantiation</pre><pre>                                  &#8627 QDP</pre><pre>                                    &#8627 Instantiation</pre><pre>                                      &#8627 <B>QDP</B></pre><pre>                                        &#8627 DependencyGraphProof</pre><pre>  &#8627 PrologToPiTRSProof</pre><BR>Q DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x0</font>))
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>z0</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>z0</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>z0</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>false</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>false</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>))
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>), <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>)))
<BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>)) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>), <FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)))
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>))) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>), <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)))
<BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>)) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>false</font>))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#cc0000>z1</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x2</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>))</BLOCKQUOTE><BR>The TRS R consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>)
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>false</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>)</BLOCKQUOTE><BR>The set Q consists of the following terms:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x0</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x0</font>)</BLOCKQUOTE><BR>We have to consider all (P,Q,R)-chains.<BR>The approximation of the Dependency Graph [15,17,22] contains 1 SCC with 2 less nodes.<BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>                &#8627 UsableRulesProof</pre><pre>                  &#8627 PiDP</pre><pre>                    &#8627 PiDPToQDPProof</pre><pre>                      &#8627 QDP</pre><pre>                        &#8627 Narrowing</pre><pre>                          &#8627 QDP</pre><pre>                            &#8627 Narrowing</pre><pre>                              &#8627 QDP</pre><pre>                                &#8627 Instantiation</pre><pre>                                  &#8627 QDP</pre><pre>                                    &#8627 Instantiation</pre><pre>                                      &#8627 QDP</pre><pre>                                        &#8627 DependencyGraphProof</pre><pre>                                          &#8627 <B>QDP</B></pre><pre>                                            &#8627 Instantiation</pre><pre>  &#8627 PrologToPiTRSProof</pre><BR>Q DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x0</font>))
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>z0</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>z0</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>))
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>), <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>)))
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>))) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>), <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)))
<BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>)) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>), <FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#cc0000>z1</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x2</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>))</BLOCKQUOTE><BR>The TRS R consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>)
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>false</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>)</BLOCKQUOTE><BR>The set Q consists of the following terms:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x0</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x0</font>)</BLOCKQUOTE><BR>We have to consider all (P,Q,R)-chains.<BR>By instantiating [15] the rule <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>)) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>), <FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>))) we obtained the following new rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>))) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#cc0000>x0</font>)))
<BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>x0</font>)))</BLOCKQUOTE><BR><BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>                &#8627 UsableRulesProof</pre><pre>                  &#8627 PiDP</pre><pre>                    &#8627 PiDPToQDPProof</pre><pre>                      &#8627 QDP</pre><pre>                        &#8627 Narrowing</pre><pre>                          &#8627 QDP</pre><pre>                            &#8627 Narrowing</pre><pre>                              &#8627 QDP</pre><pre>                                &#8627 Instantiation</pre><pre>                                  &#8627 QDP</pre><pre>                                    &#8627 Instantiation</pre><pre>                                      &#8627 QDP</pre><pre>                                        &#8627 DependencyGraphProof</pre><pre>                                          &#8627 QDP</pre><pre>                                            &#8627 Instantiation</pre><pre>                                              &#8627 <B>QDP</B></pre><pre>                                                &#8627 Rewriting</pre><pre>  &#8627 PrologToPiTRSProof</pre><BR>Q DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>))) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#cc0000>x0</font>)))
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x0</font>))
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>z0</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>z0</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>))
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>), <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>)))
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>))) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>), <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)))
<BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>x0</font>)))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#cc0000>z1</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x2</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>))</BLOCKQUOTE><BR>The TRS R consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>)
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>false</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>)</BLOCKQUOTE><BR>The set Q consists of the following terms:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x0</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x0</font>)</BLOCKQUOTE><BR>We have to consider all (P,Q,R)-chains.<BR>By rewriting [15] the rule <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>x0</font>))) at position [2,0] we obtained the following new rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>)))</BLOCKQUOTE><BR><BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>                &#8627 UsableRulesProof</pre><pre>                  &#8627 PiDP</pre><pre>                    &#8627 PiDPToQDPProof</pre><pre>                      &#8627 QDP</pre><pre>                        &#8627 Narrowing</pre><pre>                          &#8627 QDP</pre><pre>                            &#8627 Narrowing</pre><pre>                              &#8627 QDP</pre><pre>                                &#8627 Instantiation</pre><pre>                                  &#8627 QDP</pre><pre>                                    &#8627 Instantiation</pre><pre>                                      &#8627 QDP</pre><pre>                                        &#8627 DependencyGraphProof</pre><pre>                                          &#8627 QDP</pre><pre>                                            &#8627 Instantiation</pre><pre>                                              &#8627 QDP</pre><pre>                                                &#8627 Rewriting</pre><pre>                                                  &#8627 <B>QDP</B></pre><pre>                                                    &#8627 Rewriting</pre><pre>  &#8627 PrologToPiTRSProof</pre><BR>Q DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x0</font>))
<BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>))) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#cc0000>x0</font>)))
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>z0</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>z0</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>))
<BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>)))
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>), <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>)))
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>))) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>), <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#cc0000>z1</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x2</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>))</BLOCKQUOTE><BR>The TRS R consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>)
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>false</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>)</BLOCKQUOTE><BR>The set Q consists of the following terms:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x0</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x0</font>)</BLOCKQUOTE><BR>We have to consider all (P,Q,R)-chains.<BR>By rewriting [15] the rule <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>))) at position [2] we obtained the following new rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>))</BLOCKQUOTE><BR><BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>                &#8627 UsableRulesProof</pre><pre>                  &#8627 PiDP</pre><pre>                    &#8627 PiDPToQDPProof</pre><pre>                      &#8627 QDP</pre><pre>                        &#8627 Narrowing</pre><pre>                          &#8627 QDP</pre><pre>                            &#8627 Narrowing</pre><pre>                              &#8627 QDP</pre><pre>                                &#8627 Instantiation</pre><pre>                                  &#8627 QDP</pre><pre>                                    &#8627 Instantiation</pre><pre>                                      &#8627 QDP</pre><pre>                                        &#8627 DependencyGraphProof</pre><pre>                                          &#8627 QDP</pre><pre>                                            &#8627 Instantiation</pre><pre>                                              &#8627 QDP</pre><pre>                                                &#8627 Rewriting</pre><pre>                                                  &#8627 QDP</pre><pre>                                                    &#8627 Rewriting</pre><pre>                                                      &#8627 <B>QDP</B></pre><pre>                                                        &#8627 Instantiation</pre><pre>  &#8627 PrologToPiTRSProof</pre><BR>Q DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>))) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#cc0000>x0</font>)))
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x0</font>))
<BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>))
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>z0</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>z0</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>))
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>), <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>)))
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>))) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>), <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#cc0000>z1</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x2</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>))</BLOCKQUOTE><BR>The TRS R consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>)
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>false</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>)</BLOCKQUOTE><BR>The set Q consists of the following terms:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x0</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x0</font>)</BLOCKQUOTE><BR>We have to consider all (P,Q,R)-chains.<BR>By instantiating [15] the rule <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#cc0000>z1</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x2</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>)) we obtained the following new rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>), <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x2</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>)))</BLOCKQUOTE><BR><BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>                &#8627 UsableRulesProof</pre><pre>                  &#8627 PiDP</pre><pre>                    &#8627 PiDPToQDPProof</pre><pre>                      &#8627 QDP</pre><pre>                        &#8627 Narrowing</pre><pre>                          &#8627 QDP</pre><pre>                            &#8627 Narrowing</pre><pre>                              &#8627 QDP</pre><pre>                                &#8627 Instantiation</pre><pre>                                  &#8627 QDP</pre><pre>                                    &#8627 Instantiation</pre><pre>                                      &#8627 QDP</pre><pre>                                        &#8627 DependencyGraphProof</pre><pre>                                          &#8627 QDP</pre><pre>                                            &#8627 Instantiation</pre><pre>                                              &#8627 QDP</pre><pre>                                                &#8627 Rewriting</pre><pre>                                                  &#8627 QDP</pre><pre>                                                    &#8627 Rewriting</pre><pre>                                                      &#8627 QDP</pre><pre>                                                        &#8627 Instantiation</pre><pre>                                                          &#8627 <B>QDP</B></pre><pre>                                                            &#8627 DependencyGraphProof</pre><pre>  &#8627 PrologToPiTRSProof</pre><BR>Q DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x0</font>))
<BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>))) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#cc0000>x0</font>)))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>))
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>z0</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>z0</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>))
<BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>))
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>), <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>)))
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>))) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>), <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>), <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x2</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>)))</BLOCKQUOTE><BR>The TRS R consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>)
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>false</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>)</BLOCKQUOTE><BR>The set Q consists of the following terms:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x0</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x0</font>)</BLOCKQUOTE><BR>We have to consider all (P,Q,R)-chains.<BR>The approximation of the Dependency Graph [15,17,22] contains 2 SCCs.<BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>                &#8627 UsableRulesProof</pre><pre>                  &#8627 PiDP</pre><pre>                    &#8627 PiDPToQDPProof</pre><pre>                      &#8627 QDP</pre><pre>                        &#8627 Narrowing</pre><pre>                          &#8627 QDP</pre><pre>                            &#8627 Narrowing</pre><pre>                              &#8627 QDP</pre><pre>                                &#8627 Instantiation</pre><pre>                                  &#8627 QDP</pre><pre>                                    &#8627 Instantiation</pre><pre>                                      &#8627 QDP</pre><pre>                                        &#8627 DependencyGraphProof</pre><pre>                                          &#8627 QDP</pre><pre>                                            &#8627 Instantiation</pre><pre>                                              &#8627 QDP</pre><pre>                                                &#8627 Rewriting</pre><pre>                                                  &#8627 QDP</pre><pre>                                                    &#8627 Rewriting</pre><pre>                                                      &#8627 QDP</pre><pre>                                                        &#8627 Instantiation</pre><pre>                                                          &#8627 QDP</pre><pre>                                                            &#8627 DependencyGraphProof</pre><pre>                                                              &#8627 AND</pre><pre>                                                                &#8627 <B>QDP</B></pre><pre>                                                                  &#8627 ForwardInstantiation</pre><pre>                                                                &#8627 QDP</pre><pre>  &#8627 PrologToPiTRSProof</pre><BR>Q DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>))) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#cc0000>x0</font>)))
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>), <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>)))
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>))) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>), <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>), <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x2</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>)))</BLOCKQUOTE><BR>The TRS R consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>)
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>false</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>)</BLOCKQUOTE><BR>The set Q consists of the following terms:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x0</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x0</font>)</BLOCKQUOTE><BR>We have to consider all (P,Q,R)-chains.<BR>By forward instantiating [14] the rule <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>), <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>))) we obtained the following new rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>y_0</font>))) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>y_0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>)))</BLOCKQUOTE><BR><BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>                &#8627 UsableRulesProof</pre><pre>                  &#8627 PiDP</pre><pre>                    &#8627 PiDPToQDPProof</pre><pre>                      &#8627 QDP</pre><pre>                        &#8627 Narrowing</pre><pre>                          &#8627 QDP</pre><pre>                            &#8627 Narrowing</pre><pre>                              &#8627 QDP</pre><pre>                                &#8627 Instantiation</pre><pre>                                  &#8627 QDP</pre><pre>                                    &#8627 Instantiation</pre><pre>                                      &#8627 QDP</pre><pre>                                        &#8627 DependencyGraphProof</pre><pre>                                          &#8627 QDP</pre><pre>                                            &#8627 Instantiation</pre><pre>                                              &#8627 QDP</pre><pre>                                                &#8627 Rewriting</pre><pre>                                                  &#8627 QDP</pre><pre>                                                    &#8627 Rewriting</pre><pre>                                                      &#8627 QDP</pre><pre>                                                        &#8627 Instantiation</pre><pre>                                                          &#8627 QDP</pre><pre>                                                            &#8627 DependencyGraphProof</pre><pre>                                                              &#8627 AND</pre><pre>                                                                &#8627 QDP</pre><pre>                                                                  &#8627 ForwardInstantiation</pre><pre>                                                                    &#8627 <B>QDP</B></pre><pre>                                                                      &#8627 ForwardInstantiation</pre><pre>                                                                &#8627 QDP</pre><pre>  &#8627 PrologToPiTRSProof</pre><BR>Q DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>))) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#cc0000>x0</font>)))
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>))) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>), <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>), <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x2</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>)))
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>y_0</font>))) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>y_0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>)))</BLOCKQUOTE><BR>The TRS R consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>)
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>false</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>)</BLOCKQUOTE><BR>The set Q consists of the following terms:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x0</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x0</font>)</BLOCKQUOTE><BR>We have to consider all (P,Q,R)-chains.<BR>By forward instantiating [14] the rule <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>), <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x2</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z1</font>))) we obtained the following new rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>), <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)))</BLOCKQUOTE><BR><BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>                &#8627 UsableRulesProof</pre><pre>                  &#8627 PiDP</pre><pre>                    &#8627 PiDPToQDPProof</pre><pre>                      &#8627 QDP</pre><pre>                        &#8627 Narrowing</pre><pre>                          &#8627 QDP</pre><pre>                            &#8627 Narrowing</pre><pre>                              &#8627 QDP</pre><pre>                                &#8627 Instantiation</pre><pre>                                  &#8627 QDP</pre><pre>                                    &#8627 Instantiation</pre><pre>                                      &#8627 QDP</pre><pre>                                        &#8627 DependencyGraphProof</pre><pre>                                          &#8627 QDP</pre><pre>                                            &#8627 Instantiation</pre><pre>                                              &#8627 QDP</pre><pre>                                                &#8627 Rewriting</pre><pre>                                                  &#8627 QDP</pre><pre>                                                    &#8627 Rewriting</pre><pre>                                                      &#8627 QDP</pre><pre>                                                        &#8627 Instantiation</pre><pre>                                                          &#8627 QDP</pre><pre>                                                            &#8627 DependencyGraphProof</pre><pre>                                                              &#8627 AND</pre><pre>                                                                &#8627 QDP</pre><pre>                                                                  &#8627 ForwardInstantiation</pre><pre>                                                                    &#8627 QDP</pre><pre>                                                                      &#8627 ForwardInstantiation</pre><pre>                                                                        &#8627 <B>QDP</B></pre><pre>                                                                          &#8627 QDPOrderProof</pre><pre>                                                                &#8627 QDP</pre><pre>  &#8627 PrologToPiTRSProof</pre><BR>Q DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>))) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#cc0000>x0</font>)))
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>))) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>), <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>), <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)))
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>y_0</font>))) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>y_0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>)))</BLOCKQUOTE><BR>The TRS R consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>)
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>false</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>)</BLOCKQUOTE><BR>The set Q consists of the following terms:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x0</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x0</font>)</BLOCKQUOTE><BR>We have to consider all (P,Q,R)-chains.<BR>We use the reduction pair processor [15].<P><BR>The following pairs can be oriented strictly and are deleted.<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>y_0</font>))) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>y_0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>)))</BLOCKQUOTE>The remaining pairs can at least be oriented weakly.<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>))) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#cc0000>x0</font>)))
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>))) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>), <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>), <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)))</BLOCKQUOTE>Used ordering:  Polynomial interpretation [25]:
<BLOCKQUOTE><BR>POL(<B><FONT COLOR=#0000cc>0</font></B>) = 1<sup>&nbsp;</sup> <sub>&nbsp;</sub>
<BR>POL(<B><FONT COLOR=#0000cc>DIV_IN_GGA</font>(x<SUB>1</SUB>, x<SUB>2</SUB>)</B>) = x<SUB>1</SUB> + x<SUB>2</SUB><sup>&nbsp;</sup> <sub>&nbsp;</sub>
<BR>POL(<B><FONT COLOR=#0000cc>IF_IN_GGGA</font>(x<SUB>1</SUB>, x<SUB>2</SUB>, x<SUB>3</SUB>)</B>) = x<SUB>2</SUB> + x<SUB>3</SUB><sup>&nbsp;</sup> <sub>&nbsp;</sub>
<BR>POL(<B><FONT COLOR=#0000cc>U1_gga</font>(x<SUB>1</SUB>)</B>) = 1<sup>&nbsp;</sup> <sub>&nbsp;</sub>
<BR>POL(<B><FONT COLOR=#0000cc>U2_gga</font>(x<SUB>1</SUB>)</B>) = x<SUB>1</SUB><sup>&nbsp;</sup> <sub>&nbsp;</sub>
<BR>POL(<B><FONT COLOR=#0000cc>U3_GGA</font>(x<SUB>1</SUB>, x<SUB>2</SUB>, x<SUB>3</SUB>)</B>) = 1 + x<SUB>1</SUB> + x<SUB>2</SUB><sup>&nbsp;</sup> <sub>&nbsp;</sub>
<BR>POL(<B><FONT COLOR=#0000cc>U5_GGGA</font>(x<SUB>1</SUB>, x<SUB>2</SUB>)</B>) = 1 + x<SUB>1</SUB> + x<SUB>2</SUB><sup>&nbsp;</sup> <sub>&nbsp;</sub>
<BR>POL(<B><FONT COLOR=#0000cc>false</font></B>) = 0<sup>&nbsp;</sup> <sub>&nbsp;</sub>
<BR>POL(<B><FONT COLOR=#0000cc>le_in_gga</font>(x<SUB>1</SUB>, x<SUB>2</SUB>)</B>) = x<SUB>1</SUB> + x<SUB>2</SUB><sup>&nbsp;</sup> <sub>&nbsp;</sub>
<BR>POL(<B><FONT COLOR=#0000cc>le_out_gga</font>(x<SUB>1</SUB>)</B>) = 1<sup>&nbsp;</sup> <sub>&nbsp;</sub>
<BR>POL(<B><FONT COLOR=#0000cc>minus_in_gga</font>(x<SUB>1</SUB>, x<SUB>2</SUB>)</B>) = 1 + x<SUB>1</SUB><sup>&nbsp;</sup> <sub>&nbsp;</sub>
<BR>POL(<B><FONT COLOR=#0000cc>minus_out_gga</font>(x<SUB>1</SUB>)</B>) = 1 + x<SUB>1</SUB><sup>&nbsp;</sup> <sub>&nbsp;</sub>
<BR>POL(<B><FONT COLOR=#0000cc>s</font>(x<SUB>1</SUB>)</B>) = 1 + x<SUB>1</SUB><sup>&nbsp;</sup> <sub>&nbsp;</sub>
<BR>POL(<B><FONT COLOR=#0000cc>true</font></B>) = 0<sup>&nbsp;</sup> <sub>&nbsp;</sub></BLOCKQUOTE><BR>The following usable rules [17] were oriented:
<BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>)
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>Z</font>)</BLOCKQUOTE><BR><BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>                &#8627 UsableRulesProof</pre><pre>                  &#8627 PiDP</pre><pre>                    &#8627 PiDPToQDPProof</pre><pre>                      &#8627 QDP</pre><pre>                        &#8627 Narrowing</pre><pre>                          &#8627 QDP</pre><pre>                            &#8627 Narrowing</pre><pre>                              &#8627 QDP</pre><pre>                                &#8627 Instantiation</pre><pre>                                  &#8627 QDP</pre><pre>                                    &#8627 Instantiation</pre><pre>                                      &#8627 QDP</pre><pre>                                        &#8627 DependencyGraphProof</pre><pre>                                          &#8627 QDP</pre><pre>                                            &#8627 Instantiation</pre><pre>                                              &#8627 QDP</pre><pre>                                                &#8627 Rewriting</pre><pre>                                                  &#8627 QDP</pre><pre>                                                    &#8627 Rewriting</pre><pre>                                                      &#8627 QDP</pre><pre>                                                        &#8627 Instantiation</pre><pre>                                                          &#8627 QDP</pre><pre>                                                            &#8627 DependencyGraphProof</pre><pre>                                                              &#8627 AND</pre><pre>                                                                &#8627 QDP</pre><pre>                                                                  &#8627 ForwardInstantiation</pre><pre>                                                                    &#8627 QDP</pre><pre>                                                                      &#8627 ForwardInstantiation</pre><pre>                                                                        &#8627 QDP</pre><pre>                                                                          &#8627 QDPOrderProof</pre><pre>                                                                            &#8627 <B>QDP</B></pre><pre>                                                                              &#8627 DependencyGraphProof</pre><pre>                                                                &#8627 QDP</pre><pre>  &#8627 PrologToPiTRSProof</pre><BR>Q DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>))) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#cc0000>x0</font>)))
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>))) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>), <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>), <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)))</BLOCKQUOTE><BR>The TRS R consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>)
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>false</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>)</BLOCKQUOTE><BR>The set Q consists of the following terms:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x0</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x0</font>)</BLOCKQUOTE><BR>We have to consider all (P,Q,R)-chains.<BR>The approximation of the Dependency Graph [15,17,22] contains 0 SCCs with 3 less nodes.<BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>                &#8627 UsableRulesProof</pre><pre>                  &#8627 PiDP</pre><pre>                    &#8627 PiDPToQDPProof</pre><pre>                      &#8627 QDP</pre><pre>                        &#8627 Narrowing</pre><pre>                          &#8627 QDP</pre><pre>                            &#8627 Narrowing</pre><pre>                              &#8627 QDP</pre><pre>                                &#8627 Instantiation</pre><pre>                                  &#8627 QDP</pre><pre>                                    &#8627 Instantiation</pre><pre>                                      &#8627 QDP</pre><pre>                                        &#8627 DependencyGraphProof</pre><pre>                                          &#8627 QDP</pre><pre>                                            &#8627 Instantiation</pre><pre>                                              &#8627 QDP</pre><pre>                                                &#8627 Rewriting</pre><pre>                                                  &#8627 QDP</pre><pre>                                                    &#8627 Rewriting</pre><pre>                                                      &#8627 QDP</pre><pre>                                                        &#8627 Instantiation</pre><pre>                                                          &#8627 QDP</pre><pre>                                                            &#8627 DependencyGraphProof</pre><pre>                                                              &#8627 AND</pre><pre>                                                                &#8627 QDP</pre><pre>                                                                &#8627 <B>QDP</B></pre><pre>                                                                  &#8627 UsableRulesProof</pre><pre>  &#8627 PrologToPiTRSProof</pre><BR>Q DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x0</font>))
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>z0</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>z0</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>))
<BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>))</BLOCKQUOTE><BR>The TRS R consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>)
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>false</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>)</BLOCKQUOTE><BR>The set Q consists of the following terms:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x0</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x0</font>)</BLOCKQUOTE><BR>We have to consider all (P,Q,R)-chains.<BR>As all Q-normal forms are R-normal forms we are in the innermost case. Hence, by the usable rules processor [15] we can delete all non-usable rules [17] from R.<BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>                &#8627 UsableRulesProof</pre><pre>                  &#8627 PiDP</pre><pre>                    &#8627 PiDPToQDPProof</pre><pre>                      &#8627 QDP</pre><pre>                        &#8627 Narrowing</pre><pre>                          &#8627 QDP</pre><pre>                            &#8627 Narrowing</pre><pre>                              &#8627 QDP</pre><pre>                                &#8627 Instantiation</pre><pre>                                  &#8627 QDP</pre><pre>                                    &#8627 Instantiation</pre><pre>                                      &#8627 QDP</pre><pre>                                        &#8627 DependencyGraphProof</pre><pre>                                          &#8627 QDP</pre><pre>                                            &#8627 Instantiation</pre><pre>                                              &#8627 QDP</pre><pre>                                                &#8627 Rewriting</pre><pre>                                                  &#8627 QDP</pre><pre>                                                    &#8627 Rewriting</pre><pre>                                                      &#8627 QDP</pre><pre>                                                        &#8627 Instantiation</pre><pre>                                                          &#8627 QDP</pre><pre>                                                            &#8627 DependencyGraphProof</pre><pre>                                                              &#8627 AND</pre><pre>                                                                &#8627 QDP</pre><pre>                                                                &#8627 QDP</pre><pre>                                                                  &#8627 UsableRulesProof</pre><pre>                                                                    &#8627 <B>QDP</B></pre><pre>                                                                      &#8627 QReductionProof</pre><pre>  &#8627 PrologToPiTRSProof</pre><BR>Q DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x0</font>))
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>z0</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>z0</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>))
<BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>))</BLOCKQUOTE><BR>R is empty.<BR>The set Q consists of the following terms:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x0</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x0</font>)</BLOCKQUOTE><BR>We have to consider all (P,Q,R)-chains.<BR>We deleted the following terms from Q as each root-symbol of these terms does neither occur in P nor in R.<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x0</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x0</font>)</BLOCKQUOTE><BR><BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>                &#8627 UsableRulesProof</pre><pre>                  &#8627 PiDP</pre><pre>                    &#8627 PiDPToQDPProof</pre><pre>                      &#8627 QDP</pre><pre>                        &#8627 Narrowing</pre><pre>                          &#8627 QDP</pre><pre>                            &#8627 Narrowing</pre><pre>                              &#8627 QDP</pre><pre>                                &#8627 Instantiation</pre><pre>                                  &#8627 QDP</pre><pre>                                    &#8627 Instantiation</pre><pre>                                      &#8627 QDP</pre><pre>                                        &#8627 DependencyGraphProof</pre><pre>                                          &#8627 QDP</pre><pre>                                            &#8627 Instantiation</pre><pre>                                              &#8627 QDP</pre><pre>                                                &#8627 Rewriting</pre><pre>                                                  &#8627 QDP</pre><pre>                                                    &#8627 Rewriting</pre><pre>                                                      &#8627 QDP</pre><pre>                                                        &#8627 Instantiation</pre><pre>                                                          &#8627 QDP</pre><pre>                                                            &#8627 DependencyGraphProof</pre><pre>                                                              &#8627 AND</pre><pre>                                                                &#8627 QDP</pre><pre>                                                                &#8627 QDP</pre><pre>                                                                  &#8627 UsableRulesProof</pre><pre>                                                                    &#8627 QDP</pre><pre>                                                                      &#8627 QReductionProof</pre><pre>                                                                        &#8627 <B>QDP</B></pre><pre>                                                                          &#8627 Instantiation</pre><pre>  &#8627 PrologToPiTRSProof</pre><BR>Q DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x0</font>))
<BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>))
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>z0</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>z0</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>))</BLOCKQUOTE><BR>R is empty.<BR>Q is empty.<BR>We have to consider all (P,Q,R)-chains.<BR>By instantiating [15] the rule <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x0</font>)) we obtained the following new rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>)))</BLOCKQUOTE><BR><BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>                &#8627 UsableRulesProof</pre><pre>                  &#8627 PiDP</pre><pre>                    &#8627 PiDPToQDPProof</pre><pre>                      &#8627 QDP</pre><pre>                        &#8627 Narrowing</pre><pre>                          &#8627 QDP</pre><pre>                            &#8627 Narrowing</pre><pre>                              &#8627 QDP</pre><pre>                                &#8627 Instantiation</pre><pre>                                  &#8627 QDP</pre><pre>                                    &#8627 Instantiation</pre><pre>                                      &#8627 QDP</pre><pre>                                        &#8627 DependencyGraphProof</pre><pre>                                          &#8627 QDP</pre><pre>                                            &#8627 Instantiation</pre><pre>                                              &#8627 QDP</pre><pre>                                                &#8627 Rewriting</pre><pre>                                                  &#8627 QDP</pre><pre>                                                    &#8627 Rewriting</pre><pre>                                                      &#8627 QDP</pre><pre>                                                        &#8627 Instantiation</pre><pre>                                                          &#8627 QDP</pre><pre>                                                            &#8627 DependencyGraphProof</pre><pre>                                                              &#8627 AND</pre><pre>                                                                &#8627 QDP</pre><pre>                                                                &#8627 QDP</pre><pre>                                                                  &#8627 UsableRulesProof</pre><pre>                                                                    &#8627 QDP</pre><pre>                                                                      &#8627 QReductionProof</pre><pre>                                                                        &#8627 QDP</pre><pre>                                                                          &#8627 Instantiation</pre><pre>                                                                            &#8627 <B>QDP</B></pre><pre>                                                                              &#8627 Instantiation</pre><pre>  &#8627 PrologToPiTRSProof</pre><BR>Q DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>z0</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>z0</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>))
<BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>))
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>)))</BLOCKQUOTE><BR>R is empty.<BR>Q is empty.<BR>We have to consider all (P,Q,R)-chains.<BR>By instantiating [15] the rule <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>z0</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>z0</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) we obtained the following new rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>))) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>))</BLOCKQUOTE><BR><BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>                &#8627 UsableRulesProof</pre><pre>                  &#8627 PiDP</pre><pre>                    &#8627 PiDPToQDPProof</pre><pre>                      &#8627 QDP</pre><pre>                        &#8627 Narrowing</pre><pre>                          &#8627 QDP</pre><pre>                            &#8627 Narrowing</pre><pre>                              &#8627 QDP</pre><pre>                                &#8627 Instantiation</pre><pre>                                  &#8627 QDP</pre><pre>                                    &#8627 Instantiation</pre><pre>                                      &#8627 QDP</pre><pre>                                        &#8627 DependencyGraphProof</pre><pre>                                          &#8627 QDP</pre><pre>                                            &#8627 Instantiation</pre><pre>                                              &#8627 QDP</pre><pre>                                                &#8627 Rewriting</pre><pre>                                                  &#8627 QDP</pre><pre>                                                    &#8627 Rewriting</pre><pre>                                                      &#8627 QDP</pre><pre>                                                        &#8627 Instantiation</pre><pre>                                                          &#8627 QDP</pre><pre>                                                            &#8627 DependencyGraphProof</pre><pre>                                                              &#8627 AND</pre><pre>                                                                &#8627 QDP</pre><pre>                                                                &#8627 QDP</pre><pre>                                                                  &#8627 UsableRulesProof</pre><pre>                                                                    &#8627 QDP</pre><pre>                                                                      &#8627 QReductionProof</pre><pre>                                                                        &#8627 QDP</pre><pre>                                                                          &#8627 Instantiation</pre><pre>                                                                            &#8627 QDP</pre><pre>                                                                              &#8627 Instantiation</pre><pre>                                                                                &#8627 <B>QDP</B></pre><pre>                                                                                  &#8627 NonTerminationProof</pre><pre>  &#8627 PrologToPiTRSProof</pre><BR>Q DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>))
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>)))
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>))) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>))</BLOCKQUOTE><BR>R is empty.<BR>Q is empty.<BR>We have to consider all (P,Q,R)-chains.<BR>We used the non-termination processor [17] to show that the DP problem is infinite.<BR>Found a loop by narrowing to the left:<BR><BR>The TRS P consists of the following rules:<BLOCKQUOTE><BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>))
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>)))
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>))) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>))</BLOCKQUOTE><BR>The TRS R consists of the following rules:none<BR><BR><BR>s = <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>)) evaluates to  t =<FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>))<BR><BR>Thus s starts an infinite chain as s semiunifies with t with the following substitutions:<BR><UL><LI> Semiunifier: [ ]</LI>
<LI> Matcher: [ ]</LI></UL><BR><BR><hr><BR><B>Rewriting sequence</B><BR><BR><B><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>))</B> &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>))<BR>with rule <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0'</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0'</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) at position [] and matcher [<FONT COLOR=#cc0000>z0'</font> / <FONT COLOR=#cc0000>z0</font>]<BR><BR><B><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>))</B> &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>)))<BR>with rule <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0'</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0'</font>))) at position [] and matcher [<FONT COLOR=#cc0000>z0'</font> / <FONT COLOR=#cc0000>z0</font>]<BR><BR><B><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>)))</B> &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>))<BR>with rule <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0'</font>))) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0'</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) at position [] and matcher [<FONT COLOR=#cc0000>z0'</font> / <FONT COLOR=#cc0000>z0</font>]<BR><BR><B><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>))</B> &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>z0</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>))<BR>with rule <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#0000cc>0</font>)) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x0</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>true</font>))<BR><BR>Now applying the matcher to the start term leads to a term which is equal to the last term in the rewriting sequence<BR><BR><BR>All these steps are and every following step will be a correct step w.r.t to Q.<BR><BR><BR><BR><BR>We use the technique of [30]. With regard to the inferred argument filtering the predicates were used in the following modes:
<BR><FONT COLOR=#0000cc>div_in</font>: (b,b,f)
<BR><FONT COLOR=#0000cc>le_in</font>: (b,b,f)
<BR><FONT COLOR=#0000cc>if_in</font>: (b,b,b,f)
<BR><FONT COLOR=#0000cc>minus_in</font>: (b,b,f)
<BR>Transforming <I>Prolog</I> into the following <B>Term Rewriting System</B>:
<BR>Pi-finite rewrite system:<BR>The TRS R consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>true</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>true</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>false</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>false</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>) &#8594; <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#0000cc>false</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#0000cc>false</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>0</font>)
<BR><FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>))
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>X</font>) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>X</font>)
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>)) &#8594; <FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)</BLOCKQUOTE><BR>The argument filtering Pi contains the following mapping:<BR><FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)&#160; = &#160;<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)<BR>
<FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>0</font>&#160; = &#160;<FONT COLOR=#0000cc>0</font><BR>
<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>false</font>&#160; = &#160;<FONT COLOR=#0000cc>false</font><BR>
<FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>true</font>&#160; = &#160;<FONT COLOR=#0000cc>true</font><BR>
<FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<BR>
<P><B>Infinitary Constructor Rewriting Termination</B> of PiTRS implies <B>Termination</B> of Prolog<P>
<BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 <B>PiTRS</B></pre><pre>      &#8627 DependencyPairsProof</pre><BR>Pi-finite rewrite system:<BR>The TRS R consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>true</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>true</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>false</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>false</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>) &#8594; <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#0000cc>false</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#0000cc>false</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>0</font>)
<BR><FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>))
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>X</font>) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>X</font>)
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>)) &#8594; <FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)</BLOCKQUOTE><BR>The argument filtering Pi contains the following mapping:<BR><FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)&#160; = &#160;<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)<BR>
<FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>0</font>&#160; = &#160;<FONT COLOR=#0000cc>0</font><BR>
<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>false</font>&#160; = &#160;<FONT COLOR=#0000cc>false</font><BR>
<FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>true</font>&#160; = &#160;<FONT COLOR=#0000cc>true</font><BR>
<FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<BR><BR>Using Dependency Pairs [1,30] we result in the following initial DP problem:<BR>Pi DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>) &#8594; <FONT COLOR=#0000cc>U1_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>) &#8594; <FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>U4_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>))
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>)
<BR><FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U2_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>)) &#8594; <FONT COLOR=#0000cc>U6_GGGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)</BLOCKQUOTE><BR>The TRS R consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>true</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>true</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>false</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>false</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>) &#8594; <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#0000cc>false</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#0000cc>false</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>0</font>)
<BR><FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>))
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>X</font>) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>X</font>)
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>)) &#8594; <FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)</BLOCKQUOTE><BR>The argument filtering Pi contains the following mapping:<BR><FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)&#160; = &#160;<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)<BR>
<FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>0</font>&#160; = &#160;<FONT COLOR=#0000cc>0</font><BR>
<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>false</font>&#160; = &#160;<FONT COLOR=#0000cc>false</font><BR>
<FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>true</font>&#160; = &#160;<FONT COLOR=#0000cc>true</font><BR>
<FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U4_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U4_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>U6_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U6_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U2_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U2_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>U1_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U1_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<BR>We have to consider all (P,R,Pi)-chains<BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 <B>PiDP</B></pre><pre>          &#8627 DependencyGraphProof</pre><BR>Pi DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>) &#8594; <FONT COLOR=#0000cc>U1_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>) &#8594; <FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>U4_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>))
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>)
<BR><FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U2_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>)) &#8594; <FONT COLOR=#0000cc>U6_GGGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)</BLOCKQUOTE><BR>The TRS R consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>true</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>true</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>false</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>false</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>) &#8594; <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#0000cc>false</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#0000cc>false</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>0</font>)
<BR><FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>))
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>X</font>) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>X</font>)
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>)) &#8594; <FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)</BLOCKQUOTE><BR>The argument filtering Pi contains the following mapping:<BR><FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)&#160; = &#160;<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)<BR>
<FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>0</font>&#160; = &#160;<FONT COLOR=#0000cc>0</font><BR>
<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>false</font>&#160; = &#160;<FONT COLOR=#0000cc>false</font><BR>
<FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>true</font>&#160; = &#160;<FONT COLOR=#0000cc>true</font><BR>
<FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U4_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U4_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>U6_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U6_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U2_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U2_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>U1_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U1_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<BR>We have to consider all (P,R,Pi)-chains<BR>The approximation of the Dependency Graph [30] contains 3 SCCs with 6 less nodes.<BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 <B>PiDP</B></pre><pre>                &#8627 UsableRulesProof</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><BR>Pi DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>)</BLOCKQUOTE><BR>The TRS R consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>true</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>true</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>false</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>false</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>) &#8594; <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#0000cc>false</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#0000cc>false</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>0</font>)
<BR><FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>))
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>X</font>) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>X</font>)
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>)) &#8594; <FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)</BLOCKQUOTE><BR>The argument filtering Pi contains the following mapping:<BR><FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)&#160; = &#160;<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)<BR>
<FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>0</font>&#160; = &#160;<FONT COLOR=#0000cc>0</font><BR>
<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>false</font>&#160; = &#160;<FONT COLOR=#0000cc>false</font><BR>
<FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>true</font>&#160; = &#160;<FONT COLOR=#0000cc>true</font><BR>
<FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<BR>We have to consider all (P,R,Pi)-chains<BR>For (infinitary) constructor rewriting [30] we can delete all non-usable rules from R.<BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>                &#8627 UsableRulesProof</pre><pre>                  &#8627 <B>PiDP</B></pre><pre>                    &#8627 PiDPToQDPProof</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><BR>Pi DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>)</BLOCKQUOTE><BR>R is empty.<BR>The argument filtering Pi contains the following mapping:<BR><FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)&#160; = &#160;<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)<BR>
<FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<BR>We have to consider all (P,R,Pi)-chains<BR>Transforming (infinitary) constructor rewriting Pi-DP problem [30] into ordinary QDP problem [15] by application of Pi.<BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>                &#8627 UsableRulesProof</pre><pre>                  &#8627 PiDP</pre><pre>                    &#8627 PiDPToQDPProof</pre><pre>                      &#8627 <B>QDP</B></pre><pre>                        &#8627 QDPSizeChangeProof</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><BR>Q DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>)</BLOCKQUOTE><BR>R is empty.<BR>Q is empty.<BR>We have to consider all (P,Q,R)-chains.<BR>By using the subterm criterion [20] together with the size-change analysis [32] we have proven that there are no infinite chains for this DP problem. <P>From the DPs we obtained the following set of size-change graphs:
<UL><LI><FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>MINUS_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>)<BR>The graph contains the following edges 1 > 1, 2 > 2<P></LI></UL><BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 <B>PiDP</B></pre><pre>                &#8627 UsableRulesProof</pre><pre>              &#8627 PiDP</pre><BR>Pi DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>) &#8594; <FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>)</BLOCKQUOTE><BR>The TRS R consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>true</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>true</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>false</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>false</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>) &#8594; <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#0000cc>false</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#0000cc>false</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>0</font>)
<BR><FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>))
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>X</font>) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>X</font>)
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>)) &#8594; <FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)</BLOCKQUOTE><BR>The argument filtering Pi contains the following mapping:<BR><FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)&#160; = &#160;<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)<BR>
<FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>0</font>&#160; = &#160;<FONT COLOR=#0000cc>0</font><BR>
<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>false</font>&#160; = &#160;<FONT COLOR=#0000cc>false</font><BR>
<FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>true</font>&#160; = &#160;<FONT COLOR=#0000cc>true</font><BR>
<FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<BR>We have to consider all (P,R,Pi)-chains<BR>For (infinitary) constructor rewriting [30] we can delete all non-usable rules from R.<BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>                &#8627 UsableRulesProof</pre><pre>                  &#8627 <B>PiDP</B></pre><pre>                    &#8627 PiDPToQDPProof</pre><pre>              &#8627 PiDP</pre><BR>Pi DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>) &#8594; <FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>)</BLOCKQUOTE><BR>R is empty.<BR>The argument filtering Pi contains the following mapping:<BR><FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)&#160; = &#160;<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)<BR>
<FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<BR>We have to consider all (P,R,Pi)-chains<BR>Transforming (infinitary) constructor rewriting Pi-DP problem [30] into ordinary QDP problem [15] by application of Pi.<BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>                &#8627 UsableRulesProof</pre><pre>                  &#8627 PiDP</pre><pre>                    &#8627 PiDPToQDPProof</pre><pre>                      &#8627 <B>QDP</B></pre><pre>                        &#8627 QDPSizeChangeProof</pre><pre>              &#8627 PiDP</pre><BR>Q DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>)</BLOCKQUOTE><BR>R is empty.<BR>Q is empty.<BR>We have to consider all (P,Q,R)-chains.<BR>By using the subterm criterion [20] together with the size-change analysis [32] we have proven that there are no infinite chains for this DP problem. <P>From the DPs we obtained the following set of size-change graphs:
<UL><LI><FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>LE_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>)<BR>The graph contains the following edges 1 > 1, 2 > 2<P></LI></UL><BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 <B>PiDP</B></pre><pre>                &#8627 UsableRulesProof</pre><BR>Pi DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>))
<BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)</BLOCKQUOTE><BR>The TRS R consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>true</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>true</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>false</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>false</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>) &#8594; <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#0000cc>false</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#0000cc>false</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>0</font>)
<BR><FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>))
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>X</font>) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>X</font>)
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>)) &#8594; <FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)</BLOCKQUOTE><BR>The argument filtering Pi contains the following mapping:<BR><FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>div_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)&#160; = &#160;<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)<BR>
<FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U3_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>0</font>&#160; = &#160;<FONT COLOR=#0000cc>0</font><BR>
<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U4_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>if_in_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>false</font>&#160; = &#160;<FONT COLOR=#0000cc>false</font><BR>
<FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>if_out_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>true</font>&#160; = &#160;<FONT COLOR=#0000cc>true</font><BR>
<FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U5_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U6_ggga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>div_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<BR>We have to consider all (P,R,Pi)-chains<BR>For (infinitary) constructor rewriting [30] we can delete all non-usable rules from R.<BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>                &#8627 UsableRulesProof</pre><pre>                  &#8627 <B>PiDP</B></pre><pre>                    &#8627 PiDPToQDPProof</pre><BR>Pi DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>))
<BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)</BLOCKQUOTE><BR>The TRS R consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>X</font>) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>X</font>)
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>) &#8594; <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>))
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>false</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>false</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>) &#8594; <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>))
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>true</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>true</font>)</BLOCKQUOTE><BR>The argument filtering Pi contains the following mapping:<BR><FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)&#160; = &#160;<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>x1</font>)<BR>
<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>0</font>&#160; = &#160;<FONT COLOR=#0000cc>0</font><BR>
<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>false</font>&#160; = &#160;<FONT COLOR=#0000cc>false</font><BR>
<FONT COLOR=#0000cc>true</font>&#160; = &#160;<FONT COLOR=#0000cc>true</font><BR>
<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)&#160; = &#160;<FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)<BR>
<FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>)<BR>
<FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x3</font>, <FONT COLOR=#cc0000>x4</font>)&#160; = &#160;<FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>, <FONT COLOR=#cc0000>x4</font>)<BR>
<BR>We have to consider all (P,R,Pi)-chains<BR>Transforming (infinitary) constructor rewriting Pi-DP problem [30] into ordinary QDP problem [15] by application of Pi.<BR><BR><pre>&#8627 Prolog</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>  &#8627 PrologToPiTRSProof</pre><pre>    &#8627 PiTRS</pre><pre>      &#8627 DependencyPairsProof</pre><pre>        &#8627 PiDP</pre><pre>          &#8627 DependencyGraphProof</pre><pre>            &#8627 AND</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>              &#8627 PiDP</pre><pre>                &#8627 UsableRulesProof</pre><pre>                  &#8627 PiDP</pre><pre>                    &#8627 PiDPToQDPProof</pre><pre>                      &#8627 <B>QDP</B></pre><BR>Q DP problem:<BR>The TRS P consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>))
<BR><FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#0000cc>true</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>U5_GGGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>U</font>)) &#8594; <FONT COLOR=#0000cc>DIV_IN_GGA</font>(<FONT COLOR=#cc0000>U</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>U3_GGA</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>IF_IN_GGGA</font>(<FONT COLOR=#cc0000>B</font>, <FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>))</BLOCKQUOTE><BR>The TRS R consists of the following rules:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>X</font>)
<BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>0</font>, <FONT COLOR=#0000cc>false</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>)) &#8594; <FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>))
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>Z</font>)) &#8594; <FONT COLOR=#0000cc>minus_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>Z</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#cc0000>X</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#cc0000>B</font>)) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>X</font>), <FONT COLOR=#0000cc>s</font>(<FONT COLOR=#cc0000>Y</font>), <FONT COLOR=#cc0000>B</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>) &#8594; <FONT COLOR=#0000cc>le_out_gga</font>(<FONT COLOR=#0000cc>0</font>, <FONT COLOR=#cc0000>Y</font>, <FONT COLOR=#0000cc>true</font>)</BLOCKQUOTE><BR>The set Q consists of the following terms:<BR><BLOCKQUOTE><BR><FONT COLOR=#0000cc>minus_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>le_in_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>)
<BR><FONT COLOR=#0000cc>U2_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)
<BR><FONT COLOR=#0000cc>U1_gga</font>(<FONT COLOR=#cc0000>x0</font>, <FONT COLOR=#cc0000>x1</font>, <FONT COLOR=#cc0000>x2</font>)</BLOCKQUOTE><BR>We have to consider all (P,Q,R)-chains.<BR><BR></body>


