MAYBE Problem: strict: p(s(x)) -> x fac(0()) -> s(0()) fac(s(x)) -> times(s(x),fac(p(s(x)))) weak: rand(x) -> x rand(x) -> rand(s(x)) Proof: Open