theorem
  p in west_halfline p & p in east_halfline p & p in north_halfline p &
  p in south_halfline p
proof
A1: p`2 = p`2;
  p`1 <= p`1;
  hence thesis by A1,Def10,Def11,Def12,Def13;
end;
