In this question someone previously asked
They presented the problem:
Given that the number 8881 is not a prime number, prove by contradiction that it has a prime factor that is at most 89.
One of the answers was this:
If all prime factors where superior to 89, they would be at least 97. Counting them with their multiplicity, if there was only one such factor it would be 8881, which contradicts the given fact that 8881 is not prime. If there are at least two (possibly equal) factors a and b, then ab≤8881 but ab≥97∗97>8881, contradiction.
I understand it until
Counting them with their multiplicity, if there was only one such factor it would be 8881
What does it mean to count numbers with their multiplicity and in this case why would the only factor be 8881.
Moreover another answer states
You're on the right lines. If 8881 is not prime, it must have at least one prime factor not equal to itself. If it has no prime factors less than or equal to 89, then it must have only prime factors greater than or equal to 97, which is the next prime up from 89. You've already found the smallest natural number which has prime factors greater than or equal to 97 (in reference to the proposed solution to the question where they state that smallest number composed of only 97 is 97^2
However wouldn't the smallest natural number which has prime factors greater than or equal to 97 be 97?
Thank you and sorry if this seems like a stupid question.
When we say that we are counting with multiplicity, we mean that we are counting objects which might "repeat" themselves, and we want to count all of those repetitions as distinct objects. For example, the number $8$ has only one prime factor: $2$. However, if we count the number of prime factors of $8$ with multiplicity, there are $3$ such factors: $2$, $2$, and $2$ (since $8 = 2^3$).
I imagine that most students are more familiar with this term in the context of roots of polynomials (since this topic is usually taught to students relatively early in their mathematical careers). For example, the polynomial $$ (x-1)^2(x-2) $$ has two distinct roots, but three roots if we count with multiplicity. This is because the root $x=1$ has multiplicity $2$.
This notion is discussed a little further on Wikipedia: