We consider the following Problem:

  Strict Trs:
    {  h(f(f(x))) -> h(f(g(f(x))))
     , f(g(f(x))) -> f(f(x))}
  StartTerms: basic terms
  Strategy: innermost

Certificate: YES(?,O(n^1))

Proof:
  We consider the following Problem:
  
    Strict Trs:
      {  h(f(f(x))) -> h(f(g(f(x))))
       , f(g(f(x))) -> f(f(x))}
    StartTerms: basic terms
    Strategy: innermost
  
  Certificate: YES(?,O(n^1))
  
  Proof:
    The weightgap principle applies, where following rules are oriented strictly:
    
    TRS Component: {h(f(f(x))) -> h(f(g(f(x))))}
    
    Interpretation of nonconstant growth:
    -------------------------------------
      The following argument positions are usable:
        Uargs(h) = {1}, Uargs(f) = {}, Uargs(g) = {}
      We have the following EDA-non-satisfying and IDA(1)-non-satisfying matrix interpretation:
      Interpretation Functions:
       h(x1) = [1 1] x1 + [2]
               [0 0]      [1]
       f(x1) = [0 0] x1 + [0]
               [0 1]      [1]
       g(x1) = [0 0] x1 + [0]
               [0 0]      [0]
    
    The strictly oriented rules are moved into the weak component.
    
    We consider the following Problem:
    
      Strict Trs: {f(g(f(x))) -> f(f(x))}
      Weak Trs: {h(f(f(x))) -> h(f(g(f(x))))}
      StartTerms: basic terms
      Strategy: innermost
    
    Certificate: YES(?,O(n^1))
    
    Proof:
      We consider the following Problem:
      
        Strict Trs: {f(g(f(x))) -> f(f(x))}
        Weak Trs: {h(f(f(x))) -> h(f(g(f(x))))}
        StartTerms: basic terms
        Strategy: innermost
      
      Certificate: YES(?,O(n^1))
      
      Proof:
        The problem is match-bounded by 0.
        The enriched problem is compatible with the following automaton:
        {  h_0(2) -> 1
         , f_0(2) -> 1
         , g_0(2) -> 2}

Hurray, we answered YES(?,O(n^1))