:: EUCLIDLP semantic presentation :: Showing IDV graph ... (Click the Palm Trees again to close it)
theorem Th1: :: EUCLIDLP:1 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th2: :: EUCLIDLP:2 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th3: :: EUCLIDLP:3 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th4: :: EUCLIDLP:4 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th5: :: EUCLIDLP:5 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th6: :: EUCLIDLP:6 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th7: :: EUCLIDLP:7 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm1:
for n being Nat
for x being Element of REAL n holds (- 1) * x = - x
theorem Th8: :: EUCLIDLP:8 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th9: :: EUCLIDLP:9 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th10: :: EUCLIDLP:10 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th11: :: EUCLIDLP:11 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
n being
Nat for
x1,
x2,
x3 being
Element of
REAL n holds
(
x1 = x2 + x3 iff
x2 = x1 - x3 )
theorem Th12: :: EUCLIDLP:12 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
n being
Nat for
x,
x1,
x2,
x3 being
Element of
REAL n holds
(
x = (x1 + x2) + x3 iff
x - x1 = x2 + x3 )
theorem Th13: :: EUCLIDLP:13 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm2:
for n being Nat
for x1, x2 being Element of REAL n st x1 <> x2 holds
|.(x1 - x2).| <> 0
theorem Th14: :: EUCLIDLP:14 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th15: :: EUCLIDLP:15 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th16: :: EUCLIDLP:16 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th17: :: EUCLIDLP:17 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th18: :: EUCLIDLP:18 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th19: :: EUCLIDLP:19 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
a1,
a2,
a3 being
Real for
n being
Nat for
x,
x1,
x2,
x3 being
Element of
REAL n holds
x - (((a1 * x1) + (a2 * x2)) + (a3 * x3)) = x + ((((- a1) * x1) + ((- a2) * x2)) + ((- a3) * x3))
theorem :: EUCLIDLP:20 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th21: :: EUCLIDLP:21 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
n being
Nat for
x1,
x2,
y1,
y2 being
Element of
REAL n holds
(x1 + x2) + (y1 + y2) = (x1 + y1) + (x2 + y2)
theorem Th22: :: EUCLIDLP:22 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
n being
Nat for
x1,
x2,
x3,
y1,
y2,
y3 being
Element of
REAL n holds
((x1 + x2) + x3) + ((y1 + y2) + y3) = ((x1 + y1) + (x2 + y2)) + (x3 + y3)
theorem Th23: :: EUCLIDLP:23 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
n being
Nat for
x1,
x2,
y1,
y2 being
Element of
REAL n holds
(x1 + x2) - (y1 + y2) = (x1 - y1) + (x2 - y2)
theorem :: EUCLIDLP:24 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
n being
Nat for
x1,
x2,
x3,
y1,
y2,
y3 being
Element of
REAL n holds
((x1 + x2) + x3) - ((y1 + y2) + y3) = ((x1 - y1) + (x2 - y2)) + (x3 - y3)
theorem Th25: :: EUCLIDLP:25 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th26: :: EUCLIDLP:26 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
a,
b1,
b2 being
Real for
n being
Nat for
x1,
x2 being
Element of
REAL n holds
a * ((b1 * x1) + (b2 * x2)) = ((a * b1) * x1) + ((a * b2) * x2)
theorem Th27: :: EUCLIDLP:27 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
a,
b1,
b2,
b3 being
Real for
n being
Nat for
x1,
x2,
x3 being
Element of
REAL n holds
a * (((b1 * x1) + (b2 * x2)) + (b3 * x3)) = (((a * b1) * x1) + ((a * b2) * x2)) + ((a * b3) * x3)
theorem Th28: :: EUCLIDLP:28 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
a1,
a2,
b1,
b2 being
Real for
n being
Nat for
x1,
x2 being
Element of
REAL n holds
((a1 * x1) + (a2 * x2)) + ((b1 * x1) + (b2 * x2)) = ((a1 + b1) * x1) + ((a2 + b2) * x2)
theorem Th29: :: EUCLIDLP:29 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
a1,
a2,
a3,
b1,
b2,
b3 being
Real for
n being
Nat for
x1,
x2,
x3 being
Element of
REAL n holds
(((a1 * x1) + (a2 * x2)) + (a3 * x3)) + (((b1 * x1) + (b2 * x2)) + (b3 * x3)) = (((a1 + b1) * x1) + ((a2 + b2) * x2)) + ((a3 + b3) * x3)
theorem Th30: :: EUCLIDLP:30 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
a1,
a2,
b1,
b2 being
Real for
n being
Nat for
x1,
x2 being
Element of
REAL n holds
((a1 * x1) + (a2 * x2)) - ((b1 * x1) + (b2 * x2)) = ((a1 - b1) * x1) + ((a2 - b2) * x2)
theorem Th31: :: EUCLIDLP:31 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
a1,
a2,
a3,
b1,
b2,
b3 being
Real for
n being
Nat for
x1,
x2,
x3 being
Element of
REAL n holds
(((a1 * x1) + (a2 * x2)) + (a3 * x3)) - (((b1 * x1) + (b2 * x2)) + (b3 * x3)) = (((a1 - b1) * x1) + ((a2 - b2) * x2)) + ((a3 - b3) * x3)
theorem Th32: :: EUCLIDLP:32 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
a1,
a2,
a3 being
Real for
n being
Nat for
x1,
x2,
x3 being
Element of
REAL n st
(a1 + a2) + a3 = 1 holds
((a1 * x1) + (a2 * x2)) + (a3 * x3) = (x1 + (a2 * (x2 - x1))) + (a3 * (x3 - x1))
theorem Th33: :: EUCLIDLP:33 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
a2,
a3 being
Real for
n being
Nat for
x,
x1,
x2,
x3 being
Element of
REAL n st
x = (x1 + (a2 * (x2 - x1))) + (a3 * (x3 - x1)) holds
ex
a1 being
Real st
(
x = ((a1 * x1) + (a2 * x2)) + (a3 * x3) &
(a1 + a2) + a3 = 1 )
theorem :: EUCLIDLP:34 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th35: :: EUCLIDLP:35 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th36: :: EUCLIDLP:36 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem Def1 defines // EUCLIDLP:def 1 :
theorem Th37: :: EUCLIDLP:37 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th38: :: EUCLIDLP:38 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem Def2 defines are_lindependent2 EUCLIDLP:def 2 :
Lm3:
for n being Nat
for x1, x2 being Element of REAL n st x1,x2 are_lindependent2 holds
x1 <> 0* n
theorem :: EUCLIDLP:39 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th40: :: EUCLIDLP:40 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th41: :: EUCLIDLP:41 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
a1,
a2,
b1,
b2 being
Real for
n being
Nat for
y2,
x1,
x2,
y1,
y1 being
Element of
REAL n st
y1,
y2 are_lindependent2 &
y1 = (a1 * x1) + (a2 * x2) &
y2 = (b1 * x1) + (b2 * x2) holds
ex
c1,
c2,
d1,
d2 being
Real st
(
x1 = (c1 * y1) + (c2 * y2) &
x2 = (d1 * y1) + (d2 * y2) )
theorem Th42: :: EUCLIDLP:42 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: EUCLIDLP:43 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: EUCLIDLP:44 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th45: :: EUCLIDLP:45 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
n being
Nat for
x1,
x0,
x3,
x2,
y0,
y1,
y2,
y3 being
Element of
REAL n st
x1 - x0,
x3 - x2 are_lindependent2 &
y0 in Line x0,
x1 &
y1 in Line x0,
x1 &
y0 <> y1 &
y2 in Line x2,
x3 &
y3 in Line x2,
x3 &
y2 <> y3 holds
y1 - y0,
y3 - y2 are_lindependent2
Lm4:
for n being Nat
for x1, x2 being Element of REAL n st x1 // x2 holds
x1,x2 are_ldependent2
theorem :: EUCLIDLP:46 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm5:
for n being Nat
for x1, x2 being Element of REAL n st x1,x2 are_ldependent2 & x1 <> 0* n & x2 <> 0* n holds
x1 // x2
theorem :: EUCLIDLP:47 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th48: :: EUCLIDLP:48 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem Def3 defines _|_ EUCLIDLP:def 3 :
theorem Th49: :: EUCLIDLP:49 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th50: :: EUCLIDLP:50 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th51: :: EUCLIDLP:51 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: EUCLIDLP:52 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem defines line_of_REAL EUCLIDLP:def 4 :
theorem Th53: :: EUCLIDLP:53 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th54: :: EUCLIDLP:54 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th55: :: EUCLIDLP:55 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: EUCLIDLP:56 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th57: :: EUCLIDLP:57 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th58: :: EUCLIDLP:58 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th59: :: EUCLIDLP:59 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th60: :: EUCLIDLP:60 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th61: :: EUCLIDLP:61 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem defines dist_v EUCLIDLP:def 5 :
:: deftheorem defines dist EUCLIDLP:def 6 :
theorem :: EUCLIDLP:62 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th63: :: EUCLIDLP:63 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: EUCLIDLP:64 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: EUCLIDLP:65 :: Showing IDV graph ... (Click the Palm Tree again to close it)
definition
let n be
Nat;
let L1,
L2 be
Element of
line_of_REAL n;
pred L1 // L2 means :
Def7:
:: EUCLIDLP:def 7
ex
x1,
x2,
y1,
y2 being
Element of
REAL n st
(
L1 = Line x1,
x2 &
L2 = Line y1,
y2 &
x2 - x1 // y2 - y1 );
symmetry
for L1, L2 being Element of line_of_REAL n st ex x1, x2, y1, y2 being Element of REAL n st
( L1 = Line x1,x2 & L2 = Line y1,y2 & x2 - x1 // y2 - y1 ) holds
ex x1, x2, y1, y2 being Element of REAL n st
( L2 = Line x1,x2 & L1 = Line y1,y2 & x2 - x1 // y2 - y1 )
;
end;
:: deftheorem Def7 defines // EUCLIDLP:def 7 :
theorem Th66: :: EUCLIDLP:66 :: Showing IDV graph ... (Click the Palm Tree again to close it)
definition
let n be
Nat;
let L1,
L2 be
Element of
line_of_REAL n;
pred L1 _|_ L2 means :
Def8:
:: EUCLIDLP:def 8
ex
x1,
x2,
y1,
y2 being
Element of
REAL n st
(
L1 = Line x1,
x2 &
L2 = Line y1,
y2 &
x2 - x1 _|_ y2 - y1 );
symmetry
for L1, L2 being Element of line_of_REAL n st ex x1, x2, y1, y2 being Element of REAL n st
( L1 = Line x1,x2 & L2 = Line y1,y2 & x2 - x1 _|_ y2 - y1 ) holds
ex x1, x2, y1, y2 being Element of REAL n st
( L2 = Line x1,x2 & L1 = Line y1,y2 & x2 - x1 _|_ y2 - y1 )
;
end;
:: deftheorem Def8 defines _|_ EUCLIDLP:def 8 :
theorem Th67: :: EUCLIDLP:67 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th68: :: EUCLIDLP:68 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th69: :: EUCLIDLP:69 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th70: :: EUCLIDLP:70 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th71: :: EUCLIDLP:71 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th72: :: EUCLIDLP:72 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th73: :: EUCLIDLP:73 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: EUCLIDLP:74 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: EUCLIDLP:75 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th76: :: EUCLIDLP:76 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th77: :: EUCLIDLP:77 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: EUCLIDLP:78 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: EUCLIDLP:79 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th80: :: EUCLIDLP:80 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: EUCLIDLP:81 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th82: :: EUCLIDLP:82 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th83: :: EUCLIDLP:83 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th84: :: EUCLIDLP:84 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th85: :: EUCLIDLP:85 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: EUCLIDLP:86 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
n being
Nat for
x2,
x1,
x3,
y2,
y3 being
Element of
REAL n for
L1,
L2 being
Element of
line_of_REAL n st
x2 - x1,
x3 - x1 are_lindependent2 &
y2 in Line x1,
x2 &
y3 in Line x1,
x3 &
L1 = Line x2,
x3 &
L2 = Line y2,
y3 holds
(
L1 // L2 iff ex
a being
Real st
(
a <> 0 &
y2 - x1 = a * (x2 - x1) &
y3 - x1 = a * (x3 - x1) ) )
theorem Th87: :: EUCLIDLP:87 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th88: :: EUCLIDLP:88 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th89: :: EUCLIDLP:89 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem defines plane EUCLIDLP:def 9 :
:: deftheorem Def10 defines being_plane EUCLIDLP:def 10 :
theorem Th90: :: EUCLIDLP:90 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th91: :: EUCLIDLP:91 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
n being
Nat for
x1,
y1,
y2,
y3,
x2,
x3 being
Element of
REAL n st
x1 in plane y1,
y2,
y3 &
x2 in plane y1,
y2,
y3 &
x3 in plane y1,
y2,
y3 holds
plane x1,
x2,
x3 c= plane y1,
y2,
y3
theorem :: EUCLIDLP:92 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th93: :: EUCLIDLP:93 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
n being
Nat for
y1,
x1,
x2,
x3,
y2 being
Element of
REAL n st
y1 in plane x1,
x2,
x3 &
y2 in plane x1,
x2,
x3 holds
Line y1,
y2 c= plane x1,
x2,
x3
theorem :: EUCLIDLP:94 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: EUCLIDLP:95 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
a1,
a2,
a3 being
Real for
n being
Nat for
x1,
x3,
x,
x2 being
Element of
REAL n st
x1 - x1,
x3 - x1 are_lindependent2 &
x in plane x1,
x2,
x3 &
x = ((a1 * x1) + (a2 * x2)) + (a3 * x3) & not
(a1 + a2) + a3 = 1 holds
0* n in plane x1,
x2,
x3
theorem Th96: :: EUCLIDLP:96 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
n being
Nat for
x,
x1,
x2,
x3 being
Element of
REAL n holds
(
x in plane x1,
x2,
x3 iff ex
a1,
a2,
a3 being
Real st
(
(a1 + a2) + a3 = 1 &
x = ((a1 * x1) + (a2 * x2)) + (a3 * x3) ) )
theorem :: EUCLIDLP:97 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
a1,
a2,
a3,
b1,
b2,
b3 being
Real for
n being
Nat for
x2,
x1,
x3,
x being
Element of
REAL n st
x2 - x1,
x3 - x1 are_lindependent2 &
x in plane x1,
x2,
x3 &
(a1 + a2) + a3 = 1 &
x = ((a1 * x1) + (a2 * x2)) + (a3 * x3) &
(b1 + b2) + b3 = 1 &
x = ((b1 * x1) + (b2 * x2)) + (b3 * x3) holds
(
a1 = b1 &
a2 = b2 &
a3 = b3 )
:: deftheorem defines plane_of_REAL EUCLIDLP:def 11 :
theorem Th98: :: EUCLIDLP:98 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th99: :: EUCLIDLP:99 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th100: :: EUCLIDLP:100 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: EUCLIDLP:101 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: EUCLIDLP:102 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
n being
Nat for
x1,
x2,
x3 being
Element of
REAL n holds
(
Line x1,
x2 c= plane x1,
x2,
x3 &
Line x2,
x3 c= plane x1,
x2,
x3 &
Line x3,
x1 c= plane x1,
x2,
x3 )
theorem Th103: :: EUCLIDLP:103 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem Def12 defines are_coplane EUCLIDLP:def 12 :
theorem Th104: :: EUCLIDLP:104 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th105: :: EUCLIDLP:105 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th106: :: EUCLIDLP:106 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th107: :: EUCLIDLP:107 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th108: :: EUCLIDLP:108 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th109: :: EUCLIDLP:109 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th110: :: EUCLIDLP:110 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: EUCLIDLP:111 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: EUCLIDLP:112 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: EUCLIDLP:113 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th114: :: EUCLIDLP:114 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th115: :: EUCLIDLP:115 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th116: :: EUCLIDLP:116 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th117: :: EUCLIDLP:117 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th118: :: EUCLIDLP:118 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th119: :: EUCLIDLP:119 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th120: :: EUCLIDLP:120 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th121: :: EUCLIDLP:121 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: EUCLIDLP:122 :: Showing IDV graph ... (Click the Palm Tree again to close it)