SU-CS254 JAN082025
Last edited: August 8, 2025Notation
New Concepts
Important Results / Claims
- Turing Machine as a universal algorithm
- properties of turing machines
- Church-Turing thesis as local steps
- time hierarchy theorem
Why stuff is great
Questions
Scratch
Let \(L \in P\), and \(M\) be the polytime TM that decides \(L\). Define \(M’\) to be \(M\) with \(q_{\text{accept}}\) and \(q_{\text{reject}}\) swapped. Fact: \(M’\) decides \(\neg L\).
SU-CS254 JAN132025
Last edited: August 8, 2025Key Sequence
New Concepts
Important Results / Claims
- space complexity is tricky…
- “gold standard” for space complexity is \(O\qty(\log\qty(n))\)
- \(\text{TIME}\qty(t\qty(n)) \subseteq \text{SPACE}\qty(t\qty(n))\)
- \(\text{SPACE} \qty(s \qty(n)) \subseteq \text{TIME}\qty(2^{O\qty(s\qty(n))})\)
- space hierarchy theorem
- Space Time Hierachy
Questions
Interesting Factoids
SU-CS254 JAN152025
Last edited: August 8, 2025Key Sequence
Notation
New Concepts
Important Results / Claims
Questions
Interesting Factoids
SU-CS254 JAN222025
Last edited: August 8, 2025Key Sequence
Notation
New Concepts
Important Results / Claims
Questions
Interesting Factoids
SU-CS254 JAN272025
Last edited: August 8, 2025Key Sequence
Notation
New Concepts
Important Results / Claims
- SAT is in NP
- if \(\text{P}= \text{NP}\), then \(\text{NP} = \text{coNP}\) (ARROW GOES ONE WAY)
- notice also the contrapositive \(\text{NP} \neq \text{coNP} \implies P \neq NP\).
- UNSAT is coNP-complete
- Hall’s Theorem and Not Hall’s Theorem
Interesting Factoids
- \(L\) is NP complete IFF \(\neg L\) is coNP complete.
- some open problems…
- does \(\text{NP} = \text{coNP}\)
- does NP intersect coNP equal to P? (Does having efficiently checkable proofs for both pretense and absence in a set imply we can actually proof it efficiently.)
Edmond’s Conjectures
- \(\text{NP} \neq \text{coNP}\) “probably easy and not trilling” (which is very wrong)
- \(\text{NP} \cap \text{coNP} = P\) “trilling” (which is true)
