# Reducing SAT to 2-SAT

**Authors:** Sergey Gubin

arXiv: 0704.0108 · 2007-05-23

## TL;DR

This paper presents a polynomial-time reduction from the SAT problem to the 2-SAT problem, demonstrating that SAT can be efficiently transformed into a simpler form.

## Contribution

It introduces a polynomial size reduction from SAT to 2-SAT, enabling easier solving of SAT instances.

## Key findings

- SAT can be reduced to 2-SAT in polynomial time
- The reduction maintains polynomial size
- Implications for solving SAT efficiently

## Abstract

Description of a polynomial time reduction of SAT to 2-SAT of polynomial size.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/0704.0108/full.md

## References

10 references — full list in the complete paper: https://tomesphere.com/paper/0704.0108/full.md

---
Source: https://tomesphere.com/paper/0704.0108