let n be set ; :: thesis: for L being non empty right_zeroed addLoopStr
for p being Series of n,L holds p + (0_ (n,L)) = p

let L be non empty right_zeroed addLoopStr ; :: thesis: for p being Series of n,L holds p + (0_ (n,L)) = p
let p be Series of n,L; :: thesis: p + (0_ (n,L)) = p
reconsider ls = p + (0_ (n,L)), p9 = p as Function of (Bags n), the carrier of L ;
now :: thesis: for b being Element of Bags n holds ls . b = p9 . b
let b be Element of Bags n; :: thesis: ls . b = p9 . b
thus ls . b = (p . b) + ((0_ (n,L)) . b) by Th15
.= (p9 . b) + (0. L)
.= p9 . b by RLVECT_1:def 4 ; :: thesis: verum
end;
hence p + (0_ (n,L)) = p ; :: thesis: verum