theorem
  ex x,y being Element of REAL st p=<*x,y*>
proof
  the TopStruct of TOP-REAL 2 = TopSpaceMetr Euclid 2 by Def8;
  then p is Tuple of 2,REAL by FINSEQ_2:131;
  hence thesis by FINSEQ_2:100;
end;
