let L be non degenerated comRing; :: thesis: for p, q being Polynomial of L holds (Roots p) \/ (Roots q) c= Roots (p *' q)
let p, q be Polynomial of L; :: thesis: (Roots p) \/ (Roots q) c= Roots (p *' q)
let x be set ; :: according to TARSKI:def 3 :: thesis: ( not x in (Roots p) \/ (Roots q) or x in Roots (p *' q) )
assume A1: x in (Roots p) \/ (Roots q) ; :: thesis: x in Roots (p *' q)
per cases ( x in Roots p or x in Roots q ) by A1, XBOOLE_0:def 3;
end;