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

Поделиться
HTML-код
  • Опубликовано: 11 июл 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 11 месяцев назад +1

      Prove it then

    • @spidermonkey7280
      @spidermonkey7280 9 месяцев назад +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 6 лет назад +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.