let N be non empty ConjNormAlgStr ; for a1, a2, b1, b2 being Element of N st N is add-associative & N is right_zeroed & N is right_complementable holds
<%a1,b1%> - <%a2,b2%> = <%(a1 - a2),(b1 - b2)%>
let a1, a2, b1, b2 be Element of N; ( N is add-associative & N is right_zeroed & N is right_complementable implies <%a1,b1%> - <%a2,b2%> = <%(a1 - a2),(b1 - b2)%> )
assume
( N is add-associative & N is right_zeroed & N is right_complementable )
; <%a1,b1%> - <%a2,b2%> = <%(a1 - a2),(b1 - b2)%>
hence <%a1,b1%> - <%a2,b2%> =
<%a1,b1%> + <%(- a2),(- b2)%>
by Th27
.=
<%(a1 - a2),(b1 - b2)%>
by Def9
;
verum