let F, G be non-empty non empty Function; for h being non empty Function st dom F = dom G & dom G = dom h & ( for i being object st i in dom h holds
ex hi being Function of (F . i),(G . i) st
( hi = h . i & hi is bijective ) ) holds
ProductMap (F,G,h) is bijective
let h be non empty Function; ( dom F = dom G & dom G = dom h & ( for i being object st i in dom h holds
ex hi being Function of (F . i),(G . i) st
( hi = h . i & hi is bijective ) ) implies ProductMap (F,G,h) is bijective )
assume that
A1:
( dom F = dom G & dom G = dom h )
and
A2:
for i being object st i in dom h holds
ex hi being Function of (F . i),(G . i) st
( hi = h . i & hi is bijective )
; ProductMap (F,G,h) is bijective
set p = ProductMap (F,G,h);
then A3:
ProductMap (F,G,h) is onto
by A1, Th35;
then
ProductMap (F,G,h) is one-to-one
by A1, Th36;
hence
ProductMap (F,G,h) is bijective
by A3; verum