I'm reading a book on differential forms, and it says:
A basis for $(\mathbb{R}_p^3)^*$ is obtained by taking $(dx_i)_p, i=1,2,3$, where $x_i:\mathbb{R^3}\to\mathbb{R}$ is the map which assigns to each points its $i$th coordinate.
But everywhere else I'm reading that "the map which assigns to each points its $i$th coordinate" is written as $dx_i$, not just $x_i$? So shouldn't the quote have read (with the bold d indicating my change):
A basis for $(\mathbb{R}_p^3)^*$ is obtained by taking $(dx_i)_p, i=1,2,3$, where d$x_i:\mathbb{R^3}\to\mathbb{R}$ is the map which assigns to each points its $i$th coordinate.
If not, then what is $dx_i$? if $x_i$ are the coordinate functions, then what is $dx_i$ defined to mean?
Edit: Since the notation tag asks users to give the source of the notation: the book is "Differential forms and Applications" by Manfredo P. do Carmo.
edit2: Compare the above quote to the quote from "Calculus a complete course" By Adems and Essex:
Differentials as basis for 1-forms For $1\leq i\leq n$, let $dx_i$ be the 1-form that assigns to $v\in\mathbb{R}^n$ its $i$th component $v_i$:$$dx_i(v)=v_i$$
So now I'm confused again... How do these 2 definitions work together? Is Adems just neglecting to mention that we are actually working in a tangent space?
edit3: If you are also confused about differential forms, I would recommend reading "An introduction to Manifolds" by "Loring W. Tu". I'm reading it right now and it gives an a lot more detailed and elementary introduction to this stuff. More suitable for someone like me who has never before heard anything about manifolds/differential forms and is self-studying.
$dx_i$ is not a function; it is a differential form. In general, if $f : \mathbb{R}^n \to \mathbb{R}$ is a smooth function, then $df$ is the differential form which in coordinates is given by
$$df = \sum \frac{\partial f}{\partial x_i} dx_i.$$
Admittedly I now have to tell you what $dx_i$ is. One way of describing what $dx_i$ does is that it assigns numbers to tangent vectors: if $v \in T_p(\mathbb{R}^n)$ is a tangent vector $(v_1, \dots v_n)$ at a point $p$, then
$$dx_i(v) = v_i.$$
That is, it assigns to a tangent vector its $i^{th}$ coordinate. The confusing thing about this situation is that each tangent space at each point of $\mathbb{R}^n$ can be canonically identified with $\mathbb{R}^n$ itself; this stops being true on more general smooth manifolds, and here it's easier to tell the difference.