let L be non empty addLoopStr ; for a, b being Element of L st ( for a being Element of L holds a + (0. L) = a ) & ( for a being Element of L ex x being Element of L st a + x = 0. L ) & ( for a, b, c being Element of L holds (a + b) + c = a + (b + c) ) & a + b = 0. L holds
b + a = 0. L
let a, b be Element of L; ( ( for a being Element of L holds a + (0. L) = a ) & ( for a being Element of L ex x being Element of L st a + x = 0. L ) & ( for a, b, c being Element of L holds (a + b) + c = a + (b + c) ) & a + b = 0. L implies b + a = 0. L )
assume that
A1:
for a being Element of L holds a + (0. L) = a
and
A2:
for a being Element of L ex x being Element of L st a + x = 0. L
and
A3:
for a, b, c being Element of L holds (a + b) + c = a + (b + c)
; ( not a + b = 0. L or b + a = 0. L )
consider x being Element of L such that
A4:
b + x = 0. L
by A2;
assume A5:
a + b = 0. L
; b + a = 0. L
thus b + a =
(b + a) + (b + x)
by A1, A4
.=
((b + a) + b) + x
by A3
.=
(b + (0. L)) + x
by A3, A5
.=
0. L
by A1, A4
; verum