consider a2 being Complex such that
A1: for z being Complex holds L2 /. z = a2 * z by Def4;
consider a1 being Complex such that
A2: for z being Complex holds L1 /. z = a1 * z by Def4;
now
let z be Complex; :: thesis: (L1 + L2) /. z = (a1 + a2) * z
thus (L1 + L2) /. z = (L1 /. z) + (L2 /. z) by CFUNCT_1:76
.= (a1 * z) + (L2 /. z) by A2
.= (a1 * z) + (a2 * z) by A1
.= (a1 + a2) * z ; :: thesis: verum
end;
hence for b1 being PartFunc of COMPLEX ,COMPLEX st b1 = L1 + L2 holds
( b1 is total & b1 is linear ) by Def4; :: thesis: verum