0

I have a lot of confusion.

Definition:

A sequence $\{x_n\}$ of points in a metric space is said to converge if there is a point $p \in S$ with the following property: For every $\epsilon> 0$ there is an integer $N$ such that $d(x_n, p) < \epsilon$ whenever $n \geq N$.

What if we write:

1) Given $\epsilon> 0$, there exists an integer $N$.

2) For all $\epsilon> 0$, there exists an integer $N$.

Would it make any difference?

anak
  • 1,164
divya
  • 95

2 Answers2

1

No, it wouldn't, they are different words but they express the same thing. To convince yourself, prove the equivalences between the 3 propositions (for e.g. 1 => 2 => 3 => 1), but they are trivial.

Read about quantifiers if you want. Those 3 propositions, translated to predicate logic, are equal.

1

There is no difference. Mathematically, they are three different ways of denoting the $\forall$ quantifier.

5xum
  • 123,496
  • 6
  • 128
  • 204