First, explanation of some notations. $^wv$ is called tetration, which is a higher order of exponentiation. Useful link -> https://en.wikipedia.org/wiki/Tetration. $v\,|\,w$ means "$v$ divides $w$", which can be also written as $w\,(\text{mod}\,\,\, v)=0$.
Now we have:
$$a=\,^xx$$
I want to prove that for every even $x$ that is greater than $2$, but not divisible by $10$, the last digit of $a$ is $6$.
I checked $4,6,8,12,14,16,18$, and so far I couldn't see any contradictions. But how can I prove that this statement is true (or false)?
I don't even know how to start or how to approach this problem.