Definition
Inapproximability Transfer under Linear Reductions
Let be maximisation problems with non-negative objective values, and suppose there is a L-reduction from to with fixed constants .
For , set and assume . If has no polynomial-time -approximation algorithm, then has no polynomial-time -approximation algorithm:
Here an -approximation for maximisation returns a feasible solution of value at least on every instance. Any complexity assumption underlying the source impossibility remains in force for the target impossibility.
This is the standard approximation-transfer consequence of L-reductions; the title is descriptive rather than a unique named theorem.
Start with the Missing Value
Fix a source instance . The reduction constructs and converts a target solution back to . Write and let be the value of .
For maximisation, counts the value still missing from the optimum. The two L-reduction bounds are $$
O_2\leq\alpha O_1,
\qquad O_1-v_1\leq\beta(O_2-v_2).
\rho>1-\frac{1-r}{\alpha\beta}.
Do not silently replace one premise by the other. Setting $\epsilon=1$ gives $\rho=1$: a target optimum converts to a source optimum. Consequently an L-reduction also transfers hardness of exact optimisation. This does not mean that every ordinary Karp reduction is an L-reduction. The statements here concern deterministic polynomial-time algorithms. A randomised hardness conclusion requires an appropriate randomised source-hardness assumption. ## Example > [!example] The Max2SAT threshold > > The [[Knowledge/MaxE3SAT to Max2SAT (Linear Reduction)|MaxE3SAT to Max2SAT reduction]] has $\alpha\beta=55/7$. MaxE3SAT excludes ratios strictly above $r=7/8$ unless $P=NP$. Hence Max2SAT excludes ratios strictly above > $$ > 1-\frac{1-7/8}{55/7}=1-\frac7{440}=\frac{433}{440}. > $$ > The boundary itself is not ruled out by this premise.