Problem:
 and(tt()) -> X
 length(cons(N)) -> s(length(L))
 zeros() -> cons(0())
 length(nil()) -> 0()

Proof:
 Fresh Variable Processor: loop length: 1
                           terms:
                            and(tt())
                           context: []
                           substitution:
                            X -> and(tt())
  Qed