Mark this article
The idea is that we can reduce Problem A to Problem B, then B is no more complicated than A.
However, if task B has a lower bound Ξ© (nlogn), then task A is guaranteed by the same lower bound.
In the article, the author chose the following relatively affordable problem: B: given two sets of n real numbers, we want to decide whether they are identical or not.
Obviously, this introduced problem has a lower bound Ξ© (nlogn). Here, as the author reduced our problem to the introduced problem (A, B denote two real sets in the following context):

source share