let x, a, b be Real; for n being Element of NAT st a <> 0 & b / a < 0 & n is even & n >= 1 & Polynom (a,b,0,(x |^ n)) = 0 & not x = 0 & not x = n -root (- (b / a)) holds
x = - (n -root (- (b / a)))
let n be Element of NAT ; ( a <> 0 & b / a < 0 & n is even & n >= 1 & Polynom (a,b,0,(x |^ n)) = 0 & not x = 0 & not x = n -root (- (b / a)) implies x = - (n -root (- (b / a))) )
assume that
A1:
a <> 0
and
A2:
b / a < 0
and
A3:
( n is even & n >= 1 )
and
A4:
Polynom (a,b,0,(x |^ n)) = 0
; ( x = 0 or x = n -root (- (b / a)) or x = - (n -root (- (b / a))) )
A5:
- (b / a) > 0
by A2, XREAL_1:58;
hence
( x = 0 or x = n -root (- (b / a)) or x = - (n -root (- (b / a))) )
; verum