theorem Th35:
  |.p.| = sqrt |(p,p)|
proof
  |.p.| = sqrt |.p.|^2 by SQUARE_1:22,TOPRNS_1:25
    .= sqrt |(p,p)| by Th34;
  hence thesis;
end;
