Why is $1$ not an irreducible integer?

405 Views Asked by At

When defining irreducible integers, we restrict our attention $Z = \{n \in \mathbb{Z} \; | \; |n| > 1\}$. Then we say that for some $p \in Z$, $p$ is irreducible if for some $a,b \in \mathbb{Z}$: $$p = ab \implies |a| = 1 \;\vee\; |b| = 1$$

Why do we exclude $1$ and $-1$ from the definition? Wouldn't they fit the condition?

2

There are 2 best solutions below

0
On BEST ANSWER

Generally it's because we want to talk about unique factorization into the product of irreducible elements. If we allowed units to be irreducible, we'd lose uniqueness (since you could include or not include any amount of 1's)

2
On

We really want unique prime factorization. And we also really want irreducible iff prime in the integers. So we had better not make 1 irreducible!

If 1 were a prime, the number of possible prime factors in a given integer is unbounded, as $1^n$ divides anything.