take s = len p; :: according to ALGSEQ_1:def 1 :: thesis: for b1 being set holds
( not s <= b1 or (v * p) . b1 = 0. L )

let i be Nat; :: thesis: ( not s <= i or (v * p) . i = 0. L )
assume A1: i >= s ; :: thesis: (v * p) . i = 0. L
reconsider ii = i as Element of NAT by ORDINAL1:def 12;
thus (v * p) . i = v * (p . ii) by Def4
.= v * (0. L) by A1, ALGSEQ_1:8
.= 0. L ; :: thesis: verum