LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 06-08-2006, 08:00 PM   #31
tomolesonjr
Member
 
Registered: Mar 2006
Location: Iowa
Distribution: Suse 10.0
Posts: 70

Original Poster
Rep: Reputation: 15

too late, it's been under review today. 5:30 california time, still under review. good, bad, normal?
 
Old 06-10-2006, 01:47 PM   #32
tomolesonjr
Member
 
Registered: Mar 2006
Location: Iowa
Distribution: Suse 10.0
Posts: 70

Original Poster
Rep: Reputation: 15
still under review as of noon saturday, the weekend of course. I would love to post it, but I did sign the copyright over to acm. the fourth theorem can be ditched if needed. although, like I mentioned earilier it is an easy fix.
 
Old 06-10-2006, 04:02 PM   #33
tomolesonjr
Member
 
Registered: Mar 2006
Location: Iowa
Distribution: Suse 10.0
Posts: 70

Original Poster
Rep: Reputation: 15
I've looked at it too many times. Hence, why I decided to write it up for ACM. I think the next step is either it gets turned down, or it gets passed on to an associate editor. The Journal of the ACM looks for three things:
1. best paper
2. broad audience
3. effective presentation

I think that is the first round, those three things.
 
Old 06-11-2006, 05:55 AM   #34
tomolesonjr
Member
 
Registered: Mar 2006
Location: Iowa
Distribution: Suse 10.0
Posts: 70

Original Poster
Rep: Reputation: 15
I will say this. I know the odds are against me that I solved np?p. But I've been working with L(M) for six years and this proof has the best opportunity at being a solution. I've went over it this proof over and over, I'm either missing my own error, or it's good!
 
Old 06-11-2006, 04:39 PM   #35
tomolesonjr
Member
 
Registered: Mar 2006
Location: Iowa
Distribution: Suse 10.0
Posts: 70

Original Poster
Rep: Reputation: 15
If it is right. I found something in NP that is intractable. that's how you prove np<>p though.
 
Old 06-12-2006, 06:16 PM   #36
tomolesonjr
Member
 
Registered: Mar 2006
Location: Iowa
Distribution: Suse 10.0
Posts: 70

Original Poster
Rep: Reputation: 15
The article is still under review. which I guess is better than being rejected, so it's wait and see
 
Old 06-14-2006, 01:12 PM   #37
tomolesonjr
Member
 
Registered: Mar 2006
Location: Iowa
Distribution: Suse 10.0
Posts: 70

Original Poster
Rep: Reputation: 15
article is still under review.

if jacm rejects it. I'm going to see if it is fixible and then submit it to Journal of Algorithms, with Dr. David Johnson as an editor. for those of you familiar with Computers and Intractability: A Guide to the Theory of NP-Completeness.
 
Old 06-15-2006, 03:34 AM   #38
tomolesonjr
Member
 
Registered: Mar 2006
Location: Iowa
Distribution: Suse 10.0
Posts: 70

Original Poster
Rep: Reputation: 15
I unsubmitted the article to the Journal of the ACM. I made the corrections and added a little more explanation and submitted it to Transactions on Algorithms(ACM).
 
Old 06-15-2006, 05:45 PM   #39
tomolesonjr
Member
 
Registered: Mar 2006
Location: Iowa
Distribution: Suse 10.0
Posts: 70

Original Poster
Rep: Reputation: 15
ok, dsj just destroyed by paper.
2^n = set of intractable problems.

if you can prove this then NP<>P

there exists M, (M in NP => L(M) in 2^n) and M in NP. Because for M in NP, L(M) is in np. to prove this we have to use the conjugate for every M, .... and prove that is false, then the first part is true.
 
Old 06-15-2006, 06:00 PM   #40
tomolesonjr
Member
 
Registered: Mar 2006
Location: Iowa
Distribution: Suse 10.0
Posts: 70

Original Poster
Rep: Reputation: 15
the statement is (A=>B) and A, which is (B or not A) and A

the conjugate is not A or (not B and A)

for every m... M in 2^n or (L(M) in NP and M in 2^n) Take M=SAT? L(SAT)is in P. SAT in NP not 2^n... the complement of NP. therefore this statement is false.

there exists M, (M in NP => L(M) in 2^n) and M in NP. but L(M) for m in np is in np. np<>P.

logic error?
 
Old 06-15-2006, 07:08 PM   #41
tomolesonjr
Member
 
Registered: Mar 2006
Location: Iowa
Distribution: Suse 10.0
Posts: 70

Original Poster
Rep: Reputation: 15
np<>P because 2^n and np were assumed to not intersect. the above says for a M in NP then L(M) in NP and 2^n(the set of intractable algorithms)
 
Old 06-16-2006, 07:05 AM   #42
tomolesonjr
Member
 
Registered: Mar 2006
Location: Iowa
Distribution: Suse 10.0
Posts: 70

Original Poster
Rep: Reputation: 15
ERROR.

well, now I'm working the other way, towards np=p. I think you can show that L(NP) in np and L(2^n) in 2^n. that is the "length spaces" are closed. it can be shown that L(m U n)=L(m) U L(n). complement doesn't work that way.
 
Old 06-16-2006, 08:52 AM   #43
tomolesonjr
Member
 
Registered: Mar 2006
Location: Iowa
Distribution: Suse 10.0
Posts: 70

Original Poster
Rep: Reputation: 15
L(NP) is closed I believe, and so is L(2^n). that is x in NP <=> L(x) in np.

L(x) closed => np=p and l(x) closed

np=p or L(X) not closed and L(x) closed. true if np=p. then l(x) is closed. t=>f. if np<>p. this is false. l(x) is closed because that statement is true. L(x) is closed whether np=p or not.
 
Old 06-16-2006, 09:28 AM   #44
tomolesonjr
Member
 
Registered: Mar 2006
Location: Iowa
Distribution: Suse 10.0
Posts: 70

Original Poster
Rep: Reputation: 15
Let's take:

There exists x,y such that ((x in np and y in np)=>L(x,y) in 2^n) and (x in np and y in np) where L(x,y) is concatenation, the L.

(L(x,y) in 2^n or (x in 2^n or y in 2^n)) and (x in np and y in np)
the conjugate:
for every x,y, (L(x,y) in np and (x in np and y in np)) or (x in 2^n or y in 2^n))

this statement is true so that

and There exists x,y such that ((x in np and y in np)=>L(x,y) in np) and (x in np and y in np) is false.

it seems that L(x) in np <=> x in np.
 
Old 06-16-2006, 01:04 PM   #45
tomolesonjr
Member
 
Registered: Mar 2006
Location: Iowa
Distribution: Suse 10.0
Posts: 70

Original Poster
Rep: Reputation: 15
ok, is there an intractable function?

I just need one. Take that one called M. let sigma="a", a not in sigma of M. M*=M U sigma+. then M* in 2^n(intractable) but L(M*) accepts something of every length and is in P.

there exists M in 2^n=>L(M) in NP.
the contrapositive is then true:
there exists L(M) in 2^n => m in np. but m in np=> L(M) in np. np<>p
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
seeing if this is true or not. LunarEagle Linux - Newbie 5 02-18-2005 12:33 PM
What is true OOP? tumana Programming 4 09-13-2004 06:51 AM
is this true? chrismiceli General 6 10-12-2003 07:00 AM
this is funny, if true frieza General 9 09-29-2003 06:15 PM
Its too good to be true!!!!! arun79 General 3 05-25-2003 07:25 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 04:52 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration