let M be non empty set ; :: thesis: for V being ComplexNormSpace
for f2 being PartFunc of M,the carrier of V
for z being Complex
for f1 being PartFunc of M,COMPLEX holds z (#) (f1 (#) f2) = (z (#) f1) (#) f2
let V be ComplexNormSpace; :: thesis: for f2 being PartFunc of M,the carrier of V
for z being Complex
for f1 being PartFunc of M,COMPLEX holds z (#) (f1 (#) f2) = (z (#) f1) (#) f2
let f2 be PartFunc of M,the carrier of V; :: thesis: for z being Complex
for f1 being PartFunc of M,COMPLEX holds z (#) (f1 (#) f2) = (z (#) f1) (#) f2
let z be Complex; :: thesis: for f1 being PartFunc of M,COMPLEX holds z (#) (f1 (#) f2) = (z (#) f1) (#) f2
let f1 be PartFunc of M,COMPLEX ; :: thesis: z (#) (f1 (#) f2) = (z (#) f1) (#) f2
A1:
dom (f1 (#) f2) = (dom f1) /\ (dom f2)
by Def3;
A2: dom (z (#) (f1 (#) f2)) =
dom (f1 (#) f2)
by Def4
.=
(dom (z (#) f1)) /\ (dom f2)
by A1, VALUED_1:def 5
.=
dom ((z (#) f1) (#) f2)
by Def3
;
hence
z (#) (f1 (#) f2) = (z (#) f1) (#) f2
by A2, PARTFUN2:3; :: thesis: verum