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

Поділитися
Вставка
  • Опубліковано 6 чер 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.