YES Problem: or(x,x) -> x and(x,x) -> x not(not(x)) -> x not(and(x,y)) -> or(not(x),not(y)) not(or(x,y)) -> and(not(x),not(y)) Proof: DP Processor: DPs: not#(and(x,y)) -> not#(y) not#(and(x,y)) -> not#(x) not#(and(x,y)) -> or#(not(x),not(y)) not#(or(x,y)) -> not#(y) not#(or(x,y)) -> not#(x) not#(or(x,y)) -> and#(not(x),not(y)) TRS: or(x,x) -> x and(x,x) -> x not(not(x)) -> x not(and(x,y)) -> or(not(x),not(y)) not(or(x,y)) -> and(not(x),not(y)) TDG Processor: DPs: not#(and(x,y)) -> not#(y) not#(and(x,y)) -> not#(x) not#(and(x,y)) -> or#(not(x),not(y)) not#(or(x,y)) -> not#(y) not#(or(x,y)) -> not#(x) not#(or(x,y)) -> and#(not(x),not(y)) TRS: or(x,x) -> x and(x,x) -> x not(not(x)) -> x not(and(x,y)) -> or(not(x),not(y)) not(or(x,y)) -> and(not(x),not(y)) graph: not#(and(x,y)) -> not#(y) -> not#(or(x,y)) -> and#(not(x),not(y)) not#(and(x,y)) -> not#(y) -> not#(or(x,y)) -> not#(x) not#(and(x,y)) -> not#(y) -> not#(or(x,y)) -> not#(y) not#(and(x,y)) -> not#(y) -> not#(and(x,y)) -> or#(not(x),not(y)) not#(and(x,y)) -> not#(y) -> not#(and(x,y)) -> not#(x) not#(and(x,y)) -> not#(y) -> not#(and(x,y)) -> not#(y) not#(and(x,y)) -> not#(x) -> not#(or(x,y)) -> and#(not(x),not(y)) not#(and(x,y)) -> not#(x) -> not#(or(x,y)) -> not#(x) not#(and(x,y)) -> not#(x) -> not#(or(x,y)) -> not#(y) not#(and(x,y)) -> not#(x) -> not#(and(x,y)) -> or#(not(x),not(y)) not#(and(x,y)) -> not#(x) -> not#(and(x,y)) -> not#(x) not#(and(x,y)) -> not#(x) -> not#(and(x,y)) -> not#(y) not#(or(x,y)) -> not#(y) -> not#(or(x,y)) -> and#(not(x),not(y)) not#(or(x,y)) -> not#(y) -> not#(or(x,y)) -> not#(x) not#(or(x,y)) -> not#(y) -> not#(or(x,y)) -> not#(y) not#(or(x,y)) -> not#(y) -> not#(and(x,y)) -> or#(not(x),not(y)) not#(or(x,y)) -> not#(y) -> not#(and(x,y)) -> not#(x) not#(or(x,y)) -> not#(y) -> not#(and(x,y)) -> not#(y) not#(or(x,y)) -> not#(x) -> not#(or(x,y)) -> and#(not(x),not(y)) not#(or(x,y)) -> not#(x) -> not#(or(x,y)) -> not#(x) not#(or(x,y)) -> not#(x) -> not#(or(x,y)) -> not#(y) not#(or(x,y)) -> not#(x) -> not#(and(x,y)) -> or#(not(x),not(y)) not#(or(x,y)) -> not#(x) -> not#(and(x,y)) -> not#(x) not#(or(x,y)) -> not#(x) -> not#(and(x,y)) -> not#(y) SCC Processor: #sccs: 1 #rules: 4 #arcs: 24/36 DPs: not#(and(x,y)) -> not#(y) not#(and(x,y)) -> not#(x) not#(or(x,y)) -> not#(y) not#(or(x,y)) -> not#(x) TRS: or(x,x) -> x and(x,x) -> x not(not(x)) -> x not(and(x,y)) -> or(not(x),not(y)) not(or(x,y)) -> and(not(x),not(y)) Subterm Criterion Processor: simple projection: pi(not#) = 0 problem: DPs: TRS: or(x,x) -> x and(x,x) -> x not(not(x)) -> x not(and(x,y)) -> or(not(x),not(y)) not(or(x,y)) -> and(not(x),not(y)) Qed