Consult: NP=P and P (3-SAT) - Is It Well Known?

  • A
  • Thread starter Rilegatore
  • Start date
  • Tags
    p vs np
In summary, the problem is that for a given term of a 3-SAT expression, it is easy to find a solution - you can even do so by trial and error. However, the problem becomes much more difficult when different terms in the expression depend on one another.
  • #1
Rilegatore
5
0
I need a consult.

There is representing of 3-SAT formula as a conjunction of pair logical formulas. Each of this formulas has polynomial algorithm for searching response about its satisfiability and (if the formula sat - we can find in polynomial time any decision of all possible). It is not means P=NP because the problem is to find the same decisions for both formulas. It means just we can represent 3-SAT formula as conjunction of pair formulas
and for this two formulas we can find decisions in polynomial time.

The question is the next: such representing is well known or it's something new?
 
Physics news on Phys.org
  • #2
I'm not quite sure whether I understood you correctly.
The problem with NP=P and a 3-SAT formula is not, that it couldn't be verified in polynomial time or that some expressions are in P.
The crucial points are
a) that any Boolean expression could be solved and
b) to find a solution at all in polynomial time that could (of course easily) be verified in P.
 
  • #3
Rilegatore said:
The question is the next: such representing is well known or it's something new?

3-SAT problem is about determining the satisfiability of a formula in conjunctive normal form, where each clause is limited to at most three literals. This is an NP complete problem. This is stated in Cook - Levin theorem.
 
  • #4
Thanks for answers.

I don't talk about "3-SAT=P". But when I talk "3-SAT = P and P" I mean I can represent any general 3-SAT formula as conjunction (with "and" operation) of two (and only two) polynomial formulas. That means for each of this formulas I can find value of variables when the formula is sat or I can say about formula it's unsat.

Can you imagine - non determine polynomial (NP) is conjuction just two polynomial function (P and P)? It's very interesting property of the nature of NP-class.

I asked many professional maths - nobody can't tell me about such translation of the 3-SAT formula. That's why I asked about it here.
 
Last edited:
  • #5
Rilegatore said:
I mean I can represent any general 3-SAT formula as conjunction (with "and" operation) of two (and only two) polynomial formulas.
This does not help. For a given term of a 3-SAT expression, it is easy to find a solution - you can even do so by trial and error. The problem is the dependence of the different terms - a solution to one term is in general not a solution to another term. And there the exponential factor comes in for all known algorithms to solve the problem.
 
  • Like
Likes QuantumQuest
  • #6
mfb said:
This does not help. For a given term of a 3-SAT expression, it is easy to find a solution - you can even do so by trial and error. The problem is the dependence of the different terms - a solution to one term is in general not a solution to another term. And there the exponential factor comes in for all known algorithms to solve the problem.
This doesn't for what?
Such representation - it's new view on class NP. It doesn't means P=NP or something else great result.
 
  • #8
Do you mean paper? It exists just in Russian.
 
  • #9
No, I don't see what is new about what you describe. It looks trivial.
 
  • #10
You want to say there is an algorithm of translation 3-SAT (CNF) to the conjuction of two logic formulas for which we can find values of variables when it's sat or to find it's unsat for any values of variables. And it's possible to make it for both formulas in polynomial time?

I'm trying to find a paper about it. I'll be glad if you can help me.
 

1. What is NP=P?

NP=P is a mathematical problem in computational complexity theory which asks whether the complexity class NP is equal to the complexity class P. In simpler terms, it asks whether problems that are quickly verifiable can also be quickly solved.

2. What is P (3-SAT)?

P (3-SAT) is a specific problem within the complexity class P that involves determining whether a given logical expression in conjunctive normal form (CNF) can be satisfied by assigning truth values to its variables. In this problem, the logical expression must be in 3-CNF, meaning that each clause contains exactly three literals.

3. Why is the question of NP=P and P (3-SAT) being well-known important?

The question of NP=P and P (3-SAT) being well-known is important because it has implications for the field of computational complexity theory and the study of efficient algorithms. If it is proven that NP=P, it would mean that all problems in NP can be solved in polynomial time, which would have significant real-world applications in fields such as cryptography, optimization, and artificial intelligence.

4. Has the question of NP=P and P (3-SAT) been solved?

No, the question of NP=P and P (3-SAT) remains an open problem in mathematics and computer science. While some progress has been made towards proving or disproving the equality of NP and P, it is still considered one of the most important unanswered questions in theoretical computer science.

5. How does this question relate to the P versus NP problem?

The question of NP=P and P (3-SAT) is essentially a sub-problem of the larger P versus NP problem, which asks whether all problems in NP are also in P. The question of NP=P and P (3-SAT) is specifically focused on whether NP-complete problems, such as 3-SAT, can be solved in polynomial time. Therefore, solving this question would provide valuable insights into the larger P versus NP problem.

Similar threads

  • Programming and Computer Science
Replies
6
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
1K
Replies
52
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Quantum Physics
Replies
4
Views
741
  • Set Theory, Logic, Probability, Statistics
Replies
5
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
6K
  • General Math
Replies
1
Views
1K
  • Programming and Computer Science
Replies
5
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
11
Views
1K
Back
Top