
theorem Th12:
  for M be non empty MetrSpace holds
    M is totally_bounded complete iff M is sequentially_compact
  proof
    let M be non empty MetrSpace;
    M is totally_bounded complete
    iff TopSpaceMetr M is compact by COMPL_SP:37;
    hence thesis by Th11;
  end;
