let X be complex-membered set ; multRel (X,1) = id X
now for x, y being object holds
( ( [x,y] in multRel (X,1) implies ( x in X & x = y ) ) & ( x in X & x = y implies [x,y] in multRel (X,1) ) )let x,
y be
object ;
( ( [x,y] in multRel (X,1) implies ( x in X & x = y ) ) & ( x in X & x = y implies [x,y] in multRel (X,1) ) )assume A2:
(
x in X &
x = y )
;
[x,y] in multRel (X,1)then reconsider z1 =
x,
z2 =
y as
Complex ;
z2 = 1
* z1
by A2;
hence
[x,y] in multRel (
X,1)
by A2, Th42;
verum end;
hence
multRel (X,1) = id X
by RELAT_1:def 10; verum