theorem Th11:
  [s1,t1],[s2,t2] are_connected implies s1,s2 are_connected
proof
  given L being Function of I[01], [:S,T:] such that
A1: L is continuous and
A2: L.0 = [s1,t1] and
A3: L.1 = [s2,t2];
  take f = pr1 L;
  thus f is continuous by A1,Th9;
A4: dom f = I & dom f = dom L by FUNCT_2:def 1,MCART_1:def 12;
  then j0 in dom L;
  hence f.0 = [s1,t1]`1 by A2,MCART_1:def 12
    .= s1;
  j1 in dom L by A4;
  hence f.1 = [s2,t2]`1 by A3,MCART_1:def 12
    .= s2;
end;
