
theorem Th22:
  for T being non empty TopSpace, t being Point of T, P being Loop
  of t holds P.0 = t & P.1 = t
proof
  let T be non empty TopSpace, t be Point of T, P be Loop of t;
  t,t are_connected;
  hence thesis by BORSUK_2:def 2;
end;
