Let $G$ be a graph. We say that $u$ and $v$ are connected in $G$, if exists a path of $u$ to $v$ in $G$.
I wish show the following:
Let $F$ be a forest and $T_1$ a tree with $T_1 \subseteq F$ (subgraph of $F$). Let $T_2$ be a tree with $V(T_2) = V(T_1)$ (Note that $T_2$, not necessarly is equal to $T_1$). How can I show that $u$ and $v$ are connected in F if and only if $u$ and $v$ are connected in $(F-E(T_1)) \cup E(T_2)$?
I know that $V(T_2) = V(T_1)$ and difference of the graphs is the swap of $T_1$ by the $T_2$. This is sufficient to demonstration?
I believe the graph $T = T_1 \cap T_2$ which has vertex set $V = V(T_1) = V(T_2)$ and edge set $E = E(T_1) \cap E(T_2)$ is itself a tree. This is a general fact about intersections of subtrees of a tree.
In particular $T$ is connected and so contains a path from $u$ to $v$. To finish the proof observe the edges of $T$ are contained in your set $( F - E(T_1) ) \cup E(T_2)$.