let C, D be Category; for f being Morphism of C
for g being Morphism of D holds
( dom [f,g] = [(dom f),(dom g)] & cod [f,g] = [(cod f),(cod g)] )
let f be Morphism of C; for g being Morphism of D holds
( dom [f,g] = [(dom f),(dom g)] & cod [f,g] = [(cod f),(cod g)] )
let g be Morphism of D; ( dom [f,g] = [(dom f),(dom g)] & cod [f,g] = [(cod f),(cod g)] )
thus dom [f,g] =
[: the Source of C, the Source of D:] . (f,g)
.=
[(dom f),(dom g)]
by FUNCT_3:75
; cod [f,g] = [(cod f),(cod g)]
thus cod [f,g] =
[: the Target of C, the Target of D:] . (f,g)
.=
[(cod f),(cod g)]
by FUNCT_3:75
; verum