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

let L be non empty right_complementable add-associative right_zeroed addLoopStr ; :: thesis: for p being Series of n,L holds p - p = 0_ (n,L)
let p be Series of n,L; :: thesis: p - p = 0_ (n,L)
reconsider pp = p - p, Z = 0_ (n,L) as Function of (Bags n), the carrier of L ;
now
let b be Element of Bags n; :: thesis: pp . b = Z . b
thus pp . b = (p . b) + ((- p) . b) by TDef21
.= (p . b) + (- (p . b)) by TDef22
.= 0. L by RLVECT_1:def 10
.= Z . b by Th81 ; :: thesis: verum
end;
hence p - p = 0_ (n,L) by FUNCT_2:63; :: thesis: verum