take len p ; :: according to ALGSEQ_1:def 1 :: 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 12;
assume i >= len p ; :: thesis: (Leading-Monomial p) . i = 0. L
then i + 1 > len p by NAT_1:13;
then A2: (i + 1) - 1 > (len p) - 1 by XREAL_1:9;
A3: Leading-Monomial p = (0_. L) +* (((len p) -' 1),(p . ((len p) -' 1))) by Th11;
per cases ( len p > 0 or len p = 0 ) ;
end;