Lm1:
for f being FinSequence of (TOP-REAL 2)
for n being Nat holds L~ (f | n) c= L~ f
Lm2:
for p, q being Point of (TOP-REAL 2) holds <*p,q*> is unfolded
Lm3:
for f being FinSequence of (TOP-REAL 2)
for n being Nat st f is unfolded holds
f | n is unfolded
Lm4:
for f being FinSequence of (TOP-REAL 2)
for n being Nat st f is unfolded holds
f /^ n is unfolded
Lm5:
for f being FinSequence of (TOP-REAL 2)
for p being Point of (TOP-REAL 2) st f is unfolded holds
f -: p is unfolded
Lm6:
for p, q being Point of (TOP-REAL 2) holds <*p,q*> is s.n.c.
Lm7:
for f being FinSequence of (TOP-REAL 2)
for n being Nat st f is s.n.c. holds
f | n is s.n.c.
Lm8:
for f being FinSequence of (TOP-REAL 2)
for n being Nat st f is s.n.c. holds
f /^ n is s.n.c.
Lm9:
for f being FinSequence of (TOP-REAL 2)
for p being Point of (TOP-REAL 2) st f is s.n.c. holds
f -: p is s.n.c.
Lm10:
for f being FinSequence of (TOP-REAL 2)
for n being Nat st f is special holds
f | n is special
Lm11:
for f being FinSequence of (TOP-REAL 2)
for n being Nat st f is special holds
f /^ n is special
Lm12:
for f being FinSequence of (TOP-REAL 2)
for p being Point of (TOP-REAL 2) st f is special holds
f -: p is special
Lm13:
for f, g being FinSequence of (TOP-REAL 2) st f is special & g is special & ( (f /. (len f)) `1 = (g /. 1) `1 or (f /. (len f)) `2 = (g /. 1) `2 ) holds
f ^ g is special
Lm14:
for f being FinSequence of (TOP-REAL 2)
for p being Point of (TOP-REAL 2) st p in rng f holds
L~ (f -: p) c= L~ f
Lm15:
for f being FinSequence of (TOP-REAL 2)
for p being Point of (TOP-REAL 2) st p in rng f holds
L~ (f :- p) c= L~ f
Lm16:
for P being Subset of (TOP-REAL 2)
for p1, p2, q being Point of (TOP-REAL 2)
for f1, f2 being S-Sequence_in_R2 st p1 = f1 /. 1 & p1 = f2 /. 1 & p2 = f1 /. (len f1) & p2 = f2 /. (len f2) & (L~ f1) /\ (L~ f2) = {p1,p2} & P = (L~ f1) \/ (L~ f2) & q <> p1 & q in rng f1 holds
ex g1, g2 being S-Sequence_in_R2 st
( p1 = g1 /. 1 & p1 = g2 /. 1 & q = g1 /. (len g1) & q = g2 /. (len g2) & (L~ g1) /\ (L~ g2) = {p1,q} & P = (L~ g1) \/ (L~ g2) )
definition
let r1,
r2,
r19,
r29 be
Real;
func [.r1,r2,r19,r29.] -> Subset of
(TOP-REAL 2) equals
((LSeg (|[r1,r19]|,|[r1,r29]|)) \/ (LSeg (|[r1,r29]|,|[r2,r29]|))) \/ ((LSeg (|[r2,r29]|,|[r2,r19]|)) \/ (LSeg (|[r2,r19]|,|[r1,r19]|)));
coherence
((LSeg (|[r1,r19]|,|[r1,r29]|)) \/ (LSeg (|[r1,r29]|,|[r2,r29]|))) \/ ((LSeg (|[r2,r29]|,|[r2,r19]|)) \/ (LSeg (|[r2,r19]|,|[r1,r19]|))) is Subset of (TOP-REAL 2)
;
end;
::
deftheorem defines
[. SPPOL_2:def 3 :
for r1, r2, r19, r29 being Real holds [.r1,r2,r19,r29.] = ((LSeg (|[r1,r19]|,|[r1,r29]|)) \/ (LSeg (|[r1,r29]|,|[r2,r29]|))) \/ ((LSeg (|[r2,r29]|,|[r2,r19]|)) \/ (LSeg (|[r2,r19]|,|[r1,r19]|)));