let I be non empty set ; :: thesis: for F being Group-like associative multMagma-Family of I
for i being Element of I
for g1, g2 being Element of (product F)
for z1, z2 being Element of (F . i) st g1 = (1_ (product F)) +* (i,z1) & g2 = (1_ (product F)) +* (i,z2) holds
g1 * g2 = (1_ (product F)) +* (i,(z1 * z2))

let F be Group-like associative multMagma-Family of I; :: thesis: for i being Element of I
for g1, g2 being Element of (product F)
for z1, z2 being Element of (F . i) st g1 = (1_ (product F)) +* (i,z1) & g2 = (1_ (product F)) +* (i,z2) holds
g1 * g2 = (1_ (product F)) +* (i,(z1 * z2))

let i be Element of I; :: thesis: for g1, g2 being Element of (product F)
for z1, z2 being Element of (F . i) st g1 = (1_ (product F)) +* (i,z1) & g2 = (1_ (product F)) +* (i,z2) holds
g1 * g2 = (1_ (product F)) +* (i,(z1 * z2))

let g1, g2 be Element of (product F); :: thesis: for z1, z2 being Element of (F . i) st g1 = (1_ (product F)) +* (i,z1) & g2 = (1_ (product F)) +* (i,z2) holds
g1 * g2 = (1_ (product F)) +* (i,(z1 * z2))

let z1, z2 be Element of (F . i); :: thesis: ( g1 = (1_ (product F)) +* (i,z1) & g2 = (1_ (product F)) +* (i,z2) implies g1 * g2 = (1_ (product F)) +* (i,(z1 * z2)) )
assume AS1: ( g1 = (1_ (product F)) +* (i,z1) & g2 = (1_ (product F)) +* (i,z2) ) ; :: thesis: g1 * g2 = (1_ (product F)) +* (i,(z1 * z2))
set x1 = g1;
set x2 = g2;
B1: ( g1 = g1 & dom g1 = I & g1 . i = z1 & ( for j being Element of I st j <> i holds
g1 . j = 1_ (F . j) ) ) by LMPX1, AS1;
B2: ( g2 = g2 & dom g2 = I & g2 . i = z2 & ( for j being Element of I st j <> i holds
g2 . j = 1_ (F . j) ) ) by LMPX1, AS1;
set x12 = g1 * g2;
the carrier of (product F) = product (Carrier F) by GROUP_7:def 2;
then B3: dom (g1 * g2) = I by PARTFUN1:def 4;
X1: (g1 * g2) . i = z1 * z2 by GROUP_7:4, B1, B2;
for j being Element of I st i <> j holds
(g1 * g2) . j = 1_ (F . j)
proof
let j be Element of I; :: thesis: ( i <> j implies (g1 * g2) . j = 1_ (F . j) )
assume B4: i <> j ; :: thesis: (g1 * g2) . j = 1_ (F . j)
then B5: g1 . j = 1_ (F . j) by LMPX1, AS1;
g2 . j = 1_ (F . j) by B4, LMPX1, AS1;
hence (g1 * g2) . j = (1_ (F . j)) * (1_ (F . j)) by GROUP_7:4, B5
.= 1_ (F . j) by GROUP_1:def 5 ;
:: thesis: verum
end;
hence g1 * g2 = (1_ (product F)) +* (i,(z1 * z2)) by B3, X1, LMPX1; :: thesis: verum