now let x,
y,
z be
Element of ;
( ( dist x,y = 0 implies x = y ) & ( x = y implies dist x,y = 0 ) & dist x,y = dist y,x & dist x,z <= (dist x,y) + (dist y,z) )reconsider x' =
x,
y' =
y,
z' =
z as
Element of
[:the carrier of X,the carrier of Y:] ;
A1:
dist x,
y = (dist_cart2S X,Y) . x',
y'
by METRIC_1:def 1;
hence
(
dist x,
y = 0 iff
x = y )
by Th3;
( dist x,y = dist y,x & dist x,z <= (dist x,y) + (dist y,z) )
dist y,
x = (dist_cart2S X,Y) . y',
x'
by METRIC_1:def 1;
hence
dist x,
y = dist y,
x
by A1, Th4;
dist x,z <= (dist x,y) + (dist y,z)
(
dist x,
z = (dist_cart2S X,Y) . x',
z' &
dist y,
z = (dist_cart2S X,Y) . y',
z' )
by METRIC_1:def 1;
hence
dist x,
z <= (dist x,y) + (dist y,z)
by A1, Th6;
verum end;
hence
MetrStruct(# [:the carrier of X,the carrier of Y:],(dist_cart2S X,Y) #) is non empty strict MetrSpace
by METRIC_1:6; verum