:: BORSUK_2 semantic presentation :: Showing IDV graph ... (Click the Palm Trees again to close it)
Lm1:
for r being real number holds
( ( 0 <= r & r <= 1 ) iff r in the carrier of I[01] )
theorem :: BORSUK_2:1 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: BORSUK_2:2 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: BORSUK_2:3 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th4: :: BORSUK_2:4 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem Def1 defines are_connected BORSUK_2:def 1 :
:: deftheorem Def2 defines Path BORSUK_2:def 2 :
:: deftheorem Def3 defines arcwise_connected BORSUK_2:def 3 :
:: deftheorem Def4 defines Path BORSUK_2:def 4 :
Lm2:
( 0 in [.0,1.] & 1 in [.0,1.] )
theorem Th5: :: BORSUK_2:5 :: Showing IDV graph ... (Click the Palm Tree again to close it)
definition
let T be non
empty TopSpace;
let a,
b,
c be
Point of
T;
let P be
Path of
a,
b;
let Q be
Path of
b,
c;
assume that A1:
a,
b are_connected
and A2:
b,
c are_connected
;
func P + Q -> Path of
a,
c means :
Def5:
:: BORSUK_2:def 5
for
t being
Point of
I[01] holds
( (
t <= 1
/ 2 implies
it . t = P . (2 * t) ) & ( 1
/ 2
<= t implies
it . t = Q . ((2 * t) - 1) ) );
existence
ex b1 being Path of a,c st
for t being Point of I[01] holds
( ( t <= 1 / 2 implies b1 . t = P . (2 * t) ) & ( 1 / 2 <= t implies b1 . t = Q . ((2 * t) - 1) ) )
uniqueness
for b1, b2 being Path of a,c st ( for t being Point of I[01] holds
( ( t <= 1 / 2 implies b1 . t = P . (2 * t) ) & ( 1 / 2 <= t implies b1 . t = Q . ((2 * t) - 1) ) ) ) & ( for t being Point of I[01] holds
( ( t <= 1 / 2 implies b2 . t = P . (2 * t) ) & ( 1 / 2 <= t implies b2 . t = Q . ((2 * t) - 1) ) ) ) holds
b1 = b2
end;
:: deftheorem Def5 defines + BORSUK_2:def 5 :
theorem :: BORSUK_2:6 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th7: :: BORSUK_2:7 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem Def6 defines - BORSUK_2:def 6 :
Lm3:
for r being Real st 0 <= r & r <= 1 holds
( 0 <= 1 - r & 1 - r <= 1 )
Lm4:
for r being Real st r in the carrier of I[01] holds
1 - r in the carrier of I[01]
theorem Th8: :: BORSUK_2:8 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th9: :: BORSUK_2:9 :: Showing IDV graph ... (Click the Palm Tree again to close it)
definition
let S1,
S2,
T1,
T2 be non
empty TopSpace;
let f be
Function of
S1,
S2;
let g be
Function of
T1,
T2;
:: original: [:redefine func [:f,g:] -> Function of
[:S1,T1:],
[:S2,T2:];
coherence
[:f,g:] is Function of [:S1,T1:],[:S2,T2:]
end;
theorem Th10: :: BORSUK_2:10 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th11: :: BORSUK_2:11 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th12: :: BORSUK_2:12 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: BORSUK_2:13 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem Th14: :: BORSUK_2:14 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm5:
for T1, T2 being non empty TopSpace st T1 is_T2 & T2 is_T2 holds
[:T1,T2:] is_T2
definition
let T be non
empty TopStruct ;
let a,
b be
Point of
T;
let P,
Q be
Path of
a,
b;
pred P,
Q are_homotopic means :: BORSUK_2:def 7
ex
f being
Function of
[:I[01] ,I[01] :],
T st
(
f is
continuous & ( for
s being
Point of
I[01] holds
(
f . s,0
= P . s &
f . s,1
= Q . s & ( for
t being
Point of
I[01] holds
(
f . 0,
t = a &
f . 1,
t = b ) ) ) ) );
symmetry
for P, Q being Path of a,b st ex f being Function of [:I[01] ,I[01] :],T st
( f is continuous & ( for s being Point of I[01] holds
( f . s,0 = P . s & f . s,1 = Q . s & ( for t being Point of I[01] holds
( f . 0,t = a & f . 1,t = b ) ) ) ) ) holds
ex f being Function of [:I[01] ,I[01] :],T st
( f is continuous & ( for s being Point of I[01] holds
( f . s,0 = Q . s & f . s,1 = P . s & ( for t being Point of I[01] holds
( f . 0,t = a & f . 1,t = b ) ) ) ) )
end;
:: deftheorem defines are_homotopic BORSUK_2:def 7 :
for
T being non
empty TopStruct for
a,
b being
Point of
T for
P,
Q being
Path of
a,
b holds
(
P,
Q are_homotopic iff ex
f being
Function of
[:I[01] ,I[01] :],
T st
(
f is
continuous & ( for
s being
Point of
I[01] holds
(
f . s,0
= P . s &
f . s,1
= Q . s & ( for
t being
Point of
I[01] holds
(
f . 0,
t = a &
f . 1,
t = b ) ) ) ) ) );
theorem Th15: :: BORSUK_2:15 :: Showing IDV graph ... (Click the Palm Tree again to close it)