I know that the product of two negligible functions will always be negligible, but I'm wondering if it's possible for the product of two non-negligible functions to be a negligible function?
Asked
Active
Viewed 381 times
1 Answers
3
I'm wondering if it's possible for the product of two non-negligible functions to be a negligible function?
Yes, actually; here is an example:
Consider the two functions:
$$P(x) = 1 \text{ if x is an even integer}, 0 \text{ otherwise}$$ $$Q(x) = 1 \text{ if x is an odd integer}, 0 \text{ otherwise}$$
Both $P$ and $Q$ are nonnegligible functions.
However $P(x)Q(x) = 0$, which is (trivially) a negligible function.

poncho
- 147,019
- 11
- 229
- 360
-
Yes, that is the answer, that I missed. Thanks for correcting. – kelalaka Apr 27 '21 at 12:46