let n be Nat; :: thesis: for L being non empty ZeroStr
for p being Series of (n + 1),L st not n in vars p holds
(p removed_last) extended_by_0 = p

let L be non empty ZeroStr ; :: thesis: for p being Series of (n + 1),L st not n in vars p holds
(p removed_last) extended_by_0 = p

let p be Series of (n + 1),L; :: thesis: ( not n in vars p implies (p removed_last) extended_by_0 = p )
assume A1: not n in vars p ; :: thesis: (p removed_last) extended_by_0 = p
set r = p removed_last ;
for a being Element of Bags (n + 1) holds p . a = ((p removed_last) extended_by_0) . a
proof end;
hence (p removed_last) extended_by_0 = p ; :: thesis: verum