I was reading "Introduction to differentiable manifolds" from Serge Lang, but I got immediately stuck. He defined his atlases as follows:
Let X be a Hausdorff topological space. An atlas of class $C^P (p\geq 0)$ on X is a collection of pairs $(U_i; \phi_i)$ ($i$ ranging in some indexing set), satisfying the following conditions:
- Each $U_i$ is an open subset of $X$ and the $U_i$ cover $X$.
- Each $\phi_i$ is a topological isomorphism of $U_i$ onto an open subset $\phi_iU_i$ of some vector space $E_i$ and for any $i,j, \phi_i(U_i\cap U_j)$ is open in $E_i$.
- The map $$ \phi_j\phi_i^{-1}: \phi_i(U_i\cap U_j) \to \phi_j(U_i\cap U_j) $$ is a $C^p$-isomorphism for each pair of indices $i, j$.
Now the equivalence between two vectors is defined as follows:
We consider triples $(U,\phi, v)$ where $(U,\phi)$ is a chart at x and v is an element of the vector space in which $\phi U$ lies. We say that two such triples $(U,\phi, v)$ and $(V,\psi, w)$ are equivalent if the derivative of $\psi \phi^{-1}$ at $\phi x$ maps $v$ on $w$. The formula reads:
$$ (\psi \phi^{-1})'(\phi x) v = w $$
My question is the following how do you know out of this definition that $\phi^{-1}$ is differentiable? Does it follow from the third bullet point?
Thanks in advance