R
↳Dependency Pair Analysis
IMPLIES(not(x), or(y, z)) -> IMPLIES(y, or(x, z))
IMPLIES(x, or(y, z)) -> IMPLIES(x, z)
R
↳DPs
→DP Problem 1
↳Argument Filtering and Ordering
IMPLIES(x, or(y, z)) -> IMPLIES(x, z)
IMPLIES(not(x), or(y, z)) -> IMPLIES(y, or(x, z))
implies(not(x), y) -> or(x, y)
implies(not(x), or(y, z)) -> implies(y, or(x, z))
implies(x, or(y, z)) -> or(y, implies(x, z))
IMPLIES(x, or(y, z)) -> IMPLIES(x, z)
implies(not(x), y) -> or(x, y)
implies(not(x), or(y, z)) -> implies(y, or(x, z))
implies(x, or(y, z)) -> or(y, implies(x, z))
implies > or
IMPLIES(x1, x2) -> x2
or(x1, x2) -> or(x2)
implies(x1, x2) -> implies(x2)
R
↳DPs
→DP Problem 1
↳AFS
→DP Problem 2
↳Remaining Obligation(s)
IMPLIES(not(x), or(y, z)) -> IMPLIES(y, or(x, z))
implies(not(x), y) -> or(x, y)
implies(not(x), or(y, z)) -> implies(y, or(x, z))
implies(x, or(y, z)) -> or(y, implies(x, z))