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

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

theorem :: COMPLFLD:2  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for x1, y1, x2, y2 being real number holds (x1 + (y1 * <i> )) + (x2 + (y2 * <i> )) = (x1 + x2) + ((y1 + y2) * <i> ) ;

definition
func F_Complex -> strict doubleLoopStr means :Def1: :: COMPLFLD:def 1
( the carrier of it = COMPLEX & the add of it = addcomplex & the mult of it = multcomplex & the unity of it = 1r & the Zero of it = 0c );
existence
ex b1 being strict doubleLoopStr st
( the carrier of b1 = COMPLEX & the add of b1 = addcomplex & the mult of b1 = multcomplex & the unity of b1 = 1r & the Zero of b1 = 0c )
proof end;
uniqueness
for b1, b2 being strict doubleLoopStr st the carrier of b1 = COMPLEX & the add of b1 = addcomplex & the mult of b1 = multcomplex & the unity of b1 = 1r & the Zero of b1 = 0c & the carrier of b2 = COMPLEX & the add of b2 = addcomplex & the mult of b2 = multcomplex & the unity of b2 = 1r & the Zero of b2 = 0c holds
b1 = b2
;
end;

:: deftheorem Def1 defines F_Complex COMPLFLD:def 1 :
for b1 being strict doubleLoopStr holds
( b1 = F_Complex iff ( the carrier of b1 = COMPLEX & the add of b1 = addcomplex & the mult of b1 = multcomplex & the unity of b1 = 1r & the Zero of b1 = 0c ) );

registration
cluster F_Complex -> non empty strict ;
coherence
not F_Complex is empty
proof end;
end;

registration
cluster -> complex Element of the carrier of F_Complex ;
coherence
for b1 being Element of F_Complex holds b1 is complex
proof end;
end;

Lm1: now
let x, e be Element of F_Complex ; :: thesis: ( e = 1r implies ( x * e = x & e * x = x ) )
assume A1: e = 1r ; :: thesis: ( x * e = x & e * x = x )
reconsider a = x as Element of COMPLEX by Def1;
thus x * e = the mult of F_Complex . x,e
.= multcomplex . x,e by Def1
.= a * 1r by A1, BINOP_2:def 5
.= x by COMPLEX1:def 7 ; :: thesis: e * x = x
thus e * x = the mult of F_Complex . e,x
.= multcomplex . e,x by Def1
.= a * 1r by A1, BINOP_2:def 5
.= x by COMPLEX1:def 7 ; :: thesis: verum
end;

registration
cluster F_Complex -> non empty unital strict ;
coherence
F_Complex is unital
proof end;
end;

Lm2: 1. F_Complex = 1r
proof end;

registration
cluster F_Complex -> non empty Abelian add-associative right_zeroed right_complementable unital associative commutative strict right_unital distributive left_unital Field-like non degenerated ;
coherence
( F_Complex is add-associative & F_Complex is right_zeroed & F_Complex is right_complementable & F_Complex is Abelian & F_Complex is commutative & F_Complex is associative & F_Complex is left_unital & F_Complex is right_unital & F_Complex is distributive & F_Complex is Field-like & not F_Complex is degenerated )
proof end;
end;

theorem Th3: :: COMPLFLD:3  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for x1, y1 being Element of F_Complex
for x2, y2 being complex number st x1 = x2 & y1 = y2 holds
x1 + y1 = x2 + y2
proof end;

theorem Th4: :: COMPLFLD:4  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for x1 being Element of F_Complex
for x2 being complex number st x1 = x2 holds
- x1 = - x2
proof end;

theorem Th5: :: COMPLFLD:5  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for x1, y1 being Element of F_Complex
for x2, y2 being complex number st x1 = x2 & y1 = y2 holds
x1 - y1 = x2 - y2
proof end;

theorem Th6: :: COMPLFLD:6  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for x1, y1 being Element of F_Complex
for x2, y2 being complex number st x1 = x2 & y1 = y2 holds
x1 * y1 = x2 * y2
proof end;

theorem Th7: :: COMPLFLD:7  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for x1 being Element of F_Complex
for x2 being complex number st x1 = x2 & x1 <> 0. F_Complex holds
x1 " = x2 "
proof end;

theorem Th8: :: COMPLFLD:8  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for x1, y1 being Element of F_Complex
for x2, y2 being complex number st x1 = x2 & y1 = y2 & y1 <> 0. F_Complex holds
x1 / y1 = x2 / y2
proof end;

theorem Th9: :: COMPLFLD:9  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
0. F_Complex = 0c by Def1;

theorem Th10: :: COMPLFLD:10  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
1. F_Complex = 1r by Lm2;

theorem :: COMPLFLD:11  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
(1. F_Complex ) + (1. F_Complex ) <> 0. F_Complex
proof end;

definition
let z be Element of F_Complex ;
:: original: *'
redefine func z *' -> Element of F_Complex ;
coherence
z *' is Element of F_Complex
proof end;
:: original: |.
redefine func |.z.| -> Element of REAL ;
coherence
|.z.| is Element of REAL
by XREAL_0:def 1;
end;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

theorem :: COMPLFLD:29  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z being Element of F_Complex holds - z = (- (1. F_Complex )) * z
proof end;

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

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

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

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

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

theorem :: COMPLFLD:35  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z1, z2 being Element of F_Complex holds z1 - (- z2) = z1 + z2
proof end;

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

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

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

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

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

theorem :: COMPLFLD:41  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z1, z being Element of F_Complex holds z1 = (z1 + z) - z
proof end;

theorem :: COMPLFLD:42  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z1, z being Element of F_Complex holds z1 = (z1 - z) + z
proof end;

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

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

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

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

theorem :: COMPLFLD:47  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z1, z2 being Element of F_Complex st z1 <> 0. F_Complex & z2 <> 0. F_Complex & z1 " = z2 " holds
z1 = z2
proof end;

theorem :: COMPLFLD:48  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z2, z1 being Element of F_Complex st z2 <> 0. F_Complex & ( z1 * z2 = the unity of F_Complex or z2 * z1 = the unity of F_Complex ) holds
z1 = z2 "
proof end;

theorem :: COMPLFLD:49  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z2, z1, z3 being Element of F_Complex st z2 <> 0. F_Complex & ( z1 * z2 = z3 or z2 * z1 = z3 ) holds
( z1 = z3 * (z2 " ) & z1 = (z2 " ) * z3 )
proof end;

theorem :: COMPLFLD:50  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
the unity of F_Complex " = the unity of F_Complex
proof end;

theorem :: COMPLFLD:51  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z1, z2 being Element of F_Complex st z1 <> 0. F_Complex & z2 <> 0. F_Complex holds
(z1 * z2) " = (z1 " ) * (z2 " )
proof end;

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

theorem :: COMPLFLD:53  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z being Element of F_Complex st z <> 0. F_Complex holds
(- z) " = - (z " )
proof end;

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

theorem :: COMPLFLD:55  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z1, z2 being Element of F_Complex st z1 <> 0. F_Complex & z2 <> 0. F_Complex holds
(z1 " ) + (z2 " ) = (z1 + z2) * ((z1 * z2) " )
proof end;

theorem :: COMPLFLD:56  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z1, z2 being Element of F_Complex st z1 <> 0. F_Complex & z2 <> 0. F_Complex holds
(z1 " ) - (z2 " ) = (z2 - z1) * ((z1 * z2) " )
proof end;

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

theorem :: COMPLFLD:58  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z being Element of F_Complex st z <> 0. F_Complex holds
z " = the unity of F_Complex / z
proof end;

theorem :: COMPLFLD:59  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z being Element of F_Complex holds z / the unity of F_Complex = z
proof end;

theorem :: COMPLFLD:60  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z being Element of F_Complex st z <> 0. F_Complex holds
z / z = the unity of F_Complex
proof end;

theorem :: COMPLFLD:61  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z being Element of F_Complex st z <> 0. F_Complex holds
(0. F_Complex ) / z = 0. F_Complex
proof end;

theorem Th62: :: COMPLFLD:62  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z2, z1 being Element of F_Complex st z2 <> 0. F_Complex & z1 / z2 = 0. F_Complex holds
z1 = 0. F_Complex
proof end;

theorem :: COMPLFLD:63  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z2, z4, z1, z3 being Element of F_Complex st z2 <> 0. F_Complex & z4 <> 0. F_Complex holds
(z1 / z2) * (z3 / z4) = (z1 * z3) / (z2 * z4)
proof end;

theorem :: COMPLFLD:64  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z2, z, z1 being Element of F_Complex st z2 <> 0. F_Complex holds
z * (z1 / z2) = (z * z1) / z2
proof end;

theorem :: COMPLFLD:65  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z2, z1 being Element of F_Complex st z2 <> 0. F_Complex & z1 / z2 = the unity of F_Complex holds
z1 = z2
proof end;

theorem :: COMPLFLD:66  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z, z1 being Element of F_Complex st z <> 0. F_Complex holds
z1 = (z1 * z) / z
proof end;

theorem :: COMPLFLD:67  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z1, z2 being Element of F_Complex st z1 <> 0. F_Complex & z2 <> 0. F_Complex holds
(z1 / z2) " = z2 / z1
proof end;

theorem :: COMPLFLD:68  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z1, z2 being Element of F_Complex st z1 <> 0. F_Complex & z2 <> 0. F_Complex holds
(z1 " ) / (z2 " ) = z2 / z1
proof end;

theorem :: COMPLFLD:69  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z2, z1 being Element of F_Complex st z2 <> 0. F_Complex holds
z1 / (z2 " ) = z1 * z2
proof end;

theorem :: COMPLFLD:70  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z1, z2 being Element of F_Complex st z1 <> 0. F_Complex & z2 <> 0. F_Complex holds
(z1 " ) / z2 = (z1 * z2) "
proof end;

theorem :: COMPLFLD:71  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z1, z2, z being Element of F_Complex st z1 <> 0. F_Complex & z2 <> 0. F_Complex holds
(z1 " ) * (z / z2) = z / (z1 * z2)
proof end;

theorem :: COMPLFLD:72  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z, z2, z1 being Element of F_Complex st z <> 0. F_Complex & z2 <> 0. F_Complex holds
( z1 / z2 = (z1 * z) / (z2 * z) & z1 / z2 = (z * z1) / (z * z2) )
proof end;

theorem :: COMPLFLD:73  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z2, z3, z1 being Element of F_Complex st z2 <> 0. F_Complex & z3 <> 0. F_Complex holds
z1 / (z2 * z3) = (z1 / z2) / z3
proof end;

theorem :: COMPLFLD:74  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z2, z3, z1 being Element of F_Complex st z2 <> 0. F_Complex & z3 <> 0. F_Complex holds
(z1 * z3) / z2 = z1 / (z2 / z3)
proof end;

theorem :: COMPLFLD:75  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z2, z3, z4, z1 being Element of F_Complex st z2 <> 0. F_Complex & z3 <> 0. F_Complex & z4 <> 0. F_Complex holds
(z1 / z2) / (z3 / z4) = (z1 * z4) / (z2 * z3)
proof end;

theorem :: COMPLFLD:76  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z2, z4, z1, z3 being Element of F_Complex st z2 <> 0. F_Complex & z4 <> 0. F_Complex holds
(z1 / z2) + (z3 / z4) = ((z1 * z4) + (z3 * z2)) / (z2 * z4)
proof end;

theorem :: COMPLFLD:77  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z, z1, z2 being Element of F_Complex st z <> 0. F_Complex holds
(z1 / z) + (z2 / z) = (z1 + z2) / z
proof end;

theorem :: COMPLFLD:78  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z2, z1 being Element of F_Complex st z2 <> 0. F_Complex holds
( - (z1 / z2) = (- z1) / z2 & - (z1 / z2) = z1 / (- z2) )
proof end;

theorem :: COMPLFLD:79  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z2, z1 being Element of F_Complex st z2 <> 0. F_Complex holds
z1 / z2 = (- z1) / (- z2)
proof end;

theorem :: COMPLFLD:80  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z2, z4, z1, z3 being Element of F_Complex st z2 <> 0. F_Complex & z4 <> 0. F_Complex holds
(z1 / z2) - (z3 / z4) = ((z1 * z4) - (z3 * z2)) / (z2 * z4)
proof end;

theorem :: COMPLFLD:81  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z, z1, z2 being Element of F_Complex st z <> 0. F_Complex holds
(z1 / z) - (z2 / z) = (z1 - z2) / z
proof end;

theorem :: COMPLFLD:82  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z2, z1, z3 being Element of F_Complex st z2 <> 0. F_Complex & ( z1 * z2 = z3 or z2 * z1 = z3 ) holds
z1 = z3 / z2
proof end;

theorem :: COMPLFLD:83  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
the Zero of F_Complex *' = the Zero of F_Complex
proof end;

theorem Th84: :: COMPLFLD:84  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z being Element of F_Complex st z *' = the Zero of F_Complex holds
z = the Zero of F_Complex
proof end;

theorem :: COMPLFLD:85  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
the unity of F_Complex *' = the unity of F_Complex
proof end;

theorem :: COMPLFLD:86  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z being Element of F_Complex holds (z *' ) *' = z ;

theorem :: COMPLFLD:87  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z1, z2 being Element of F_Complex holds (z1 + z2) *' = (z1 *' ) + (z2 *' )
proof end;

theorem :: COMPLFLD:88  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z being Element of F_Complex holds (- z) *' = - (z *' )
proof end;

theorem :: COMPLFLD:89  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z1, z2 being Element of F_Complex holds (z1 - z2) *' = (z1 *' ) - (z2 *' )
proof end;

theorem :: COMPLFLD:90  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z1, z2 being Element of F_Complex holds (z1 * z2) *' = (z1 *' ) * (z2 *' )
proof end;

theorem :: COMPLFLD:91  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z being Element of F_Complex st z <> the Zero of F_Complex holds
(z " ) *' = (z *' ) "
proof end;

theorem :: COMPLFLD:92  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z2, z1 being Element of F_Complex st z2 <> the Zero of F_Complex holds
(z1 / z2) *' = (z1 *' ) / (z2 *' )
proof end;

theorem :: COMPLFLD:93  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
|.the Zero of F_Complex .| = 0 by Def1, COMPLEX1:130;

theorem :: COMPLFLD:94  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z being Element of F_Complex st |.z.| = 0 holds
z = 0. F_Complex by Th9, COMPLEX1:131;

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

theorem :: COMPLFLD:96  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z being Element of F_Complex holds
( z <> 0. F_Complex iff 0 < |.z.| ) by Th9, COMPLEX1:133;

theorem :: COMPLFLD:97  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
|.the unity of F_Complex .| = 1 by Def1, COMPLEX1:134;

theorem :: COMPLFLD:98  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z being Element of F_Complex holds |.(- z).| = |.z.|
proof end;

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

theorem :: COMPLFLD:100  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z1, z2 being Element of F_Complex holds |.(z1 + z2).| <= |.z1.| + |.z2.|
proof end;

theorem :: COMPLFLD:101  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z1, z2 being Element of F_Complex holds |.(z1 - z2).| <= |.z1.| + |.z2.|
proof end;

theorem :: COMPLFLD:102  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z1, z2 being Element of F_Complex holds |.z1.| - |.z2.| <= |.(z1 + z2).|
proof end;

theorem :: COMPLFLD:103  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z1, z2 being Element of F_Complex holds |.z1.| - |.z2.| <= |.(z1 - z2).|
proof end;

theorem :: COMPLFLD:104  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z1, z2 being Element of F_Complex holds |.(z1 - z2).| = |.(z2 - z1).|
proof end;

theorem :: COMPLFLD:105  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z1, z2 being Element of F_Complex holds
( |.(z1 - z2).| = 0 iff z1 = z2 )
proof end;

theorem :: COMPLFLD:106  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z1, z2 being Element of F_Complex holds
( z1 <> z2 iff 0 < |.(z1 - z2).| )
proof end;

theorem :: COMPLFLD:107  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z1, z2, z being Element of F_Complex holds |.(z1 - z2).| <= |.(z1 - z).| + |.(z - z2).|
proof end;

theorem :: COMPLFLD:108  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z1, z2 being Element of F_Complex holds abs (|.z1.| - |.z2.|) <= |.(z1 - z2).|
proof end;

theorem :: COMPLFLD:109  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z1, z2 being Element of F_Complex holds |.(z1 * z2).| = |.z1.| * |.z2.|
proof end;

theorem :: COMPLFLD:110  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z being Element of F_Complex st z <> the Zero of F_Complex holds
|.(z " ).| = |.z.| "
proof end;

theorem :: COMPLFLD:111  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z2, z1 being Element of F_Complex st z2 <> the Zero of F_Complex holds
|.z1.| / |.z2.| = |.(z1 / z2).|
proof end;