
theorem u6:
for F being Field
for p being Ppoly of F
for a being Element of F holds LC(a * p) = a
proof
let F be Field; let q be Ppoly of F; let a be Element of F;
thus LC(a * q) = a * LC q by RING_5:5 .= a * 1.F by RING_5:50 .= a;
end;
