I made a proof using isometry, but I'm not sure. Here is the proof:
Let A be a 2×2 matrix whose first row is equal to (cos(1), -sin(1)) and second row is equal to (sin(1), cos(1)). And define the sequence {X(n)} by
X(1)=(cos(1), sin(1)), X(n+1)=A^nX(1).
Since A is an isometry, norm(X(n+1)-X(n))=norm(X(2)-X(1)) =/0 for all natural numbers n. Hence {X(n)} is not a Cauchy sequnce.
One of {cos(n)}, {sin(n)} diverges because {x(n)} converges iff {cos(n)} and {sin(n)} both converges. Suppose f(n) be the one that diverges. Then sqrt[1-(f(n)^2] also diverges. This sequnce is equal to the other one. Hence, {cos(n)}, {sin(n)} both diverge.
- X(n)=(a(n), b(n)) converges to (p, q) if and only if a(n) converges to p and b(n) converges to q. 2) If one of cos(n) and sin(n) diverges, the other one also diverges.
– JJG Jan 04 '22 at 15:18