Problem: c() -> f(c()) c() -> h(c()) f(x) -> f(f(x)) h(x) -> h(h(x)) Proof: Open