set CX = the carrier of X;
deffunc H1( Element of the carrier of X, Element of the carrier of X) -> Element of REAL = ||.($1 - $2).||;
ex f being Function of [: the carrier of X, the carrier of X:],REAL st
for x, y being Element of the carrier of X holds f . (x,y) = H1(x,y)
from BINOP_1:sch 4();
hence
ex b1 being Function of [: the carrier of X, the carrier of X:],REAL st
for x, y being Point of X holds b1 . (x,y) = ||.(x - y).||
; verum