:: POLYEQ_4 semantic presentation :: Showing IDV graph ... (Click the Palm Trees again to close it)
theorem Th1: :: POLYEQ_4:1 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: POLYEQ_4:2 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: POLYEQ_4:3 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
a,
c,
b being
Real st
a <> 0 &
c / a < 0 & not (
((- b) + (sqrt (delta a,b,c))) / (2 * a) > 0 &
((- b) - (sqrt (delta a,b,c))) / (2 * a) < 0 ) holds
(
((- b) + (sqrt (delta a,b,c))) / (2 * a) < 0 &
((- b) - (sqrt (delta a,b,c))) / (2 * a) > 0 )
theorem Th4: :: POLYEQ_4:4 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th5: :: POLYEQ_4:5 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
a,
b,
x being
Real st
a <> 0 &
Poly2 a,
b,0,
x = 0 & not
x = 0 holds
x = - (b / a)
theorem :: POLYEQ_4:6 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: POLYEQ_4:7 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
a,
b,
c,
x being
Real for
n being
Nat st
a <> 0 & ex
m being
Nat st
n = (2 * m) + 1 &
delta a,
b,
c >= 0 &
Poly2 a,
b,
c,
(x |^ n) = 0 & not
x = n -root (((- b) + (sqrt (delta a,b,c))) / (2 * a)) holds
x = n -root (((- b) - (sqrt (delta a,b,c))) / (2 * a))
theorem :: POLYEQ_4:8 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
a,
b,
c,
x being
Real for
n being
Nat st
a <> 0 &
b / a < 0 &
c / a > 0 & ex
m being
Nat st
(
n = 2
* m &
m >= 1 ) &
delta a,
b,
c >= 0 &
Poly2 a,
b,
c,
(x |^ n) = 0 & not
x = n -root (((- b) + (sqrt (delta a,b,c))) / (2 * a)) & not
x = - (n -root (((- b) + (sqrt (delta a,b,c))) / (2 * a))) & not
x = n -root (((- b) - (sqrt (delta a,b,c))) / (2 * a)) holds
x = - (n -root (((- b) - (sqrt (delta a,b,c))) / (2 * a)))
theorem :: POLYEQ_4:9 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: POLYEQ_4:10 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th11: :: POLYEQ_4:11 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: POLYEQ_4:12 :: Showing IDV graph ... (Click the Palm Tree again to close it)
definition
let a,
b,
c,
d,
e,
f,
x be
Real;
func Poly5 a,
b,
c,
d,
e,
f,
x -> set equals :: POLYEQ_4:def 1
(((((a * (x |^ 5)) + (b * (x |^ 4))) + (c * (x |^ 3))) + (d * (x ^2 ))) + (e * x)) + f;
coherence
(((((a * (x |^ 5)) + (b * (x |^ 4))) + (c * (x |^ 3))) + (d * (x ^2 ))) + (e * x)) + f is set
;
end;
:: deftheorem defines Poly5 POLYEQ_4:def 1 :
for
a,
b,
c,
d,
e,
f,
x being
Real holds
Poly5 a,
b,
c,
d,
e,
f,
x = (((((a * (x |^ 5)) + (b * (x |^ 4))) + (c * (x |^ 3))) + (d * (x ^2 ))) + (e * x)) + f;
theorem :: POLYEQ_4:13 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
a,
b,
c,
x being
Real st
a <> 0 &
(((b ^2 ) + ((2 * a) * b)) + (5 * (a ^2 ))) - ((4 * a) * c) > 0 &
Poly5 a,
b,
c,
c,
b,
a,
x = 0 holds
for
y1,
y2 being
Real st
y1 = ((a - b) + (sqrt ((((b ^2 ) + ((2 * a) * b)) + (5 * (a ^2 ))) - ((4 * a) * c)))) / (2 * a) &
y2 = ((a - b) - (sqrt ((((b ^2 ) + ((2 * a) * b)) + (5 * (a ^2 ))) - ((4 * a) * c)))) / (2 * a) & not
x = - 1 & not
x = (y1 + (sqrt (delta 1,(- y1),1))) / 2 & not
x = (y2 + (sqrt (delta 1,(- y2),1))) / 2 & not
x = (y1 - (sqrt (delta 1,(- y1),1))) / 2 holds
x = (y2 - (sqrt (delta 1,(- y2),1))) / 2
theorem Th14: :: POLYEQ_4:14 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: POLYEQ_4:15 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: POLYEQ_4:16 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: POLYEQ_4:17 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: POLYEQ_4:18 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: POLYEQ_4:19 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
a,
x,
b,
y,
p being
Real for
n being
Nat st
(a * (x |^ n)) + (b * (y |^ n)) = p &
x * y = 0 & ex
m being
Nat st
n = (2 * m) + 1 &
a * b <> 0 & not (
x = 0 &
y = n -root (p / b) ) holds
(
x = n -root (p / a) &
y = 0 )
theorem :: POLYEQ_4:20 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
a,
x,
b,
y,
p being
Real for
n being
Nat st
(a * (x |^ n)) + (b * (y |^ n)) = p &
x * y = 0 & ex
m being
Nat st
(
n = 2
* m &
m >= 1 ) &
p / b > 0 &
p / a > 0 &
a * b <> 0 & not (
x = 0 &
y = n -root (p / b) ) & not (
x = 0 &
y = - (n -root (p / b)) ) & not (
x = n -root (p / a) &
y = 0 ) holds
(
x = - (n -root (p / a)) &
y = 0 )
theorem :: POLYEQ_4:21 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: POLYEQ_4:22 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: POLYEQ_4:23 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: POLYEQ_4:24 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: POLYEQ_4:25 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: POLYEQ_4:26 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: POLYEQ_4:27 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
a,
b,
x being
Real st
a > 0 &
a <> 1 &
x > 0 &
log a,
x = 0 holds
x = 1
theorem :: POLYEQ_4:28 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
a,
b,
x being
Real st
a > 0 &
a <> 1 &
x > 0 &
log a,
x = 1 holds
x = a