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

theorem Th1: :: XREAL_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 being real number st a <= b & b <= a holds
a = b
proof end;

theorem Th2: :: XREAL_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 being real number st a <= b & b <= c holds
a <= c
proof end;

Lm1: for a being real number
for x1, x2 being Element of REAL st a = [*x1,x2*] holds
( x2 = 0 & a = x1 )
proof end;

Lm2: for a', b' being Element of REAL
for a, b being real number st a' = a & b' = b holds
+ a',b' = a + b
proof end;

Lm3: {} in {{} }
by TARSKI:def 1;

Lm4: for a, b, c being real number st a <= b holds
a + c <= b + c
proof end;

Lm5: for a, b, c, d being real number st a <= b & c <= d holds
a + c <= b + d
proof end;

Lm6: for a, b, c being real number st a <= b holds
a - c <= b - c
proof end;

Lm7: for a, b, c, d being real number st a < b & c <= d holds
a + c < b + d
proof end;

Lm8: for a, b being real number st 0 < a holds
b < b + a
proof end;

theorem :: XREAL_1:3  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being real number ex b being real number st a < b
proof end;

theorem :: XREAL_1:4  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being real number ex b being real number st b < a
proof end;

theorem :: XREAL_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 being real number ex c being real number st
( a < c & b < c )
proof end;

Lm9: for a, c, b being real number st a + c <= b + c holds
a <= b
proof end;

theorem :: XREAL_1:6  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number ex c being real number st
( c < a & c < b )
proof end;

Lm10: for a', b' being Element of REAL
for a, b being real number st a' = a & b' = b holds
* a',b' = a * b
proof end;

reconsider o = 0 as Element of REAL+ by ARYTM_2:21;

Lm11: for a, b, c being real number st a <= b & 0 <= c holds
a * c <= b * c
proof end;

Lm12: for c, a, b being real number st 0 < c & a < b holds
a * c < b * c
proof end;

theorem Th7: :: XREAL_1:7  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a < b holds
ex c being real number st
( a < c & c < b )
proof end;

theorem :: XREAL_1:8  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 holds
( a <= b iff a + c <= b + c ) by Lm4, Lm9;

theorem :: XREAL_1:9  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b, c, d being real number st a <= b & c <= d holds
a + c <= b + d by Lm5;

theorem :: XREAL_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, d being real number st a < b & c <= d holds
a + c < b + d by Lm7;

Lm13: for a, b being real number st a <= b holds
- b <= - a
proof end;

Lm14: for b, a being real number st - b <= - a holds
a <= b
proof end;

theorem Th11: :: XREAL_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 holds
( a <= b iff a - c <= b - c )
proof end;

theorem :: XREAL_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 holds
( a <= b iff c - b <= c - a )
proof end;

Lm15: for a, b, c being real number st a + b <= c holds
a <= c - b
proof end;

Lm16: for a, b, c being real number st a <= b - c holds
a + c <= b
proof end;

Lm17: for a, b, c being real number st a <= b + c holds
a - b <= c
proof end;

Lm18: for a, b, c being real number st a - b <= c holds
a <= b + c
proof end;

theorem :: XREAL_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 a <= b - c holds
c <= b - a
proof end;

theorem :: XREAL_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 being real number st a - b <= c holds
a - c <= b
proof end;

theorem Th15: :: XREAL_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, d being real number st a <= b & c <= d holds
a - d <= b - c
proof end;

theorem Th16: :: XREAL_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, d being real number st a < b & c <= d holds
a - d < b - c
proof end;

theorem :: XREAL_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, d being real number st a <= b & c < d holds
a - d < b - c
proof end;

Lm19: for a, b, c, d being real number st a + b <= c + d holds
a - c <= d - b
proof end;

theorem :: XREAL_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, d being real number st a - b <= c - d holds
a - c <= b - d
proof end;

theorem :: XREAL_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, d being real number st a - b <= c - d holds
d - b <= c - a
proof end;

theorem :: XREAL_1:20  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b, c, d being real number st a - b <= c - d holds
d - c <= b - a
proof end;

theorem :: XREAL_1:21  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 holds
( a + b <= c iff a <= c - b ) by Lm15, Lm16;

theorem :: XREAL_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 being real number holds
( a <= b + c iff a - b <= c ) by Lm17, Lm18;

theorem :: XREAL_1:23  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b, c, d being real number holds
( a + b <= c + d iff a - c <= d - b )
proof end;

theorem :: XREAL_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, d being real number st a + b <= c - d holds
a + d <= c - b
proof end;

theorem :: XREAL_1:25  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b, c, d being real number st a - b <= c + d holds
a - d <= c + b
proof end;

theorem :: XREAL_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 being real number holds
( a <= b iff - b <= - a ) by Lm13, Lm14;

Lm20: for a, b being real number st a < b holds
0 < b - a
proof end;

theorem Th27: :: XREAL_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 being real number st a <= - b holds
b <= - a
proof end;

Lm21: for a, b being real number st a <= b holds
0 <= b - a
proof end;

theorem Th28: :: XREAL_1:28  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, a being real number st - b <= a holds
- a <= b
proof end;

theorem Th29: :: XREAL_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 being real number st 0 <= a & 0 <= b & a + b = 0 holds
a = 0
proof end;

theorem :: XREAL_1:30  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a <= 0 & b <= 0 & a + b = 0 holds
a = 0
proof end;

theorem :: XREAL_1:31  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st 0 < a holds
b < b + a by Lm8;

theorem :: XREAL_1:32  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a < 0 holds
a + b < b
proof end;

Lm22: for a, b being real number st a < b holds
a - b < 0
proof end;

Lm23: for a being real number holds
( a < 0 iff 0 < - a )
proof end;

theorem :: XREAL_1:33  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st 0 <= a holds
b <= a + b
proof end;

theorem :: XREAL_1:34  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a <= 0 holds
a + b <= b
proof end;

theorem :: XREAL_1:35  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st 0 <= a & 0 <= b holds
0 <= a + b
proof end;

theorem :: XREAL_1:36  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st 0 <= a & 0 < b holds
0 < a + b
proof end;

theorem Th37: :: XREAL_1:37  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, c, b being real number st a <= 0 & c <= b holds
c + a <= b
proof end;

theorem Th38: :: XREAL_1:38  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, c, b being real number st a <= 0 & c < b holds
c + a < b
proof end;

theorem Th39: :: XREAL_1:39  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, c, b being real number st a < 0 & c <= b holds
c + a < b
proof end;

theorem :: XREAL_1:40  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 0 <= a & b <= c holds
b <= a + c
proof end;

theorem :: XREAL_1:41  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 0 < a & b <= c holds
b < a + c
proof end;

theorem Th42: :: XREAL_1:42  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 0 <= a & b < c holds
b < a + c
proof end;

Lm24: for c, a, b being real number st c < 0 & a < b holds
b * c < a * c
proof end;

Lm25: for a being real number st 0 < a holds
0 < a "
proof end;

Lm26: for c, b, a being real number st 0 <= c & b <= a holds
b / c <= a / c
proof end;

Lm27: for c, a, b being real number st 0 < c & a < b holds
a / c < b / c
proof end;

Lm28: for a being real number st 0 < a holds
0 < a / 2
proof end;

Lm29: for a being real number st 0 < a holds
a / 2 < a
proof end;

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

theorem :: XREAL_1:44  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, c being real number st ( for a being real number st a < 0 holds
b + a <= c ) holds
b <= c
proof end;

theorem :: XREAL_1:45  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st 0 <= a holds
b - a <= b
proof end;

theorem :: XREAL_1:46  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st 0 < a holds
b - a < b
proof end;

theorem :: XREAL_1:47  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a <= 0 holds
b <= b - a
proof end;

theorem :: XREAL_1:48  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a < 0 holds
b < b - a
proof end;

theorem :: XREAL_1:49  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a <= b holds
a - b <= 0
proof end;

theorem Th50: :: XREAL_1:50  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a <= b holds
0 <= b - a
proof end;

theorem :: XREAL_1:51  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a < b holds
a - b < 0 by Lm22;

theorem :: XREAL_1:52  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a < b holds
0 < b - a by Lm20;

theorem :: XREAL_1:53  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 0 <= a & b < c holds
b - a < c
proof end;

theorem :: XREAL_1:54  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 & b <= c holds
b <= c - a
proof end;

theorem :: XREAL_1:55  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 & b < c holds
b < c - a
proof end;

theorem :: XREAL_1:56  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 & b <= c holds
b < c - a
proof end;

theorem :: XREAL_1:57  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number holds
( not a <> b or 0 < a - b or 0 < b - a )
proof end;

theorem :: XREAL_1:58  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for c, b being real number st ( for a being real number st a < 0 holds
c <= b - a ) holds
b >= c
proof end;

theorem :: XREAL_1:59  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, c being real number st ( for a being real number st a > 0 holds
b - a <= c ) holds
b <= c
proof end;

theorem :: XREAL_1:60  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being real number holds
( a < 0 iff 0 < - a ) by Lm23;

theorem :: XREAL_1:61  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a <= - b holds
a + b <= 0
proof end;

theorem :: XREAL_1:62  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st - a <= b holds
0 <= a + b
proof end;

theorem :: XREAL_1:63  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a < - b holds
a + b < 0
proof end;

theorem :: XREAL_1:64  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, a being real number st - b < a holds
0 < a + b
proof end;

Lm30: for a, b, c being real number st a <= b & c <= 0 holds
b * c <= a * c
proof end;

theorem :: XREAL_1:65  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being real number holds 0 <= a * a
proof end;

theorem :: XREAL_1:66  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 <= b & 0 <= c holds
a * c <= b * c by Lm11;

theorem :: XREAL_1:67  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 <= b & c <= 0 holds
b * c <= a * c by Lm30;

theorem Th68: :: XREAL_1:68  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b, c, d being real number st 0 <= a & a <= b & 0 <= c & c <= d holds
a * c <= b * d
proof end;

theorem :: XREAL_1:69  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b, c, d being real number st a <= 0 & b <= a & c <= 0 & d <= c holds
a * c <= b * d
proof end;

theorem :: XREAL_1:70  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for c, a, b being real number st 0 < c & a < b holds
a * c < b * c by Lm12;

theorem :: XREAL_1:71  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for c, a, b being real number st c < 0 & a < b holds
b * c < a * c by Lm24;

theorem :: XREAL_1:72  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b, c, d being real number st a < 0 & b <= a & c < 0 & d < c holds
a * c < b * d
proof end;

theorem Th73: :: XREAL_1:73  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b, c, d being real number st 0 <= a & 0 <= b & 0 <= c & 0 <= d & (a * c) + (b * d) = 0 & not a = 0 holds
c = 0
proof end;

Lm31: for c, a, b being real number st c < 0 & a < b holds
b / c < a / c
proof end;

Lm32: for c, b, a being real number st c <= 0 & b / c < a / c holds
a < b
proof end;

theorem :: XREAL_1:74  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for c, b, a being real number st 0 <= c & b <= a holds
b / c <= a / c by Lm26;

theorem :: XREAL_1:75  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for c, a, b being real number st c <= 0 & a <= b holds
b / c <= a / c by Lm32;

theorem :: XREAL_1:76  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for c, a, b being real number st 0 < c & a < b holds
a / c < b / c by Lm27;

theorem :: XREAL_1:77  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for c, a, b being real number st c < 0 & a < b holds
b / c < a / c by Lm31;

theorem :: XREAL_1:78  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for c, a, b being real number st 0 < c & 0 < a & a < b holds
c / b < c / a
proof end;

Lm33: for a, b being real number st a < 0 & 0 < b holds
b / a < 0
proof end;

Lm34: for b, a being real number st b < 0 & a < b holds
b " < a "
proof end;

theorem Th79: :: XREAL_1:79  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, a, c being real number st 0 < b & a * b <= c holds
a <= c / b
proof end;

theorem Th80: :: XREAL_1:80  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, a, c being real number st b < 0 & a * b <= c holds
c / b <= a
proof end;

theorem Th81: :: XREAL_1:81  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, c, a being real number st 0 < b & c <= a * b holds
c / b <= a
proof end;

theorem Th82: :: XREAL_1:82  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, c, a being real number st b < 0 & c <= a * b holds
a <= c / b
proof end;

theorem Th83: :: XREAL_1:83  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, a, c being real number st 0 < b & a * b < c holds
a < c / b
proof end;

theorem Th84: :: XREAL_1:84  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, a, c being real number st b < 0 & a * b < c holds
c / b < a
proof end;

theorem Th85: :: XREAL_1:85  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, c, a being real number st 0 < b & c < a * b holds
c / b < a
proof end;

theorem Th86: :: XREAL_1:86  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, c, a being real number st b < 0 & c < a * b holds
a < c / b
proof end;

Lm35: for a, b being real number st 0 < a & a <= b holds
b " <= a "
proof end;

Lm36: for b, a being real number st b < 0 & a <= b holds
b " <= a "
proof end;

theorem :: XREAL_1:87  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st 0 < a & a <= b holds
b " <= a " by Lm35;

theorem :: XREAL_1:88  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, a being real number st b < 0 & a <= b holds
b " <= a " by Lm36;

theorem :: XREAL_1:89  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, a being real number st b < 0 & a < b holds
b " < a " by Lm34;

Lm37: for a, b being real number st 0 < a & 0 < b holds
0 < a / b
proof end;

Lm38: for a, b being real number st 0 < a & a < b holds
b " < a "
proof end;

theorem :: XREAL_1:90  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st 0 < a & a < b holds
b " < a " by Lm38;

theorem :: XREAL_1:91  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, a being real number st 0 < b " & b " <= a " holds
a <= b
proof end;

theorem :: XREAL_1:92  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a " < 0 & b " <= a " holds
a <= b
proof end;

theorem :: XREAL_1:93  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, a being real number st 0 < b " & b " < a " holds
a < b
proof end;

theorem :: XREAL_1:94  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a " < 0 & b " < a " holds
a < b
proof end;

Lm39: for a, b being real positive number holds 0 < a * b
;

Lm40: for a, b being real negative number holds 0 < a * b
;

Lm41: for a, b being real non negative number holds 0 <= a * b
;

Lm42: for a, b being real non positive number holds 0 <= a * b
;

Lm43: for b being real number
for a being real non positive non negative number holds 0 = a * b
;

Lm44: for a being real positive number
for b being real negative number holds a * b < 0
;

theorem :: XREAL_1:95  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st 0 <= a & (b - a) * (b + a) <= 0 holds
( - a <= b & b <= a )
proof end;

theorem :: XREAL_1:96  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st 0 <= a & (b - a) * (b + a) < 0 holds
( - a < b & b < a )
proof end;

theorem :: XREAL_1:97  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st 0 <= a & 0 <= (b - a) * (b + a) & not b <= - a holds
a <= b
proof end;

theorem :: XREAL_1:98  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, c, b, d being real number st 0 <= a & 0 <= c & a < b & c < d holds
a * c < b * d
proof end;

theorem :: XREAL_1:99  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, c, b, d being real number st 0 <= a & 0 < c & a < b & c <= d holds
a * c < b * d
proof end;

theorem Th100: :: XREAL_1:100  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, c, b, d being real number st 0 < a & 0 < c & a <= b & c < d holds
a * c < b * d
proof end;

theorem :: XREAL_1:101  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for c, b, a being real number st 0 < c & b < 0 & a < b holds
c / b < c / a
proof end;

theorem :: XREAL_1:102  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for c, a, b being real number st c < 0 & 0 < a & a < b holds
c / a < c / b
proof end;

theorem :: XREAL_1:103  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for c, b, a being real number st c < 0 & b < 0 & a < b holds
c / a < c / b
proof end;

theorem :: XREAL_1:104  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, d, a, c being real number st 0 < b & 0 < d & a * d <= c * b holds
a / b <= c / d
proof end;

theorem :: XREAL_1:105  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, d, a, c being real number st b < 0 & d < 0 & a * d <= c * b holds
a / b <= c / d
proof end;

theorem :: XREAL_1:106  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, d, a, c being real number st 0 < b & d < 0 & a * d <= c * b holds
c / d <= a / b
proof end;

theorem :: XREAL_1:107  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, d, a, c being real number st b < 0 & 0 < d & a * d <= c * b holds
c / d <= a / b
proof end;

theorem :: XREAL_1:108  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, d, a, c being real number st 0 < b & 0 < d & a * d < c * b holds
a / b < c / d
proof end;

theorem :: XREAL_1:109  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, d, a, c being real number st b < 0 & d < 0 & a * d < c * b holds
a / b < c / d
proof end;

theorem :: XREAL_1:110  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, d, a, c being real number st 0 < b & d < 0 & a * d < c * b holds
c / d < a / b
proof end;

theorem :: XREAL_1:111  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, d, a, c being real number st b < 0 & 0 < d & a * d < c * b holds
c / d < a / b
proof end;

theorem :: XREAL_1:112  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, d, a, c being real number st b < 0 & d < 0 & a * b < c / d holds
a * d < c / b
proof end;

theorem :: XREAL_1:113  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, d, a, c being real number st 0 < b & 0 < d & a * b < c / d holds
a * d < c / b
proof end;

theorem :: XREAL_1:114  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, d, c, a being real number st b < 0 & d < 0 & c / d < a * b holds
c / b < a * d
proof end;

theorem :: XREAL_1:115  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, d, c, a being real number st 0 < b & 0 < d & c / d < a * b holds
c / b < a * d
proof end;

theorem :: XREAL_1:116  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, d, a, c being real number st b < 0 & 0 < d & a * b < c / d holds
c / b < a * d
proof end;

theorem :: XREAL_1:117  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, d, a, c being real number st 0 < b & d < 0 & a * b < c / d holds
c / b < a * d
proof end;

theorem :: XREAL_1:118  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, d, c, a being real number st b < 0 & 0 < d & c / d < a * b holds
a * d < c / b
proof end;

theorem :: XREAL_1:119  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, d, c, a being real number st 0 < b & d < 0 & c / d < a * b holds
a * d < c / b
proof end;

theorem :: XREAL_1:120  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, c, b being real number st 0 < a & 0 <= c & a <= b holds
c / b <= c / a
proof end;

theorem :: XREAL_1:121  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for c, b, a being real number st 0 <= c & b < 0 & a <= b holds
c / b <= c / a
proof end;

theorem :: XREAL_1:122  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for c, a, b being real number st c <= 0 & 0 < a & a <= b holds
c / a <= c / b
proof end;

theorem :: XREAL_1:123  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for c, b, a being real number st c <= 0 & b < 0 & a <= b holds
c / a <= c / b
proof end;

theorem :: XREAL_1:124  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being real number holds
( 0 < a iff 0 < a " )
proof end;

theorem :: XREAL_1:125  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being real number holds
( a < 0 iff a " < 0 )
proof end;

theorem Th126: :: XREAL_1:126  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a < 0 & 0 < b holds
a " < b "
proof end;

theorem :: XREAL_1:127  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a " < 0 & 0 < b " holds
a < b
proof end;

theorem :: XREAL_1:128  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a <= 0 & 0 <= a holds
0 = a * b by Lm43;

theorem :: XREAL_1:129  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st 0 <= a & 0 <= b holds
0 <= a * b by Lm41;

theorem :: XREAL_1:130  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a <= 0 & b <= 0 holds
0 <= a * b by Lm42;

theorem :: XREAL_1:131  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st 0 < a & 0 < b holds
0 < a * b by Lm39;

theorem :: XREAL_1:132  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a < 0 & b < 0 holds
0 < a * b by Lm40;

theorem Th133: :: XREAL_1:133  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st 0 <= a & b <= 0 holds
a * b <= 0
proof end;

theorem :: XREAL_1:134  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st 0 < a & b < 0 holds
a * b < 0 by Lm44;

theorem :: XREAL_1:135  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number holds
( not a * b < 0 or ( a > 0 & b < 0 ) or ( a < 0 & b > 0 ) )
proof end;

theorem :: XREAL_1:136  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number holds
( not a * b > 0 or ( a > 0 & b > 0 ) or ( a < 0 & b < 0 ) )
proof end;

theorem Th137: :: XREAL_1:137  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a <= 0 & b <= 0 holds
0 <= a / b
proof end;

theorem Th138: :: XREAL_1:138  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st 0 <= a & 0 <= b holds
0 <= a / b
proof end;

theorem Th139: :: XREAL_1:139  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st 0 <= a & b <= 0 holds
a / b <= 0
proof end;

theorem Th140: :: XREAL_1:140  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a <= 0 & 0 <= b holds
a / b <= 0
proof end;

theorem :: XREAL_1:141  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st 0 < a & 0 < b holds
0 < a / b by Lm37;

theorem :: XREAL_1:142  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a < 0 & b < 0 holds
0 < a / b
proof end;

theorem :: XREAL_1:143  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a < 0 & 0 < b holds
a / b < 0
proof end;

theorem :: XREAL_1:144  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a < 0 & 0 < b holds
b / a < 0 by Lm33;

theorem :: XREAL_1:145  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number holds
( not a / b < 0 or ( b < 0 & a > 0 ) or ( b > 0 & a < 0 ) )
proof end;

theorem :: XREAL_1:146  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number holds
( not a / b > 0 or ( b > 0 & a > 0 ) or ( b < 0 & a < 0 ) )
proof end;

theorem :: XREAL_1:147  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a <= b holds
a < b + 1
proof end;

theorem :: XREAL_1:148  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being real number holds a - 1 < a
proof end;

theorem :: XREAL_1:149  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a <= b holds
a - 1 < b
proof end;

theorem :: XREAL_1:150  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being real number st - 1 < a holds
0 < 1 + a
proof end;

theorem :: XREAL_1:151  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being real number st a < 1 holds
1 - a > 0 by Lm20;

theorem :: XREAL_1:152  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st 0 <= a & a <= 1 & 0 <= b & b <= 1 & a * b = 1 holds
a = 1
proof end;

theorem :: XREAL_1:153  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st 0 <= a & 1 <= b holds
a <= a * b
proof end;

theorem :: XREAL_1:154  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a <= 0 & b <= 1 holds
a <= a * b
proof end;

theorem :: XREAL_1:155  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st 0 <= a & b <= 1 holds
a * b <= a
proof end;

theorem :: XREAL_1:156  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a <= 0 & 1 <= b holds
a * b <= a
proof end;

theorem Th157: :: XREAL_1:157  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st 0 < a & 1 < b holds
a < a * b
proof end;

theorem :: XREAL_1:158  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a < 0 & b < 1 holds
a < a * b
proof end;

theorem :: XREAL_1:159  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st 0 < a & b < 1 holds
a * b < a
proof end;

theorem :: XREAL_1:160  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a < 0 & 1 < b holds
a * b < a
proof end;

theorem :: XREAL_1:161  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st 1 <= a & 1 <= b holds
1 <= a * b
proof end;

theorem :: XREAL_1:162  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st 0 <= a & a <= 1 & 0 <= b & b <= 1 holds
a * b <= 1
proof end;

theorem :: XREAL_1:163  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st 1 < a & 1 <= b holds
1 < a * b
proof end;

theorem :: XREAL_1:164  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st 0 <= a & a < 1 & 0 <= b & b <= 1 holds
a * b < 1
proof end;

theorem :: XREAL_1:165  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a <= - 1 & b <= - 1 holds
1 <= a * b
proof end;

theorem :: XREAL_1:166  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a < - 1 & b <= - 1 holds
1 < a * b
proof end;

theorem :: XREAL_1:167  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a <= 0 & - 1 <= a & b <= 0 & - 1 <= b holds
a * b <= 1
proof end;

theorem :: XREAL_1:168  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a <= 0 & - 1 < a & b <= 0 & - 1 <= b holds
a * b < 1
proof end;

theorem Th169: :: XREAL_1:169  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for c, b being real number st ( for a being real number st 1 < a holds
c <= b * a ) holds
c <= b
proof end;

Lm45: for a being real number st 1 < a holds
a " < 1
proof end;

theorem :: XREAL_1:170  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, c being real number st ( for a being real number st 0 < a & a < 1 holds
b * a <= c ) holds
b <= c
proof end;

Lm46: for a, b being real number st a <= b & 0 <= a holds
a / b <= 1
proof end;

Lm47: for b, a being real number st b <= a & 0 <= a holds
b / a <= 1
proof end;

theorem :: XREAL_1:171  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, c being real number st ( for a being real number st 0 < a & a < 1 holds
b <= a * c ) holds
b <= 0
proof end;

theorem :: XREAL_1:172  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for d, a, b being real number st 0 <= d & d <= 1 & 0 <= a & 0 <= b & (d * a) + ((1 - d) * b) = 0 & not ( d = 0 & b = 0 ) & not ( d = 1 & a = 0 ) holds
( a = 0 & b = 0 )
proof end;

theorem :: XREAL_1:173  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for d, a, b being real number st 0 <= d & d <= 1 & a <= b holds
a <= ((1 - d) * a) + (d * b)
proof end;

theorem :: XREAL_1:174  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for d, a, b being real number st 0 <= d & d <= 1 & a <= b holds
((1 - d) * a) + (d * b) <= b
proof end;

theorem :: XREAL_1:175  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for d, a, b, c being real number st 0 <= d & d <= 1 & a <= b & a <= c holds
a <= ((1 - d) * b) + (d * c)
proof end;

theorem :: XREAL_1:176  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for d, b, a, c being real number st 0 <= d & d <= 1 & b <= a & c <= a holds
((1 - d) * b) + (d * c) <= a
proof end;

theorem :: XREAL_1:177  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for d, a, b, c being real number st 0 <= d & d <= 1 & a < b & a < c holds
a < ((1 - d) * b) + (d * c)
proof end;

theorem :: XREAL_1:178  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for d, b, a, c being real number st 0 <= d & d <= 1 & b < a & c < a holds
((1 - d) * b) + (d * c) < a
proof end;

theorem :: XREAL_1:179  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for d, a, b, c being real number st 0 < d & d < 1 & a <= b & a < c holds
a < ((1 - d) * b) + (d * c)
proof end;

theorem :: XREAL_1:180  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for d, b, a, c being real number st 0 < d & d < 1 & b < a & c <= a holds
((1 - d) * b) + (d * c) < a
proof end;

theorem :: XREAL_1:181  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for d, a, b being real number st 0 <= d & d <= 1 & a <= ((1 - d) * a) + (d * b) & b < ((1 - d) * a) + (d * b) holds
d = 0
proof end;

theorem :: XREAL_1:182  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for d, a, b being real number st 0 <= d & d <= 1 & ((1 - d) * a) + (d * b) <= a & ((1 - d) * a) + (d * b) < b holds
d = 0
proof end;

theorem :: XREAL_1:183  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st 0 < a & a <= b holds
1 <= b / a
proof end;

theorem :: XREAL_1:184  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a < 0 & b <= a holds
1 <= b / a
proof end;

theorem :: XREAL_1:185  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st 0 <= a & a <= b holds
a / b <= 1 by Lm46;

theorem :: XREAL_1:186  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, a being real number st b <= a & a <= 0 holds
a / b <= 1
proof end;

theorem :: XREAL_1:187  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st 0 <= a & b <= a holds
b / a <= 1 by Lm47;

theorem :: XREAL_1:188  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a <= 0 & a <= b holds
b / a <= 1
proof end;

theorem :: XREAL_1:189  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st 0 < a & a < b holds
1 < b / a
proof end;

theorem :: XREAL_1:190  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a < 0 & b < a holds
1 < b / a
proof end;

theorem :: XREAL_1:191  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st 0 <= a & a < b holds
a / b < 1
proof end;

theorem :: XREAL_1:192  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a <= 0 & b < a holds
a / b < 1
proof end;

theorem :: XREAL_1:193  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st 0 < a & b < a holds
b / a < 1
proof end;

theorem :: XREAL_1:194  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st a < 0 & a < b holds
b / a < 1
proof end;

theorem :: XREAL_1:195  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, a being real number st 0 <= b & - b <= a holds
- 1 <= a / b
proof end;

theorem :: XREAL_1:196  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, a being real number st 0 <= b & - a <= b holds
- 1 <= a / b
proof end;

theorem :: XREAL_1:197  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, a being real number st b <= 0 & a <= - b holds
- 1 <= a / b
proof end;

theorem :: XREAL_1:198  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, a being real number st b <= 0 & b <= - a holds
- 1 <= a / b
proof end;

theorem :: XREAL_1:199  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, a being real number st 0 < b & - b < a holds
- 1 < a / b
proof end;

theorem :: XREAL_1:200  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, a being real number st 0 < b & - a < b holds
- 1 < a / b
proof end;

theorem :: XREAL_1:201  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, a being real number st b < 0 & a < - b holds
- 1 < a / b
proof end;

theorem :: XREAL_1:202  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, a being real number st b < 0 & b < - a holds
- 1 < a / b
proof end;

theorem :: XREAL_1:203  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, a being real number st 0 < b & a <= - b holds
a / b <= - 1
proof end;

theorem :: XREAL_1:204  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, a being real number st 0 < b & b <= - a holds
a / b <= - 1
proof end;

theorem :: XREAL_1:205  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, a being real number st b < 0 & - b <= a holds
a / b <= - 1
proof end;

theorem :: XREAL_1:206  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, a being real number st b < 0 & - a <= b holds
a / b <= - 1
proof end;

theorem :: XREAL_1:207  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, a being real number st 0 < b & a < - b holds
a / b < - 1
proof end;

theorem :: XREAL_1:208  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, a being real number st 0 < b & b < - a holds
a / b < - 1
proof end;

theorem :: XREAL_1:209  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, a being real number st b < 0 & - b < a holds
a / b < - 1
proof end;

theorem :: XREAL_1:210  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, a being real number st b < 0 & - a < b holds
a / b < - 1
proof end;

theorem Th211: :: XREAL_1:211  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for c, b being real number st ( for a being real number st 0 < a & a < 1 holds
c <= b / a ) holds
c <= b
proof end;

theorem :: XREAL_1:212  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for b, c being real number st ( for a being real number st 1 < a holds
b / a <= c ) holds
b <= c
proof end;

theorem :: XREAL_1:213  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being real number st 1 <= a holds
a " <= 1
proof end;

theorem :: XREAL_1:214  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being real number st 1 < a holds
a " < 1 by Lm45;

theorem :: XREAL_1:215  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being real number st a <= - 1 holds
- 1 <= a "
proof end;

theorem :: XREAL_1:216  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being real number st a < - 1 holds
- 1 < a "
proof end;

theorem :: XREAL_1:217  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being real number st 0 < a holds
0 < a / 2 by Lm28;

theorem :: XREAL_1:218  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being real number st 0 < a holds
a / 2 < a by Lm29;

theorem :: XREAL_1:219  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being real number st a <= 1 / 2 holds
(2 * a) - 1 <= 0
proof end;

theorem :: XREAL_1:220  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being real number st a <= 1 / 2 holds
0 <= 1 - (2 * a)
proof end;

theorem :: XREAL_1:221  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being real number st a >= 1 / 2 holds
(2 * a) - 1 >= 0
proof end;

theorem :: XREAL_1:222  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being real number st a >= 1 / 2 holds
0 >= 1 - (2 * a)
proof end;

theorem :: XREAL_1:223  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being real number st 0 < a holds
a / 3 < a
proof end;

theorem :: XREAL_1:224  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being real number st 0 < a holds
0 < a / 3
proof end;

theorem :: XREAL_1:225  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being real number st 0 < a holds
a / 4 < a
proof end;

theorem :: XREAL_1:226  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being real number st 0 < a holds
0 < a / 4
proof end;

theorem :: XREAL_1:227  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being real number st b <> 0 holds
ex c being real number st a = b / c
proof end;