YES * Step 1: FromIts YES + Considered Problem: Rules: 0. a(A) -> a(-1 + A) [A >= 1] (?,1) 1. start(A) -> a(100) [A = 100] (1,1) 2. start(A) -> a(A) [A >= 1] (1,1) Signature: {(a,1);(start,1)} Flow Graph: [0->{0},1->{0},2->{0}] + Applied Processor: FromIts + Details: () * Step 2: Decompose YES + Considered Problem: Rules: a(A) -> a(-1 + A) [A >= 1] start(A) -> a(100) [A = 100] start(A) -> a(A) [A >= 1] Signature: {(a,1);(start,1)} Rule Graph: [0->{0},1->{0},2->{0}] + Applied Processor: Decompose NoGreedy + Details: We construct a looptree: P: [0,1,2] | `- p:[0] c: [0] * Step 3: CloseWith YES + Considered Problem: (Rules: a(A) -> a(-1 + A) [A >= 1] start(A) -> a(100) [A = 100] start(A) -> a(A) [A >= 1] Signature: {(a,1);(start,1)} Rule Graph: [0->{0},1->{0},2->{0}] ,We construct a looptree: P: [0,1,2] | `- p:[0] c: [0]) + Applied Processor: CloseWith True + Details: () YES