well-founded
Last edited: August 8, 2025in set theory, well-founded means…
- there’s no set of all sets
- instead, there’s an infinite hierarchy of stratified sets
- “small” sets at stratum \(0\)
- the set of all stratum \(0\) sets is a stratum \(1\) set
- the set of all stratum \(1\) sets is a stratum \(2\) set
- …
well-posedness
Last edited: August 8, 2025when eigenvalues of the problem setup is well-posed, eigenvalues should have a negative real part (because they are convergent); otherwise, if the eigenvalues have a positive real part, they are divergent and hence ill-posed
What Happens if P=NP?
Last edited: August 8, 2025…what can we solve efficiently?
the “easy” cases
by definition all NP/NP Complete problems…
- SAT
- 3COL
- Hamiltonian path problem
- and also anything in coNP because if \(\text{P}= \text{NP}\), then \(\text{NP} = \text{coNP}\)
- UNSAT
- NOT-3COL
- …
review: certificates definition of NP, coNP
\(L \in \text{NP}\) IFF \(\exists\) polytime verifier \(V\) such that \(x \in L \Leftrightarrow \exists w \in \qty {0,1}^{\text{poly}\qty(|x|)}, V\qty(x,w) = 1\)
\(L \in \text{coNP}\) IFF \(\exists\) polytime verifier \(V\) such that \(x \in L \Leftrightarrow \forall w \in \qty {0,1}^{\text{poly}\qty(|x|)} V\qty(x,w) = 1\)
When is AI Bad?
Last edited: August 8, 2025embodied settings, etc.
Who's Talking When?
Last edited: August 8, 2025Under Construction