Consider if we have the full infinite binary tree defined co-recursively $ t_1 =\langle t_2,t_3\rangle $ and $ t_n = \langle t_{2n}, t_{2n+1} \rangle $. We can define a path $P$ through this tree as a sequence of nodes starting with $ t_1 $ such that next item in the sequence is an element contained in the previous.
Is the number of possible paths countably infinite?
There is a provably uncountably infinite number of paths in this binary tree. This can be proven by contradiction.
First assume that there exists a countably infinite nmber of paths and label them $ P_0, P_1, P_2, ... $. We will also use the convention that $P(d) = 0 $ indicates that the path $P$ turns left at depth $d$ and $P(d)=1$ indicates that it turns right.
Now consider the path $Q(d) = 1 - P_d(d)$. If all paths are represented by a $P_0, P_1, P_2...$ then there must be a $P_m$ such that $ P_m = Q$ And by the definition of Q it follows $ P_m(d) = 1 - P_m(d) $. We then can substitute in $m$ as the depth $ P_m(m) = 1 - P_m(m) $. However this leads to a contradiction if $P_m(m) = 0$ then substitution gives us $ 0 = 1 -0 $ alternatively $P_m(m) = 1 $ then $ 1 = 1 - 1 $. Therefor there must exist more paths in this structure then there are countable numbers.