consider b being Complex such that
A1: for z being Complex holds L /. z = b * z by Def4;
now
let z be Complex; :: thesis: (a (#) L) /. z = (a * b) * z
thus (a (#) L) /. z = a * (L /. z) by CFUNCT_1:65
.= a * (b * z) by A1
.= (a * b) * z ; :: thesis: verum
end;
hence for b1 being PartFunc of COMPLEX,COMPLEX st b1 = a (#) L holds
( b1 is total & b1 is linear ) by Def4; :: thesis: verum