Let $T_{1},T_{2}$ be two trees lying inside some common larger graph, say $G$. Under the hypothesis that $T_{1}\cap T_{2}$ is connected, is the union $T_{1}\cup T_{2}$ also a tree? This seems 'right' to me, but I've been unable to provide a proof of this intuitively 'right' assertion. Please help!
2026-03-26 11:02:17.1774522937
Union of Two Trees $T_{1},T_{2}$ is also a tree when $T_{1}\cap T_{2}$ is connected
1.2k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in GRAPH-THEORY
- characterisation of $2$-connected graphs with no even cycles
- Explanation for the static degree sort algorithm of Deo et al.
- A certain partition of 28
- decomposing a graph in connected components
- Is it true that if a graph is bipartite iff it is class 1 (edge-coloring)?
- Fake induction, can't find flaw, every graph with zero edges is connected
- Triangle-free graph where every pair of nonadjacent vertices has exactly two common neighbors
- Inequality on degrees implies perfect matching
- Proving that no two teams in a tournament win same number of games
- Proving that we can divide a graph to two graphs which induced subgraph is connected on vertices of each one
Related Questions in ALGEBRAIC-TOPOLOGY
- How to compute homology group of $S^1 \times S^n$
- the degree of a map from $S^2$ to $S^2$
- Show $f$ and $g$ are both homeomorphism mapping of $T^2$ but $f$ is not homotopy equivalent with $g.$
- Chain homotopy on linear chains: confusion from Hatcher's book
- Compute Thom and Euler class
- Are these cycles boundaries?
- a problem related with path lifting property
- Bott and Tu exercise 6.5 - Reducing the structure group of a vector bundle to $O(n)$
- Cohomology groups of a torus minus a finite number of disjoint open disks
- CW-structure on $S^n$ and orientations
Related Questions in TREES
- Explanation for the static degree sort algorithm of Deo et al.
- Finding height of a $k$-ary tree
- Clique-width of a tree
- count "informative" paths in tree
- If the weight of edge E $e$ of an MST is decreased by $\delta$. Could total weight of MST decrease by more than $\delta$.
- Probability of two randomly selected leaves of a tree to be connected only at the root
- Proof in graph theory: maximum degree and number of leaves.
- Graph Theory: Number of vertices in a tree.
- The number of, and an enumeration for, the set of full subtrees of the full complete binary tree
- Is the maximum link length function convex?
Related Questions in SIMPLICIAL-COMPLEX
- What is the intersection of the vertices of a face of a simplicial complex?
- Simplicial complex underlying space homeomorphic to torus/klein bottle
- Fixed points of simplicial maps
- Homotopy type of simplicial complexes
- Non-contractible simplicial complex and Euler characteristic 1
- Persistence Homology on a grid Distance measure
- Finding chains with a given boundary
- Is there a time where the link of a subset is not equal to the boundary of its star?
- Edge-to-edge incidence structure of a graph
- Triangulation of the projective plane (number of points required)
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
I will first assume that when we intersect $T_1$ and $T_2$, we only take edges which belong to both, but not vertices. In this case the answer is no: $T_1\cup T_2$ might not be a tree: Take a square $\square$, and erase its upper edge to obtain $T_1$: $\sqcup$; and erase its right edge to obtain $T_2$: $\sqsubset$.
Now let's assume that we take both vertices and edges in the intersection $T_1\cap T_2$, in which case $T_1\cup T_2$ is a tree.
Take a path $x_1\cdots x_N$ in $T_1\cup T_2$. WLOG, say $x_1x_2\in T_1$. Choose numbers $$1=n(1)<n(2)<\cdots<n(k)=N$$ such that for $n(i)\leq j<n(i+1)$, the edge $x_jx_{j+1}$ belongs to $T_{i\bmod 2}$ (where $i\bmod 2$ is simply the remainder of the division of $i$ by $2$).
In other words, we "break" the path $x_1\cdots x_N$ in pieces where the paths $x_{n(i)}x_{n(i)+1}\cdots x_{n(i+1)}$ belong to the same $T_j$.
In particular, for $2\leq i\leq k-1$, $x_{n(i)}\in T_1\cap T_2$, so for $2\leq i\leq k-2$ there is a path from $x_{n(i)}$ to $x_{n(i+1)}$ with edges in $T_1\cap T_2$. But by assumption, the $T_j$ are trees, so this path is necessarily $x_{n(i)}x_{n(i)+1}\cdots x_{n(i+1)}$, and in particular this path is inside $T_1$. It follows that the path $x_1x_2\cdots x_{n(k-1)}$ is inside $T_1$, and the path $x_{n(k-1)}\cdots x_{n(k)}$ is inside $T_2$. (Of course, the latter could be empty.)
This shows that each path $p$ in $T_1\cup T_2$ can be decomposed as $p=p_1p_2$, where $p_i$ is a path in some $T_j$.
Now take two paths $p$ and $q$ with same start and end-points we have a few cases:
$p\subseteq T_1$
1.1. $q$ is completely inside $T_1$.
Then since $T_1$ is a tree, $p=q$;
1.2. $q=q_1q_2$, with $q_1\subseteq T_2$ nonempty.
Then the range and source of $q_1$ belong to $T_1\cap T_2$< so there is a path in $T_1\cap T_2$ connecting them. Since $T_2$ is a tree, this path is $q_1$, so $q_1\subseteq T_1$. We fall again in case 1.1.
1.3. $q=q_1q_2$ with $q_2\subseteq T_2$ nonempty.
This is similar to 1.2.
$p\subseteq T_2$
This is similar to 1.
$q\subseteq T_i$ for some $i$.
This is similar to case 1. or 2.
$p=p_1p_2$ with $p_i\subseteq T_i$ nonempty.
4.1. $q=q_1q_2$ with $q_i\subseteq T_i$ nonempty.
In this case, the endpoints of $p_1$ and $q_1$ belong to $T_1\cap T_2$, so there is a path in $T_1\cap T_2$ connecting them. Since $T_1$ is a tree, this path is necessarily $p_1^{-1}q_1$, so it also belongs to $T_2$ and in particular both $p_1,q_1\subseteq T_2$. We fall in case 2. 4.2. $q=q_2q_1$ with $q_i\in T_i$ nonempty.
Then the start and end points of $p_1$ belong to $T_1\cap T_2$ and the usual argument implies $p_1\subseteq T_2$. We fall in case 2.
$p=p_2p_1$ with $p_i\subseteq T_i$ nonempty.
This is similar to 4.