let R be Ring; for p being Polynomial of R
for r being Real holds p <> r
let p be Polynomial of R; for r being Real holds p <> r
let r be Real; p <> r
A1:
r in (REAL+ \/ [:{0},REAL+:]) \ {[0,0]}
by XREAL_0:def 1, NUMBERS:def 1;
now not p = rassume A2:
p = r
;
contradictionthen
not
r in REAL+
by Lem4;
then
r in [:{0},REAL+:]
by A1, XBOOLE_0:def 3;
then consider x,
y being
object such that A3:
(
x in {0} &
y in REAL+ &
r = [x,y] )
by ZFMISC_1:def 2;
dom p = NAT
by FUNCT_2:def 1;
then
[1,(p . 1)] in p
by FUNCT_1:def 2;
then A4:
[1,(p . 1)] in {{x,y},{x}}
by A3, A2, TARSKI:def 5;
end;
hence
p <> r
; verum