let F be Field; for m being Ordinal st m in card (nonConstantPolys F) holds
for p being Polynomial of F holds LC (Poly (m,p)) = LC p
let m be Ordinal; ( m in card (nonConstantPolys F) implies for p being Polynomial of F holds LC (Poly (m,p)) = LC p )
assume K:
m in card (nonConstantPolys F)
; for p being Polynomial of F holds LC (Poly (m,p)) = LC p
let p be Polynomial of F; LC (Poly (m,p)) = LC p
H:
LC p = p . ((len p) -' 1)
by RATFUNC1:def 6;
per cases
( p is constant or not p is constant )
;
suppose I:
not
p is
constant
;
LC (Poly (m,p)) = LC pthen A:
p <> 0_. F
;
B:
support (Lt (Poly (m,p))) = {m}
by I, K, XYZa;
E:
len p <> 0
by A, POLYNOM4:5;
D:
deg p =
(len p) - 1
by HURWITZ:def 2
.=
(len p) -' 1
by E, XREAL_0:def 2
;
thus LC (Poly (m,p)) =
p . ((Lt (Poly (m,p))) . m)
by B, defPg
.=
LC p
by I, K, D, H, XYZa
;
verum end; end;