let o1, o2 be UnOp of {0,1,2}; ( ( for a being Element of {0,1,2} holds o1 . a = - a ) & ( for a being Element of {0,1,2} holds o2 . a = - a ) implies o1 = o2 )
assume that
A5:
for a being Element of {0,1,2} holds o1 . a = - a
and
A6:
for a being Element of {0,1,2} holds o2 . a = - a
; o1 = o2
hence
o1 = o2
by FUNCT_2:63; verum