theorem
  crossover(p1,p2,0,0,0) = p2
proof
  crossover(p1,p2,0,0,0) = crossover(crossover(p1,p2,0,0),p2,0) by Th12;
  hence thesis by Th4;
end;
