set f = proj (2,3);
A1:
for y being object st y in REAL holds
ex u being object st
( u in REAL 3 & y = (proj (2,3)) . u )
now for x, y, z being Real holds (proj (2,3)) . <*x,y,z*> = ylet x,
y,
z be
Real;
(proj (2,3)) . <*x,y,z*> = yreconsider xx =
x,
yy =
y,
zz =
z as
Element of
REAL by XREAL_0:def 1;
<*xx,yy,zz*> is
Element of 3
-tuples_on REAL
by FINSEQ_2:104;
then
(proj (2,3)) . <*x,y,z*> = <*x,y,z*> . 2
by PDIFF_1:def 1;
hence
(proj (2,3)) . <*x,y,z*> = y
;
verum end;
hence
( dom (proj (2,3)) = REAL 3 & rng (proj (2,3)) = REAL & ( for x, y, z being Real holds (proj (2,3)) . <*x,y,z*> = y ) )
by A1, FUNCT_2:10, FUNCT_2:def 1; verum