This post presents five closely-related ways to achieve proof-based cooperation without using Löb's theorem, and muses on legible cooperation in the real world.

(Edit: maybe they're closer to just-use-Löb's-theorem than I originally thought! See this comment. If these constructions somehow work better, I'm more confused than before about why.)

I'm writing this as a follow-up to Andrew Critch's recent post, to share more of my perspective on the subject.

We're going to dive straight into the weeds. (I'm planning to also write a more accessible explainer post soon.)

The ideas

Idea #1: try to prove

I claim the following are sufficient for robust cooperation:

tries to prove that , and tries to prove . The reason this works is that can prove that , i.e. only cooperates in ways legible to . (Proof sketch: .)

The flaw in this approach is that we needed to know that won't cooperate for illegible reasons. Otherwise we can't verify that will cooperate whenever does.

This indicates to me that "" isn't the right "counterfactual". It shouldn't matter if could cooperate for illegible reasons, if is actually cooperating for a legible one.

Idea #2: try to prove

We can weaken the requirements with a simple change:

Note that this form is close to the lemma discussed in Critch's post.

In this case, the condition is trivial. And when the condition activates, it also ensures that is true, which discharges our assumption and ensures is true.

I still have the sense that the condition for cooperation should talk about itself activating, not . Because we want it to activate when that is sufficient for cooperaion. But I do have to admit that works for mostly the right reasons, comes with a simple proof, and is the cleanest two-agent construction I know.

Idea #3: factor out the loop-cutting gadget

We can factor the part that is trying to cut the loop out from , like so:

  • ; or alternatively

This gives the loop-cutting logic a name, . Now can refer to itself, and roughly says "I'll legibly activate if I can verify this will cause to be true".

Like with idea #2, we just need to reveal a mechanism by which it can be compelled to cooperate. The mechanism is designed to be self-contained and easy for to verify.

Idea #4: everyone tries to prove

What about three people trying to cooperate? We can try applying lots of idea #2:

And, this works! Proof sketch:

  1. Under the assumption of :
    • and form a size-2 group, which cooperates by inductive hypothesis
  2. , since we proved and under the assumption
  3. and follow from (2)
  4. and also follow, from (2) and (3)

The proof simplifies the group one person at a time, since each person is asking "what would happen if everyone else could tell I cooperate". This lets us prove the whole thing by induction. It's neat that it works, though it's not the easiest thing to see.

Idea #5: the group agrees to a shared mechanism or leader

What if we factor out the choosing logic in a larger group? Here's one way to do it:

This is the cleanest idea I know for handling the group case. The group members agree on some trusted leader or process . They set things up so activates legibly, verifies things in a way trusted by everyone, and only activates when it verifies this will cause cooperation.

We've now localized the choice-making in one place. Everyone can watch our process verify that , which causes to activate, and everyone cooperates.

Closing remarks on groups in the real world

Centralizing the choosing like in idea #5 make the logic simpler, but this sort of approach is prone to manipulation and other problems when the verification is not reliably done. This means I don't unambiguously prefer idea #5 to idea #4, in which everyone is doing their own legwork.

One solid takeaway from idea #5 though is that if you can actually trust other people/processes to do some of the verification, this can really simplify things. For example, if you believe that your friend Bob's verification is mostly trustworthy, then what Bob thinks can inform your read of the group.

Here's a sketch for something that might work in practice:

  • Have a leader or a few leaders who are by-and-large legible and trustworthy to the group, in whom we entrust to do the loop-cutting / choice-making when the group is onboard.
  • Additionally, have everyone try to build trust with other group members. If this works well, your colleagues can help you know if the group is trustworthy or not. (And if this works poorly, then your group may not be meeting the legibility bar!)
  • If anyone discovers there are important places in which legibility is scarce, e.g. if the leaders aren't legibly trustworthy to everyone, throw an exception and raise this to collective awareness.
  • Also, if anyone discovers that other members can't do the proper verification handshake, because perhaps some important things are illegible to them, raise the alarm.
  • If the group is failing to know that it's trustworthy, notice this. It's perhaps necessary to dissolve the group and reorganize into new structures that can trust themselves.
  • And generally don't forget about "yes requires the possibility of no".
New Comment
1 comment, sorted by Click to highlight new comments since: Today at 11:00 AM

Something I'm now realizing, having written all these down: the core mechanism really does echo Löb's theorem! Gah, maybe these are more like Löb than I thought.

(My whole hope was to generalize to things that Löb's theorem doesn't! And maybe these ideas still do, but my story for why has broken, and I'm now confused.)

As something to ponder on, let me show you how we can prove Löb's theorem following the method of ideas #3 and #5:

  • is assumed
  • We consider the loop-cutter
  • We verify that if activates then must be true:
  • Then, can satisfy by finding the same proof.
  • So activates, and is true.

In english:

  • We have who is blocked on
  • We introduce to the loop cutter , who will activate if activation provably leads to being true
  • encounters the argument "if activates then is true, and this causes to activate"
  • This satisfies 's requirement for some , so becomes true.