MAYBE 0.07/0.18 MAYBE 0.07/0.18 0.07/0.18 Problem: 0.07/0.18 half(0()) -> 0() 0.07/0.18 half(s(0())) -> 0() 0.07/0.18 half(s(s(x))) -> s(half(x)) 0.07/0.18 lastbit(0()) -> 0() 0.07/0.18 lastbit(s(0())) -> s(0()) 0.07/0.18 lastbit(s(s(x))) -> lastbit(x) 0.07/0.18 conv(0()) -> cons(nil(),0()) 0.07/0.18 conv(s(x)) -> cons(conv(half(s(x))),lastbit(s(x))) 0.07/0.18 0.07/0.18 Proof: 0.07/0.18 Open 0.07/0.18 EOF