Th24:
for I being non empty set
for J being non-empty disjoint_valued ManySortedSet of I
for F being Group-Family of I,J holds dprod2prod F is bijective
Th34:
for I being non empty set
for J being non-empty disjoint_valued ManySortedSet of I
for F being Group-Family of I,J holds dsum2sum F is bijective
definition
let I be non
empty set ;
let J be
non-empty disjoint_valued ManySortedSet of
I;
let G be
Group;
let M be
DirectSumComponents of
G,
I;
let N be
Group-Family of
I,
J;
let h be
ManySortedSet of
I;
assume A2:
for
i being
Element of
I ex
hi being
Homomorphism of
((sum_bundle N) . i),
(M . i) st
(
hi = h . i &
hi is
bijective )
;
existence
ex b1 being Homomorphism of (dsum N),(sum M) st
( b1 = SumMap ((sum_bundle N),M,h) & b1 is bijective )
uniqueness
for b1, b2 being Homomorphism of (dsum N),(sum M) st b1 = SumMap ((sum_bundle N),M,h) & b1 is bijective & b2 = SumMap ((sum_bundle N),M,h) & b2 is bijective holds
b1 = b2
;
end;