theorem Th27:
  p = <* p`1, p`2, p`3 *>
proof
  ex x, y, z being Real st p = <* x, y, z *> by Th1;
  hence thesis;
end;
