In Kreyszig compactness of metric space X is defined as :
A metric space X is said to be compact if every sequence in X has a convergent subsequence.
My confusion is simply because of the use of the if
in the statement. Consider the sentence:
Statement A if Statement B.
This means that if Statement B is true then Statement A is true, but if Statement B is false, Statement A may or may not be true (see here). I feel that the if
in the definition should be replaced by the only if
.