:: JORDAN22 semantic presentation

Lemma1: TOP-REAL 2 = TopSpaceMetr (Euclid 2)
by EUCLID:def 8;

Lemma2: for b1 being real number
for b2 being Subset of (TOP-REAL 2) st b1 in proj2 .: b2 holds
ex b3 being Point of (TOP-REAL 2) st
( b3 in b2 & proj2 . b3 = b1 )
proof end;

theorem Th1: :: JORDAN22:1
for b1 being Simple_closed_curve
for b2 being Nat holds (Upper_Appr b1) . b2 c= Cl (RightComp (Cage b1,0))
proof end;

theorem Th2: :: JORDAN22:2
for b1 being Simple_closed_curve
for b2 being Nat holds (Lower_Appr b1) . b2 c= Cl (RightComp (Cage b1,0))
proof end;

registration
let c1 be Simple_closed_curve;
cluster Upper_Arc a1 -> connected ;
coherence
Upper_Arc c1 is connected
proof end;
cluster Lower_Arc a1 -> connected ;
coherence
Lower_Arc c1 is connected
proof end;
end;

theorem Th3: :: JORDAN22:3
for b1 being Simple_closed_curve
for b2 being Nat holds
( (Upper_Appr b1) . b2 is compact & (Upper_Appr b1) . b2 is connected )
proof end;

theorem Th4: :: JORDAN22:4
for b1 being Simple_closed_curve
for b2 being Nat holds
( (Lower_Appr b1) . b2 is compact & (Lower_Appr b1) . b2 is connected )
proof end;

registration
let c1 be Simple_closed_curve;
cluster North_Arc a1 -> compact ;
coherence
North_Arc c1 is compact
proof end;
cluster South_Arc a1 -> compact ;
coherence
South_Arc c1 is compact
proof end;
end;

theorem Th5: :: JORDAN22:5
for b1 being Simple_closed_curve holds W-min b1 in North_Arc b1
proof end;

theorem Th6: :: JORDAN22:6
for b1 being Simple_closed_curve holds E-max b1 in North_Arc b1
proof end;

theorem Th7: :: JORDAN22:7
for b1 being Simple_closed_curve holds W-min b1 in South_Arc b1
proof end;

theorem Th8: :: JORDAN22:8
for b1 being Simple_closed_curve holds E-max b1 in South_Arc b1
proof end;

theorem Th9: :: JORDAN22:9
for b1 being Simple_closed_curve holds UMP b1 in North_Arc b1
proof end;

theorem Th10: :: JORDAN22:10
for b1 being Simple_closed_curve holds LMP b1 in South_Arc b1
proof end;

theorem Th11: :: JORDAN22:11
for b1 being Simple_closed_curve holds North_Arc b1 c= b1
proof end;

theorem Th12: :: JORDAN22:12
for b1 being Simple_closed_curve holds South_Arc b1 c= b1
proof end;

theorem Th13: :: JORDAN22:13
for b1 being Simple_closed_curve holds
( ( LMP b1 in Lower_Arc b1 & UMP b1 in Upper_Arc b1 ) or ( UMP b1 in Lower_Arc b1 & LMP b1 in Upper_Arc b1 ) )
proof end;