One of the definition of basis for a finite dimensional vector spaces is:
Let $V$ be a vector space over a field $F$ and $B = \{v_1, \dots, v_n\} \subset V$. Then, $B$ is a basis for $V$ if for all $v \in V$ there exists unique $(\alpha_1, \dots, \alpha_n) \in F^n$ such that $$ v = \sum_{i=1}^{n} \alpha_i v_i. $$
How does this definition change in infinite dimensional vector spaces? I have checked other posts here but that did not help me.
Here's what I'm thinking: Let $V$ be a vector space over $F$. $B$ is a basis for $V$ if $\forall v \in V$ ($v$ is a linear combination of vectors in $B$) and $\forall u \in B$ the coefficient of $u$ appearing in any linear combination (finite linear combination) of members of $B$ (that gives $v$) is the same. Is this the correct reformulation of the above definition?