reserve i,j,k,l,m,n for Nat,
  D for non empty set,
  f for FinSequence of D;
reserve X for compact Subset of TOP-REAL 2;
reserve r for Real;
reserve f for non trivial FinSequence of TOP-REAL 2;
reserve f for non constant standard special_circular_sequence;

theorem Th58:
  W-min L~f <> W-max L~f
proof
  (W-min L~f)`2 < (W-max L~f)`2 by Th57;
  hence thesis;
end;
