theorem Th36:
  0 <= |.p.|
proof
  |.p.| = sqrt |(p,p)| & 0 <= |(p,p)| by Th33,Th35;
  hence thesis by SQUARE_1:def 2;
end;
