let V be Z_Module; :: thesis: for l being Linear_Combination of V
for X being Subset of V st X misses Carrier l & X <> {} holds
l .: X = {(0. INT.Ring)}

let l be Linear_Combination of V; :: thesis: for X being Subset of V st X misses Carrier l & X <> {} holds
l .: X = {(0. INT.Ring)}

let X be Subset of V; :: thesis: ( X misses Carrier l & X <> {} implies l .: X = {(0. INT.Ring)} )
assume that
A1: X misses Carrier l and
A2: X <> {} ; :: thesis: l .: X = {(0. INT.Ring)}
dom l = [#] V by FUNCT_2:92;
hence l .: X = {(0. INT.Ring)} by A1, A2, Th28, ZFMISC_1:33; :: thesis: verum