let R be Field; for p being Element of the carrier of (Polynom-Ring R) holds
( ( p = 0_. R or p is Unit of (Polynom-Ring R) or ex q being Element of the carrier of (Polynom-Ring R) st
( q divides p & 1 <= deg q & deg q < deg p ) ) iff p is reducible )
let p be Element of the carrier of (Polynom-Ring R); ( ( p = 0_. R or p is Unit of (Polynom-Ring R) or ex q being Element of the carrier of (Polynom-Ring R) st
( q divides p & 1 <= deg q & deg q < deg p ) ) iff p is reducible )
set K = Polynom-Ring R;
reconsider pp = p as Polynomial of R ;
A:
now ( not p is reducible or p = 0_. R or p is Unit of (Polynom-Ring R) or ex q being Element of the carrier of (Polynom-Ring R) st
( q divides p & 1 <= deg q & deg q < deg p ) )assume
p is
reducible
;
( p = 0_. R or p is Unit of (Polynom-Ring R) or ex q being Element of the carrier of (Polynom-Ring R) st
( q divides p & 1 <= deg q & deg q < deg p ) )then AS:
(
p = 0. (Polynom-Ring R) or
p is
Unit of
(Polynom-Ring R) or ex
a being
Element of
(Polynom-Ring R) st
(
a divides p &
a is not
Unit of
(Polynom-Ring R) & not
a is_associated_to p ) )
by RING_2:def 9;
thus
(
p = 0_. R or
p is
Unit of
(Polynom-Ring R) or ex
q being
Element of the
carrier of
(Polynom-Ring R) st
(
q divides p & 1
<= deg q &
deg q < deg p ) )
verumproof
assume A0:
( not
p = 0_. R &
p is not
Unit of
(Polynom-Ring R) )
;
ex q being Element of the carrier of (Polynom-Ring R) st
( q divides p & 1 <= deg q & deg q < deg p )
then consider a being
Element of
(Polynom-Ring R) such that A1:
(
a divides p &
a is not
Unit of
(Polynom-Ring R) & not
a is_associated_to p )
by AS, POLYNOM3:def 10;
reconsider q =
a as
Polynomial of
R by POLYNOM3:def 10;
q divides pp
by A1;
then consider r being
Polynomial of
R such that A2:
pp = q *' r
by T2;
reconsider rr =
r as
Element of
(Polynom-Ring R) by POLYNOM3:def 10;
A10:
p = a * rr
by A2, POLYNOM3:def 10;
A5:
q <> 0_. R
by A0, A2, POLYNOM3:34;
A6:
r <> 0_. R
by A0, A2, POLYNOM3:34;
then A9:
deg p = (deg q) + (deg r)
by A2, A5, HURWITZ:23;
A11:
(
deg q is
Element of
NAT &
deg r is
Element of
NAT )
by A5, A6, T8b;
then A7:
deg q <= deg p
by A9, NAT_1:11;
thus
ex
b being
Element of the
carrier of
(Polynom-Ring R) st
(
b divides p & 1
<= deg b &
deg b < deg p )
verum
end; end;
hence
( ( p = 0_. R or p is Unit of (Polynom-Ring R) or ex q being Element of the carrier of (Polynom-Ring R) st
( q divides p & 1 <= deg q & deg q < deg p ) ) iff p is reducible )
by A; verum