This question relates to two (seemingly) conflicting definitions of Limit Points in real analysis.
The definition of limit points and closed sets from my notes is written as:
A much more general definition of open and closed sets can be obtained by considering the behaviour of sequences.
Example. Consider the sequence $x_n=\frac{n}{n+1}$. We have $x_n \in (0,1)$, but $x_n\to 1\notin (0,1)$. On the other hand, both the sequence and its limit live in $[0,1]$
Definition: $\text{Consider a set}\, S\subset \mathbb{R}. \text{A point}\,\bar{x}\,$ $\text{is called a limit point of}\,$ $S$ $\,\text{if there exists a sequence}\,$ $x_n\in S\,$ $\text{which converges to}\,\bar{x}$.
Definition: A set $S$ is closed if it contains all its limit points.
and I wish that was all there was to it...
However, I have since seen a different definition from this Wrath of Math video, which clearly states from 0:30 that:
A point $x$ is a limit point of a set $A$ if there is a sequence of points, $a_1,\, a_2,\,a_3,\,\dots$ from $A \setminus\{x\}$ such that $(a_n)\to \,\bar{x}$
So for the second definition, this means that the set $\{1\}$ cannot have $1$ as a limit point, since the trivial $1, 1, 1, \dots$ sequence would satisfy this.
But according to the first definition, this $1$ is actually a limit point (since it does not contradict the requirements given in the quotation).
By way of example, are $\frac{1}{17}$ and $1$ limit points for the interval $\left[\dfrac{1}{17},\,1\right]$?
Well, according to a comment in the chat section below an answer by Randall in this post the answer is yes, $\frac{1}{17}$ and $1$ are in fact limit points.
So which quote is correct?