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

registration
cluster -> complex Element of COMPLEX ;
coherence
for b1 being Element of COMPLEX holds b1 is complex
by XCMPLX_0:def 2;
end;

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

theorem :: SQUARE_1:2  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for x being real number st 1 < x holds
1 / x < 1
proof end;

Lm1: for x, y being real number st x < y holds
0 < y - x
by XREAL_1:52;

Lm2: for x, y being real number st x <= y holds
0 <= y - x
by XREAL_1:50;

Lm3: for x, y being real number st 0 <= x & 0 <= y holds
0 <= x * y
by XREAL_1:129;

Lm4: for x, y being real number st 0 < x & 0 < y holds
0 < x * y
by XREAL_1:131;

Lm5: for x, y being real number st 0 < x & y < 0 holds
x * y < 0
by XREAL_1:134;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

theorem :: SQUARE_1:25  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for x, y being real number holds
( not 0 <= x * y or ( 0 <= x & 0 <= y ) or ( x <= 0 & y <= 0 ) ) by Lm5;

Lm6: for a, b being real number st 0 <= a & 0 <= b holds
0 <= a / b
by XREAL_1:138;

Lm7: for x, y being real number st 0 < x holds
y - x < y
by XREAL_1:46;

scheme :: SQUARE_1:sch 1
RealContinuity{ P1[ set ], P2[ set ] } :
ex z being real number st
for x, y being real number st P1[x] & P2[y] holds
( x <= z & z <= y )
provided
A1: for x, y being real number st P1[x] & P2[y] holds
x <= y
proof end;

definition
let x, y be real number ;
func min x,y -> real number equals :Def1: :: SQUARE_1:def 1
x if x <= y
otherwise y;
correctness
coherence
( ( x <= y implies x is real number ) & ( not x <= y implies y is real number ) )
;
consistency
for b1 being real number holds verum
;
;
commutativity
for b1, x, y being real number st ( x <= y implies b1 = x ) & ( not x <= y implies b1 = y ) holds
( ( y <= x implies b1 = y ) & ( not y <= x implies b1 = x ) )
by XREAL_1:1;
idempotence
for x being real number holds
( ( x <= x implies x = x ) & ( not x <= x implies x = x ) )
;
func max x,y -> real number equals :Def2: :: SQUARE_1:def 2
x if y <= x
otherwise y;
correctness
coherence
( ( y <= x implies x is real number ) & ( not y <= x implies y is real number ) )
;
consistency
for b1 being real number holds verum
;
;
commutativity
for b1, x, y being real number st ( y <= x implies b1 = x ) & ( not y <= x implies b1 = y ) holds
( ( x <= y implies b1 = y ) & ( not x <= y implies b1 = x ) )
by XREAL_1:1;
idempotence
for x being real number holds
( ( x <= x implies x = x ) & ( not x <= x implies x = x ) )
;
end;

:: deftheorem Def1 defines min SQUARE_1:def 1 :
for x, y being real number holds
( ( x <= y implies min x,y = x ) & ( not x <= y implies min x,y = y ) );

:: deftheorem Def2 defines max SQUARE_1:def 2 :
for x, y being real number holds
( ( y <= x implies max x,y = x ) & ( not y <= x implies max x,y = y ) );

definition
let x, y be Element of REAL ;
:: original: min
redefine func min x,y -> Element of REAL ;
coherence
min x,y is Element of REAL
by XREAL_0:def 1;
:: original: max
redefine func max x,y -> Element of REAL ;
coherence
max x,y is Element of REAL
by XREAL_0:def 1;
end;

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

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

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

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

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

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

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

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

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

theorem Th35: :: SQUARE_1:35  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for x, y being real number holds min x,y <= x
proof end;

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

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

theorem Th38: :: SQUARE_1:38  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for x, y being real number holds
( min x,y = x or min x,y = y )
proof end;

theorem Th39: :: SQUARE_1:39  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for x, y, z being real number holds
( ( x <= y & x <= z ) iff x <= min y,z )
proof end;

theorem :: SQUARE_1:40  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for x, y, z being real number holds min x,(min y,z) = min (min x,y),z
proof end;

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

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

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

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

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

theorem Th46: :: SQUARE_1:46  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for x, y being real number holds x <= max x,y
proof end;

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

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

theorem Th49: :: SQUARE_1:49  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for x, y being real number holds
( max x,y = x or max x,y = y )
proof end;

theorem :: SQUARE_1:50  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for y, x, z being real number holds
( ( y <= x & z <= x ) iff max y,z <= x )
proof end;

theorem :: SQUARE_1:51  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for x, y, z being real number holds max x,(max y,z) = max (max x,y),z
proof end;

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

theorem :: SQUARE_1:53  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for x, y being real number holds (min x,y) + (max x,y) = x + y
proof end;

theorem Th54: :: SQUARE_1:54  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for x, y being real number holds max x,(min x,y) = x
proof end;

theorem Th55: :: SQUARE_1:55  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for x, y being real number holds min x,(max x,y) = x
proof end;

theorem :: SQUARE_1:56  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for x, y, z being real number holds min x,(max y,z) = max (min x,y),(min x,z)
proof end;

theorem :: SQUARE_1:57  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for x, y, z being real number holds max x,(min y,z) = min (max x,y),(max x,z)
proof end;

definition
let x be complex number ;
func x ^2 -> set equals :: SQUARE_1:def 3
x * x;
correctness
coherence
x * x is set
;
;
end;

:: deftheorem defines ^2 SQUARE_1:def 3 :
for x being complex number holds x ^2 = x * x;

registration
let x be complex number ;
cluster x ^2 -> complex ;
correctness
coherence
x ^2 is complex
;
;
end;

registration
let x be real number ;
cluster x ^2 -> complex real ;
correctness
coherence
x ^2 is real
;
;
end;

definition
let x be Element of COMPLEX ;
:: original: ^2
redefine func x ^2 -> Element of COMPLEX ;
correctness
coherence
x ^2 is Element of COMPLEX
;
by XCMPLX_0:def 2;
end;

definition
let x be Element of REAL ;
:: original: ^2
redefine func x ^2 -> Element of REAL ;
correctness
coherence
x ^2 is Element of REAL
;
by XREAL_0:def 1;
end;

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

theorem Th59: :: SQUARE_1:59  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
1 ^2 = 1 ;

theorem Th60: :: SQUARE_1:60  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
0 ^2 = 0 ;

theorem :: SQUARE_1:61  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being complex number holds a ^2 = (- a) ^2 ;

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

theorem :: SQUARE_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 complex number holds (a + b) ^2 = ((a ^2 ) + ((2 * a) * b)) + (b ^2 ) ;

theorem :: SQUARE_1:64  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being complex number holds (a - b) ^2 = ((a ^2 ) - ((2 * a) * b)) + (b ^2 ) ;

theorem :: SQUARE_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 complex number holds (a + 1) ^2 = ((a ^2 ) + (2 * a)) + 1 ;

theorem :: SQUARE_1:66  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being complex number holds (a - 1) ^2 = ((a ^2 ) - (2 * a)) + 1 ;

theorem :: SQUARE_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 being complex number holds (a - b) * (a + b) = (a ^2 ) - (b ^2 ) ;

theorem :: SQUARE_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 being complex number holds (a * b) ^2 = (a ^2 ) * (b ^2 ) ;

theorem Th69: :: SQUARE_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 being complex number holds (a / b) ^2 = (a ^2 ) / (b ^2 ) by XCMPLX_1:77;

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

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

theorem Th72: :: SQUARE_1:72  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 ^2 by XREAL_1:65;

theorem Th73: :: SQUARE_1:73  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being complex number st a ^2 = 0 holds
a = 0 by XCMPLX_1:6;

theorem :: SQUARE_1:74  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
proof end;

theorem Th75: :: SQUARE_1:75  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 & a < 1 holds
a ^2 < a
proof end;

theorem :: SQUARE_1:76  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 < a ^2
proof end;

Lm8: for a being real number st 0 < a holds
ex x being real number st
( 0 < x & x ^2 < a )
proof end;

theorem Th77: :: SQUARE_1:77  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for x, y being real number st 0 <= x & x <= y holds
x ^2 <= y ^2
proof end;

theorem Th78: :: SQUARE_1:78  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for x, y being real number st 0 <= x & x < y holds
x ^2 < y ^2
proof end;

Lm9: for x, y being real number st 0 <= x & 0 <= y & x ^2 = y ^2 holds
x = y
proof end;

definition
let a be real number ;
assume A1: 0 <= a ;
func sqrt a -> real number means :Def4: :: SQUARE_1:def 4
( 0 <= it & it ^2 = a );
existence
ex b1 being real number st
( 0 <= b1 & b1 ^2 = a )
proof end;
uniqueness
for b1, b2 being real number st 0 <= b1 & b1 ^2 = a & 0 <= b2 & b2 ^2 = a holds
b1 = b2
by Lm9;
end;

:: deftheorem Def4 defines sqrt SQUARE_1:def 4 :
for a being real number st 0 <= a holds
for b2 being real number holds
( b2 = sqrt a iff ( 0 <= b2 & b2 ^2 = a ) );

definition
let a be Element of REAL ;
:: original: sqrt
redefine func sqrt a -> Element of REAL ;
coherence
sqrt a is Element of REAL
by XREAL_0:def 1;
end;

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

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

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

theorem :: SQUARE_1:82  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
sqrt 0 = 0 by Def4, Th60;

theorem Th83: :: SQUARE_1:83  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
sqrt 1 = 1 by Def4, Th59;

Lm10: for a being real number st 0 <= a holds
sqrt (a ^2 ) = a
proof end;

Lm11: for x, y being real number st 0 <= x & x < y holds
sqrt x < sqrt y
proof end;

theorem :: SQUARE_1:84  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
1 < sqrt 2 by Lm11, Th83;

Lm12: 2 ^2 = 2 * 2
;

theorem Th85: :: SQUARE_1:85  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
sqrt 4 = 2 by Def4, Lm12;

theorem :: SQUARE_1:86  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
sqrt 2 < 2 by Lm11, Th85;

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

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

theorem :: SQUARE_1:89  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
sqrt (a ^2 ) = a by Lm10;

theorem :: SQUARE_1:90  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 <= 0 holds
sqrt (a ^2 ) = - a
proof end;

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

theorem :: SQUARE_1:92  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 & sqrt a = 0 holds
a = 0 by Def4, Th60;

theorem :: SQUARE_1:93  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 < sqrt a
proof end;

theorem :: SQUARE_1:94  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for x, y being real number st 0 <= x & x <= y holds
sqrt x <= sqrt y
proof end;

theorem :: SQUARE_1:95  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for x, y being real number st 0 <= x & x < y holds
sqrt x < sqrt y by Lm11;

theorem Th96: :: SQUARE_1:96  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for x, y being real number st 0 <= x & 0 <= y & sqrt x = sqrt y holds
x = y
proof end;

theorem :: SQUARE_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 holds
sqrt (a * b) = (sqrt a) * (sqrt b)
proof end;

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

theorem Th99: :: SQUARE_1:99  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
sqrt (a / b) = (sqrt a) / (sqrt b)
proof end;

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

theorem :: SQUARE_1:101  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
sqrt (1 / a) = 1 / (sqrt a) by Th83, Th99;

theorem :: SQUARE_1:102  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
(sqrt a) / a = 1 / (sqrt a)
proof end;

theorem :: SQUARE_1:103  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 / (sqrt a) = sqrt a
proof end;

theorem :: SQUARE_1:104  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
((sqrt a) - (sqrt b)) * ((sqrt a) + (sqrt b)) = a - b
proof end;

Lm13: for a, b being real number st 0 <= a & 0 <= b & a <> b holds
((sqrt a) ^2 ) - ((sqrt b) ^2 ) <> 0
proof end;

theorem :: SQUARE_1:105  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 holds
1 / ((sqrt a) + (sqrt b)) = ((sqrt a) - (sqrt b)) / (a - b)
proof end;

theorem :: SQUARE_1:106  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 / ((sqrt a) + (sqrt b)) = ((sqrt a) - (sqrt b)) / (a - b)
proof end;

theorem :: SQUARE_1:107  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
1 / ((sqrt a) - (sqrt b)) = ((sqrt a) + (sqrt b)) / (a - b)
proof end;

theorem :: SQUARE_1:108  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 / ((sqrt a) - (sqrt b)) = ((sqrt a) + (sqrt b)) / (a - b)
proof end;