I have a question about the definition of Frenet frame here (pg 6) https://www.math.cuhk.edu.hk/~martinli/teaching/4030lectures.pdf .
The definition above is summarized below:
We are given a regular curve, $c$, in $\mathbb{R}^n$ parametrized by arc length, such that $c'(s),c''(s),\dots,c^{n-1}(s)$ are linearly independent for each $s$. A Frenet frame for $c$ is defined to be a positively oriented orthonormal basis $\{ e_1(s), \dots, e_n(s) \}$ such that
- $\text{Span}\{e_1(s),\dots,e_k(s)\} = \text{Span}\{c'(s),\dots,c^{k}(s)\}$ for $k= 1,\dots, \color{red} n$ and
- $\langle c^{k}(s) , e_k(s) \rangle > 0$.
Condition 1. above does not look right to me because no assumptions about $c^{n}(s)$ are made. Should 1. be replaced by
- $\text{Span}\{e_1(s),\dots,e_k(s)\} = \text{Span}\{c'(s),\dots,c^{k}(s)\}$ for $k= 1,\dots, \color{red} {n - 1}?$
A similar assumption consistent with the document above is also made here http://www.cs.elte.hu/geometry/csikos/dif/dif2.pdf (pg 7. first definition on top of the page) so I wonder if I am missing something.