The Church-Rosser theorem states that if $a \twoheadrightarrow b$ and $a \twoheadrightarrow c$, then there exists a Lambda expression $d$ such that $b \twoheadrightarrow d$ and $c \twoheadrightarrow d$, where $\twoheadrightarrow$ denotes a sequence of $\rm{\beta}$ reductions. Intuitively, the theorem indicates that if two Lambda expressions have the same source, then they have the same destination. I am wondering if the opposite direction of the theorem holds: if two Lambda expressions have the same destination, then they have the same source.
Formally, the hypothesis can be written as follows: if $b \twoheadrightarrow d$ and $c \twoheadrightarrow d$, there exists a Lambda expression $a$ such that $a \twoheadrightarrow b$ and $a \twoheadrightarrow c$.