7

Last year I had watched this talk online about problems in $P$ for which an algorithm which runs in some subclass of $P$, say in subquadratic time, would imply $P = NP$, or violate the ETH (exponential time hypothesis). I cannot find this talk and am interested in said problems, for I want to look into quantum algorithms for this group of problems during the semester I'm beginning right now.

Samuel Schlesinger
  • 1,572
  • 8
  • 20
  • 1
    If there exists an $O(n^{2-\epsilon})$ algorithm for determining if two DFA's have a non-empty intersection, then SETH is false (and more). Link: https://cstheory.stackexchange.com/questions/29142/deciding-emptiness-of-intersection-of-regular-languages-in-subquadratic-time/29166#29166 – Michael Wehar Sep 19 '17 at 01:48
  • 1
    Lower bounds for problems in $P$ assuming $P \neq NP$ would be pretty surprising. – Huck Bennett Sep 20 '17 at 01:55