let I be non empty set ; for F being Group-Family of I
for a, b being Element of (product F) st support (a,F) misses support (b,F) holds
a * b = b * a
let F be Group-Family of I; for a, b being Element of (product F) st support (a,F) misses support (b,F) holds
a * b = b * a
let a, b be Element of (product F); ( support (a,F) misses support (b,F) implies a * b = b * a )
assume A1:
support (a,F) misses support (b,F)
; a * b = b * a
reconsider c = a * b as Element of (product F) ;
reconsider d = b * a as Element of (product F) ;
A2:
dom c = I
by Th3;
A3:
dom d = I
by Th3;
for i being object st i in I holds
c . i = d . i
hence
a * b = b * a
by A2, A3, FUNCT_1:2; verum