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