let a, b be Element of G; :: thesis: ( a in A & b in A implies a * b in A ) assume that A2:
a in A
and A3:
b in A
; :: thesis: a * b in A consider c being Element of G such that A4:
c = a
and A5:
for b being Element of G holds c * b = b * c
byA2; consider d being Element of G such that A6:
d = b
and A7:
for a being Element of G holds d * a = a * d
byA3;