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