Lukas' Notes

Correct Many-One Reduction

May 01, 20261 min read

computation

Definition

Correct Many-One Reduction

A many-one reduction R:IA​→IB​ between problems A and B is correct if it preserves the answer to the problem instance.

That means:

x∈IA+​⟺R(x)∈IB+​

In other words, x and R(x) are equivalent as problem instances.


Graph View

Backlinks

  • 192.017 Theoretical Computer Science
  • Many-One Reduction

Created with Quartz v4.4.0 © 2026

  • GitHub