let X be non empty set ; for F being BinOp of X st F is having_a_unity holds
for x being Element of X holds
( F . ((the_unity_wrt F),x) = x & F . (x,(the_unity_wrt F)) = x )
let F be BinOp of X; ( F is having_a_unity implies for x being Element of X holds
( F . ((the_unity_wrt F),x) = x & F . (x,(the_unity_wrt F)) = x ) )
assume
F is having_a_unity
; for x being Element of X holds
( F . ((the_unity_wrt F),x) = x & F . (x,(the_unity_wrt F)) = x )
then A1:
the_unity_wrt F is_a_unity_wrt F
by Th11;
let x be Element of X; ( F . ((the_unity_wrt F),x) = x & F . (x,(the_unity_wrt F)) = x )
thus
( F . ((the_unity_wrt F),x) = x & F . (x,(the_unity_wrt F)) = x )
by A1, BINOP_1:3; verum