The idea of the Löbstacle is that basic trust in yourself and your successors is necessary but tricky: necessary, because naively modeling your successor's decisions cannot rule out them making a bad decision, unless they are in some sense less intelligent than you; tricky, because the strongest patches of this problem lead to inconsistency, and weaker patches can lead to indefinite procrastination (because you always trust your successors to do the thing you are now putting off). (For a less handwavy explanation, see the technical agenda document on Vingean reflection.)

It is difficult to specify the circumstances under which this kind of self-trust succeeds or fails. Here is one simple example in which it can succeed, but for rather fragile reasons.


We will consider a sequential decision problem, where an agent's payoff can depend on the actions of "later" agents in "later" universes. Even in the case where the identities of the later agents are known in advance and correspond closely to the current agent, the current agent can have difficulties in trusting the later ones.

Each universe is defined with respect to the output of the current agent, and to the output of the next universe on the next agent:

  • def :
    • if : return 0
    • else if : return -10
    • else return

Note that if 's successors continue for a while but then explode, then should quit rather than continue; but if none of 's successors explode, then should continue. So ideally, a sensible sequence of agents should continue indefinitely in this problem.

We will consider a sequence of agents inspired by the descending search order version of modal UDT:

  • def :
    • for (a, u) in , sorted in decreasing order of :
      • if : return
    • if still here: return some default action

Here, is a finite set of possible utilities, and we may choose it differently depending on .

In the language of the Vingean reflection paper, we have replaced the suggester-verifier architecture with a known order of proof searches (which may or may not succeed). We are also using a sequence of agents that use the same formal system, rather than a descending chain of formal systems in which each can prove the next one consistent. So in order to achieve self-trust, these agents will need to find some Löbian shortcuts.

Let's start with a failure of self-trust:

Claim 1: If ever considers any utility , and first considers for some , then will quit, even though will not explode.

This is straightforward: since the inconsistency of Peano Arithmetic would imply that succeeds at its first proof check, and since PA cannot prove its own consistency, PA cannot prove that , and so it cannot prove that . So if considers any , it will find a proof that quitting satisfices before it can find any other proof.

Now, for a special case of successful self-trust:

Claim 2: If is such that PA proves that for all , first considers for some , then will indeed continue for all .

This follows from a Löbian argument: if we assume that PA proves , then it follows that PA proves that for all , for any , and since this is always the first counterfactual considers, the success of this proof search implies that for all , indeed continues. Since a proof of that assertion implies the assertion, by Löb's theorem the assertion is provable.

This example can be weakened somewhat: it's OK for to first consider and secondly if , since then the analogous proof goes through. (If PA were inconsistent, would get the payoff at the next step rather than continuing the chain.) But if any action must be considered before a correct counterfactual about , then self-trust will fail. So it doesn't seem that such Löbian cycles are a robust foundation for Vingean reflection.

(Thanks to Benja for working this out with me.)

Löb's Theorem
Personal Blog

2

New Comment