Without computations, find an unconditioned expression for $E[X^2|X>1]$
I have tried following the same steps of this problem: Memoryless property of the exponential distribution
By the memory-less property of the exponential. Given $X>1 \Rightarrow X^2 > 1$ and the memory-less property says that $X^2 - 1 > 0$ has this same distribution, then
$$ E[X^2|X>1] = E[X^2-1|X^2>1] $$
$$ = E[X^2|X^2>1] - E[1|X^2>1] $$
$$ = E[X^2] - 1 $$
What is wrong with my logic please?