theorem
  NW-corner C = NE-corner C implies C is vertical
proof
  assume NW-corner C = NE-corner C;
  then W-bound C = E-bound C by SPPOL_2:1;
  hence thesis by Th15;
end;
