theorem Th1:
  p = |[ p.1, p.2, p.3 ]|
proof
    consider x,y,z being Element of REAL such that
A1: p = <*x,y,z*> by FINSEQ_2:103;
    thus thesis by A1;
end;
