[guided]We now solve the numerical problem produced by the Schur complement. The number
\begin{align*}
\rho(T,v) = (C_T^{-1})_{vv}
\end{align*}
measures how strongly the rooted simply-laced component $T$ interacts with a new edge attached at the root. We must compute which rooted simply-laced finite Dynkin trees can have $\rho(T,v)<1$, because the inequality
\begin{align*}
2\rho(P,i)\rho(Q,j)<1
\end{align*}
can only hold if both sides are sufficiently small.
By the [classification of simply-laced finite Dynkin diagrams](/page/Dynkin%20Diagram), the connected simply-laced finite Dynkin trees are exactly $A_r$, $D_r$, $E_6$, $E_7$, and $E_8$. First consider $A_r$, whose Cartan matrix is the tridiagonal matrix with diagonal entries $2$ and adjacent off-diagonal entries $-1$. If the root is the $k$th vertex of the path, solving
\begin{align*}
C_{A_r}x=e_k
\end{align*}
gives
\begin{align*}
x_a=
\begin{cases}
\dfrac{a(r+1-k)}{r+1}, & 1\leq a\leq k,\\
\dfrac{k(r+1-a)}{r+1}, & k\leq a\leq r.
\end{cases}
\end{align*}
Therefore
\begin{align*}
\rho(A_r,k)=x_k=\frac{k(r+1-k)}{r+1}.
\end{align*}
This value is less than $1$ exactly at the two endpoints $k=1$ and $k=r$, where
\begin{align*}
\rho(A_r,\text{endpoint})=\frac{r}{r+1}.
\end{align*}
At every interior vertex of a path, the same formula gives $\rho(A_r,k)\geq 1$.
Now consider the branched simply-laced types. For $D_r$, use the standard numbering in which vertices $1,\dots,r-2$ form the long chain and vertices $r-1,r$ are attached to $r-2$. Solving the finite linear systems $C_{D_r}x=e_v$ gives
\begin{align*}
\rho(D_r,k)=k \quad (1\leq k\leq r-2), \qquad
\rho(D_r,r-1)=\rho(D_r,r)=\frac{r}{4}.
\end{align*}
Since $r\geq 4$, all these diagonal inverse entries are at least $1$. For the exceptional diagrams, there are only three Cartan matrices to check; direct inversion gives
\begin{align*}
\min_v \rho(E_6,v)=\frac{4}{3}, \qquad
\min_v \rho(E_7,v)=\frac{3}{2}, \qquad
\min_v \rho(E_8,v)=2.
\end{align*}
Thus the complete rooted simply-laced calculation is: the only rooted simply-laced finite Dynkin trees with $\rho(T,v)<1$ are paths rooted at endpoints.
Return to the two components $P$ and $Q$. The smallest possible value of $\rho$ is attained by the one-vertex endpoint-rooted path:
\begin{align*}
\rho(A_1,\text{endpoint})=\frac{1}{2}.
\end{align*}
If either side were not an endpoint-rooted path, the classification calculation above would give $\rho\geq 1$ on that side, while the other side has $\rho\geq 1/2$. Hence
\begin{align*}
2\rho(P,i)\rho(Q,j) \geq 2\cdot 1\cdot \frac{1}{2}=1,
\end{align*}
contradicting the strict Schur complement inequality. Therefore both rooted components are paths rooted at endpoints.
Let the two endpoint-rooted path lengths be $r$ and $s$. Then
\begin{align*}
\rho(P,i) = \frac{r}{r+1}, \qquad \rho(Q,j) = \frac{s}{s+1}.
\end{align*}
The condition for the full diagram to remain finite is
\begin{align*}
2\frac{r}{r+1}\frac{s}{s+1} < 1.
\end{align*}
Multiplying by the positive denominator $(r+1)(s+1)$ gives
\begin{align*}
2rs < rs+r+s+1.
\end{align*}
Equivalently,
\begin{align*}
rs-r-s < 1,
\end{align*}
or
\begin{align*}
(r-1)(s-1) < 2.
\end{align*}
For positive integers $r$ and $s$, this means that, up to swapping $r$ and $s$, either $r=1$ and $s$ is arbitrary, or $r=s=2$.[/guided]