I am reading Analysis on Manifolds by Munkres, in Ch 8 Sec 39. Here is the definition I am looking at:
Defn: Let $A,B$ be open sets in $\mathbb{R}^n, \mathbb{R}^m$, respectively, then the $C^\infty$ maps $g,h:A \to B$ are differentiably homotopic if $\exists$ a $C^\infty$ map $H:A \times [0,1] \to B$ s.t. $\forall x \in A$, we have $H(x,0)=g(x)$ and $H(x,1)=h(x)$, in which case $H$ is a differentiable homotopy between $g$ and $h$.
This is a new definition for me, but when I look at it, it feels all $C^\infty$ maps $g,h:A \to B$ are differentiably homotopic, what came to my mind was to take $$H(x,t)=t \cdot h(x)+(1-t) \cdot g(x)$$ Then as far as I can see $H$ is a differentiable homotopy according to the definition. But I feel I'm missing something, since otherwise why make this definition? Any help is greatly appreciated.