I'm a beginner. If I made a mistake explain everything as clearly as possible without skipping a step. (My professor insists to not skip a step.)
Question: If $A_n=\{(n+1)k:k\in\mathbb{N}\}$ determine the sets $\bigcup\{A_n:n\in\mathbb{N}\}$ and $\bigcap\{A_{n}:n\in\mathbb{N}\}$
Hypothesis: $\bigcup\{A_n:n\in\mathbb{N}\}=\mathbb{N}-\{1\}$ and $\bigcap\{A_{n}:n\in\mathbb{N}\}=\emptyset$.
Proof: Assume $x\in\bigcup\{A_n:n\in\mathbb{N}\}$. Since $A_n\subseteq \mathbb{N}-\{1\}$, for all $n\in\mathbb{N}$, $\left(\right.$since if $x=(n+1)k$, for $n,k\in\mathbb{N}$, then $x\in\mathbb{N}-\{1\}$ $\!\!\left.\right)$, we have $A_n\subseteq\mathbb{N}-\{1\}$ for some $n\in\mathbb{N}$. Thus $\bigcup\{A_n:n\in\mathbb{N}\}\subseteq\mathbb{N}-\{1\}$. Moreover, if $x\in\mathbb{N}-\{1\}$, then $x$ can be the product of one or more natural numbers greater than one. Hence, there exists some natural numbers in $\mathbb{N}$ whose product is $x\in\mathbb{N}$. Therefore, if $x=(n+1)k$, for some $n,k\in\mathbb{N}$, then $x\in\bigcup\{A_n:n\in\mathbb{N}\}$. Thus, $\mathbb{N}-\{1\}\subseteq\bigcup\{A_n:n\in\mathbb{N}\}$.
Since $\bigcup\{A_n:n\in\mathbb{N}\}\subseteq\mathbb{N}-\{1\}$ and $\mathbb{N}-\{1\}\subseteq\bigcup\{A_n:n\in\mathbb{N}\}$, we have $\mathbb{N}-\{1\}=\bigcup\{A_n:n\in\mathbb{N}\}$.
Suppose $\bigcap\{A_n:n\in\mathbb{N}\}\neq\emptyset$. If $x\in\bigcap\{A_n:n\in\mathbb{N}\}$, then all $A_n$ intersect eachother based on the lowest common multiple of $\{(n+1):n\in\mathbb{N}\}$. This is determined by natural numbers with the most prime factors. Since there are infinite prime factors, their product is $\infty$ which should be the intersection but $\infty$ is not a number. Hence it is not an element of $\mathbb{N}$. Therefore, $\bigcap\{A_n:n\in\mathbb{N}\}$ is empty. This is a contradiction to the first statement that $\bigcap\{A_n:n\in\mathbb{N}\}$ is not empty, thus $\bigcap\{A_n:n\in\mathbb{N}\}=\emptyset$.
Question: Is my proof correct? What is a shorter proof that a begginer like me can write?