I have the following question, because general physics books like Sears and Serway and others, if not the vast majority, simplify differentials when integrated. Formally I interpret that this is justified by the first fundamental theorem of calculus, but I'm not sure. I would appreciate your support, to clarify this doubt, I attach an example.
Let $v=\frac{dr}{dt}$ denote the velocity vector, as let $r$ denote the position vector. Let $F=m\frac{dv}{dt}$ the projection of the net force with the displacement and denote the force at a specified position. Let the mass $m$ be constant. Then the work done along a curve $C$ is defined as,
$$W=\int_{C} F \cdot dr=m \int_{C} \frac{dv}{dt} \cdot dr$$
The next steps seem sloppy to me.
$$=m \int_{v_i}^{v_f} \frac{dr}{dt} \cdot \frac {dv} {dr} dr$$ HERE, justification for the "cancellation" of the differential $$=m \int_{v_i}^{v_f} \frac{dr}{dt} \cdot dv$$ $$=m \int_{v_i}^{v_f} v \cdot dv$$
$$=m \int_{|v_i|}^{|v_f|} |v| \,d|v|$$
$$=\frac{1}{2}m|v_f|^2-\frac{1}{2}m|v_i|^2$$
$$=\Delta \text{KE}$$
This makes no sense at all to me. $\vec r$ is a vector variable here, so I have no idea what $\dfrac{d\vec v}{d\vec r}d\vec r$ is supposed to mean. Nor does it make sense for the velocities to become the limits of a $d\vec r$ integration.
It's easy enough to make it correct. \begin{align*} \int_C \frac{d\vec v}{dt}\cdot d\vec r &= \int_{t=a}^{t=b} \frac{d\vec v}{dt}\cdot \frac{d\vec r}{dt}dt = \int_{t=a}^{t=b} \frac{d\vec v}{dt}\cdot \vec v\, dt \\ &= \int_{t=a}^{t=b} \frac12 \frac d{dt}\big(\vec v\cdot \vec v\big)\,dt = \frac12 \|\vec v\|^2 \Big|_{t=a}^{t=b}. \end{align*} The first equality is the definition of the line integral, and the final equality is the Fundamental Theorem of Calculus.