Lm1:
for T being RelStr holds RelStr(# the carrier of T, the InternalRel of T #) is SubSpace of T
Lm2:
for FT being non empty RelStr
for x being Element of FT holds <*x*> is continuous
by FINSEQ_1:39;
Lm3:
for FT being non empty RelStr
for x being Element of FT holds {x} is arcwise_connected
Lm4:
for FT being non empty RelStr
for f being FinSequence of FT
for A being Subset of FT
for x1, x2 being Element of FT st f is continuous & rng f c= A & f . 1 = x1 & f . (len f) = x2 holds
ex g being FinSequence of FT st
( g is continuous & rng g c= A & g . 1 = x1 & g . (len g) = x2 & ( for h being FinSequence of FT st h is continuous & rng h c= A & h . 1 = x1 & h . (len h) = x2 holds
len g <= len h ) )