If $T$ is a tree and $T_1, T_2, \ldots , T_k$ are all subtrees of $T$ such that the vertices of $T_i$ are $V_i$. Suppose $V_i\cap V_j$ is non-empty for all $i$ and $j$. Show that there is a vertex that exists in all $T_i$.
I'm honestly not even sure what the question is asking. This is just a completion grade, but I honestly do want to know how I should go about proving this. What method to use?
Let $F = \{V_1, \ldots, V_k\}$. We prove by induction on $j \in \{2, \ldots, k\}$ that:
This is immediate for $j = 2$. For the inductive step, choose any $j$ vertex sets from $F$, say $W_1, \ldots, W_j$. By the inductive hypothesis, we know that for each $i \in \{1, \ldots, j\}$, there is some vertex $v_i \in W_1 \cap \cdots \cap W_{i-1} \cap W_{i + 1} \cap \cdots \cap W_j$. We claim that in the sequence of vertices $(v_1, \ldots, v_j)$, some two of them must repeat.
Hence, we know that $v_a = v_b$ for some $a < b$. But then this vertex belongs to $W_1, \ldots, W_j$ as desired.