Comments by "Jeff Huffman" (@tejing2001) on "Is 1 a Prime Number?" video.
-
7
-
@japanada11 Yeah, I forgot to add that unique factorization only applies to multiplicatively cancellable numbers, which discounts zero. Thanks for pointing that out.
I would take the view that -3 is a prime number, but it's "the same" prime as 3. Viewed that way, 6 = 2*3, 6 = (-2)*(-3), -6 = (-2)*3, and -6 = 2*(-3) are all "the same" factorization of "the same" number. (This is slightly different from what I said before, I know.) Explained by example like that, I don't think it's too hard to follow, though the precise abstract statement is indeed too complex to use as an introduction to the subject. I just think it's a shame that when we teach it, we don't even address the issue of negative numbers at all.
1