Beyond Computation: The P versus NP question (panel discussion)

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 มิ.ย. 2024
  • Richard Karp, moderator, UC Berkeley
    Ron Fagin, IBM Almaden
    Russell Impagliazzo, UC San Diego
    Sandy Irani, UC Irvine
    Christos Papadimitriou, UC Berkeley
    Omer Reingold, Microsoft Research
    Michael Sipser, Massachusetts Institute of Technology
    Ryan Williams, Stanford University
    simons.berkeley.edu/events/mic...

ความคิดเห็น • 10

  • @Dhowlan
    @Dhowlan 2 ปีที่แล้ว +4

    Verifying a solution is completely unconnected to discovering a solution.

    • @TheMusicDoctor1
      @TheMusicDoctor1 10 หลายเดือนก่อน +1

      Prove it then

    • @spidermonkey7280
      @spidermonkey7280 8 หลายเดือนก่อน +1

      @@TheMusicDoctor1exactly. People love to just say these things but nobody has proven it. If you’re so sure that P does not equal NP, then prove how it’s impossible. Can’t? Ok moving on then.
      The hubris of some people I stg…

  • @Freshiefunnies
    @Freshiefunnies 2 ปีที่แล้ว

    What if someone figured out how to reuse time?

  • @Osama30061989
    @Osama30061989 6 ปีที่แล้ว +2

    As Michael Sipser has said at 36:34, the only way to prove that P=nP is to find a new way to factorise large numbers in polynomial time. Otherwise, forget it.

    • @georgesotiriou7051
      @georgesotiriou7051 6 ปีที่แล้ว +2

      Well that's obvious.

    • @bhagvanparge
      @bhagvanparge 5 ปีที่แล้ว +5

      Or you can solve one of the simple NP Complete problems. Like subset sum problems, Knapsack problem etc

    • @grumpytroll6918
      @grumpytroll6918 5 ปีที่แล้ว +14

      Factoring is not actually known to be np-complete.

    • @Y_M_Alhamdan
      @Y_M_Alhamdan 3 ปีที่แล้ว +14

      It is a well-known fact that even if you show a polynomial algorithm for factoring, then this will only show that factoring belong to class P. If you want to show that P=NP, then you need to take any NP-complete problems and show that there is a polynomial algorithm for only one of them. Then this would follow that NP=P.