Collatz conjecture for the map T
Determine whether every positive integer n, under iteration of the Collatz map T defined by T(n) = (3n+1)/2 if n is odd and T(n) = n/2 if n is even, eventually reaches the 2-cycle (1,2).
References
According to the Collatz conjecture, whatever the positive integer $n$ taken as first term, iterating the function
\begin{equation}\label{eq:T} T(n) = \left{\begin{array}{ll} \frac{3n+1}{2} & \mbox{if $n$ is odd,} \ \frac{n}{2} & \mbox{if $n$ is even,} \end{array}\right. \end{equation}
gives rise to a sequence $n, T(n), T{2}(n), \ldots$ which invariably reaches the trivial cycle $(1,2)$.
eq:T:
$T(n) = \left\{\begin{array}{ll} \frac{3n+1}{2} & \mbox{if $n$ is odd,} \\ \frac{n}{2} & \mbox{if $n$ is even,} \end{array}\right. $