(no title)
aeneasmackenzie | 1 year ago
People just instinctively know that you need to know which side of the disjunction you're on, and they haven't been trained in classical logic to forget it.
aeneasmackenzie | 1 year ago
People just instinctively know that you need to know which side of the disjunction you're on, and they haven't been trained in classical logic to forget it.
unknown|1 year ago
[deleted]
gowld|1 year ago
mathgradthrow|1 year ago
We may enumerate the turing machines and call ours the M-th one. Given a boolean expression P, increment a counter N and run the first N turing machines on P for N steps, check each of the outputs of these against the certificate checker.
If M runs in time O(|P|^n) and the certificate checker is O(|C|^m) and then our hybrid machine runs in something like O((M+|P|^n)^2m).
All we're missing is a proof.