-2

Let $R$ be a field and consider $$A=\{n\in \mathbb N^*\mid \underbrace{1+...+1}_{n\ times}=0\}.$$ Assuming that it's not empty, prove that its smallest element is prime.

I have no idea how to do it. It looks here that we are in $\mathbb Z/n\mathbb Z$ and since $R$ is a field and that $A$ might be a subfield, then $n$ will be prime, but this don't answer the question since they ask for the smallest element.

If my question is unclear, let me know.

1 Answers1

2

Assume its smallest element $n$ is not prime and write $n=ab$ where $a\geq 2$, $b\geq 2$. Then: $$\underbrace{(\underbrace{1+...+1}_{a\ times})+(\underbrace{1+...+1}_{a\ times})+\cdots+(\underbrace{1+...+1}_{a\ times})}_{b\ times}=0$$ Rewrite this as $$b\cdot(\underbrace{1+...+1}_{a\ times})=0.$$ Can you spot a contradiction?