take len p ; :: according to ALGSEQ_1:def 2 :: thesis: for b1 being set holds
( not len p <= b1 or (Leading-Monomial p) . b1 = 0. L )

let i be Nat; :: thesis: ( not len p <= i or (Leading-Monomial p) . i = 0. L )
A1: i in NAT by ORDINAL1:def 13;
A2: Leading-Monomial p = (0_. L) +* ((len p) -' 1),(p . ((len p) -' 1)) by Th14;
assume i >= len p ; :: thesis: (Leading-Monomial p) . i = 0. L
then i + 1 > len p by NAT_1:13;
then A3: (i + 1) - 1 > (len p) - 1 by XREAL_1:11;
per cases ( len p > 0 or len p = 0 ) ;
end;