:: QUIN_1 semantic presentation  Show TPTP formulae Show IDV graph for whole article:: Showing IDV graph ... (Click the Palm Trees again to close it)

definition
let a, b, c be complex number ;
func delta a,b,c -> set equals :: QUIN_1:def 1
(b ^2 ) - ((4 * a) * c);
coherence
(b ^2 ) - ((4 * a) * c) is set
;
end;

:: deftheorem defines delta QUIN_1:def 1 :
for a, b, c being complex number holds delta a,b,c = (b ^2 ) - ((4 * a) * c);

registration
let a, b, c be complex number ;
cluster delta a,b,c -> complex ;
coherence
delta a,b,c is complex
;
end;

registration
let a, b, c be real number ;
cluster delta a,b,c -> complex real ;
coherence
delta a,b,c is real
;
end;

definition
let a, b, c be Real;
:: original: delta
redefine func delta a,b,c -> Real;
coherence
delta a,b,c is Real
by XREAL_0:def 1;
end;

theorem Th1: :: QUIN_1:1  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b, c, x being complex number st a <> 0 holds
((a * (x ^2 )) + (b * x)) + c = (a * ((x + (b / (2 * a))) ^2 )) - ((delta a,b,c) / (4 * a))
proof end;

theorem :: QUIN_1:2  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b, c, x being real number st a > 0 & delta a,b,c <= 0 holds
((a * (x ^2 )) + (b * x)) + c >= 0
proof end;

theorem :: QUIN_1:3  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b, c, x being real number st a > 0 & delta a,b,c < 0 holds
((a * (x ^2 )) + (b * x)) + c > 0
proof end;

theorem :: QUIN_1:4  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b, c, x being real number st a < 0 & delta a,b,c <= 0 holds
((a * (x ^2 )) + (b * x)) + c <= 0
proof end;

theorem :: QUIN_1:5  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b, c, x being real number st a < 0 & delta a,b,c < 0 holds
((a * (x ^2 )) + (b * x)) + c < 0
proof end;

theorem Th6: :: QUIN_1:6  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, x, b, c being real number st a > 0 & ((a * (x ^2 )) + (b * x)) + c >= 0 holds
((((2 * a) * x) + b) ^2 ) - (delta a,b,c) >= 0
proof end;

theorem Th7: :: QUIN_1:7  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, x, b, c being real number st a > 0 & ((a * (x ^2 )) + (b * x)) + c > 0 holds
((((2 * a) * x) + b) ^2 ) - (delta a,b,c) > 0
proof end;

theorem Th8: :: QUIN_1:8  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, x, b, c being real number st a < 0 & ((a * (x ^2 )) + (b * x)) + c <= 0 holds
((((2 * a) * x) + b) ^2 ) - (delta a,b,c) >= 0
proof end;

theorem Th9: :: QUIN_1:9  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, x, b, c being real number st a < 0 & ((a * (x ^2 )) + (b * x)) + c < 0 holds
((((2 * a) * x) + b) ^2 ) - (delta a,b,c) > 0
proof end;

theorem :: QUIN_1:10  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b, c being real number st ( for x being real number holds ((a * (x ^2 )) + (b * x)) + c >= 0 ) & a > 0 holds
delta a,b,c <= 0
proof end;

theorem :: QUIN_1:11  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b, c being real number st ( for x being real number holds ((a * (x ^2 )) + (b * x)) + c <= 0 ) & a < 0 holds
delta a,b,c <= 0
proof end;

theorem :: QUIN_1:12  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b, c being real number st ( for x being real number holds ((a * (x ^2 )) + (b * x)) + c > 0 ) & a > 0 holds
delta a,b,c < 0
proof end;

theorem :: QUIN_1:13  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b, c being real number st ( for x being real number holds ((a * (x ^2 )) + (b * x)) + c < 0 ) & a < 0 holds
delta a,b,c < 0
proof end;

theorem Th14: :: QUIN_1:14  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b, c, x being complex number st a <> 0 & ((a * (x ^2 )) + (b * x)) + c = 0 holds
((((2 * a) * x) + b) ^2 ) - (delta a,b,c) = 0
proof end;

Lm1: for a, b being complex number holds
( not a ^2 = b ^2 or a = b or a = - b )
proof end;

theorem :: QUIN_1:15  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b, c, x being real number st a <> 0 & delta a,b,c >= 0 & ((a * (x ^2 )) + (b * x)) + c = 0 & not x = ((- b) - (sqrt (delta a,b,c))) / (2 * a) holds
x = ((- b) + (sqrt (delta a,b,c))) / (2 * a)
proof end;

theorem Th16: :: QUIN_1:16  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b, c, x being real number st a <> 0 & delta a,b,c >= 0 holds
((a * (x ^2 )) + (b * x)) + c = (a * (x - (((- b) - (sqrt (delta a,b,c))) / (2 * a)))) * (x - (((- b) + (sqrt (delta a,b,c))) / (2 * a)))
proof end;

theorem Th17: :: QUIN_1:17  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b, c being real number st a < 0 & delta a,b,c > 0 holds
((- b) + (sqrt (delta a,b,c))) / (2 * a) < ((- b) - (sqrt (delta a,b,c))) / (2 * a)
proof end;

theorem :: QUIN_1:18  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b, c, x being real number st a < 0 & delta a,b,c > 0 holds
( ((a * (x ^2 )) + (b * x)) + c > 0 iff ( ((- b) + (sqrt (delta a,b,c))) / (2 * a) < x & x < ((- b) - (sqrt (delta a,b,c))) / (2 * a) ) )
proof end;

theorem :: QUIN_1:19  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b, c, x being real number st a < 0 & delta a,b,c > 0 holds
( ( x < ((- b) + (sqrt (delta a,b,c))) / (2 * a) or x > ((- b) - (sqrt (delta a,b,c))) / (2 * a) ) iff ((a * (x ^2 )) + (b * x)) + c < 0 )
proof end;

theorem :: QUIN_1:20  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
canceled;

theorem :: QUIN_1:21  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
canceled;

theorem :: QUIN_1:22  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b, c, x being complex number st a <> 0 & delta a,b,c = 0 & ((a * (x ^2 )) + (b * x)) + c = 0 holds
x = - (b / (2 * a))
proof end;

theorem Th23: :: QUIN_1:23  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, x, b, c being real number st a > 0 & ((((2 * a) * x) + b) ^2 ) - (delta a,b,c) > 0 holds
((a * (x ^2 )) + (b * x)) + c > 0
proof end;

theorem :: QUIN_1:24  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b, c, x being real number st a > 0 & delta a,b,c = 0 holds
( ((a * (x ^2 )) + (b * x)) + c > 0 iff x <> - (b / (2 * a)) )
proof end;

theorem Th25: :: QUIN_1:25  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, x, b, c being real number st a < 0 & ((((2 * a) * x) + b) ^2 ) - (delta a,b,c) > 0 holds
((a * (x ^2 )) + (b * x)) + c < 0
proof end;

theorem :: QUIN_1:26  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b, c, x being real number st a < 0 & delta a,b,c = 0 holds
( ((a * (x ^2 )) + (b * x)) + c < 0 iff x <> - (b / (2 * a)) )
proof end;

theorem Th27: :: QUIN_1:27  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b, c being real number st a > 0 & delta a,b,c > 0 holds
((- b) + (sqrt (delta a,b,c))) / (2 * a) > ((- b) - (sqrt (delta a,b,c))) / (2 * a)
proof end;

theorem :: QUIN_1:28  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b, c, x being real number st a > 0 & delta a,b,c > 0 holds
( ((a * (x ^2 )) + (b * x)) + c < 0 iff ( ((- b) - (sqrt (delta a,b,c))) / (2 * a) < x & x < ((- b) + (sqrt (delta a,b,c))) / (2 * a) ) )
proof end;

theorem :: QUIN_1:29  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b, c, x being real number st a > 0 & delta a,b,c > 0 holds
( ( x < ((- b) - (sqrt (delta a,b,c))) / (2 * a) or x > ((- b) + (sqrt (delta a,b,c))) / (2 * a) ) iff ((a * (x ^2 )) + (b * x)) + c > 0 )
proof end;