let F be Field; :: thesis: for n being Ordinal
for p being Monomial of n,F holds
( LC p = coefficient p & Lt p = term p )

let n be Ordinal; :: thesis: for p being Monomial of n,F holds
( LC p = coefficient p & Lt p = term p )

let p be Monomial of n,F; :: thesis: ( LC p = coefficient p & Lt p = term p )
H: ( Lt p is Element of Bags n & term p is Element of Bags n ) by PRE_POLY:def 12;
field (BagOrder n) = Bags n by ORDERS_1:12;
then A: BagOrder n linearly_orders Support p by ORDERS_1:37, ORDERS_1:38;
per cases ( p . (term p) <> 0. F or ( Support p = {} & term p = EmptyBag n ) ) by POLYNOM7:def 5;
end;