It’s interesting to learn why you first used
But it’s interesting because even though that kind of reasoning wasn’t really in Andrew Critch’s write-up, it’s what popped out when I applied possible world semantics. And that’s just because I had been applying possible world semantics to everything, by writing out tableaux. The message got through.
Yes, “discursive time” sounds like what I see in the Kripke frames, though I have to qualify that by saying that Kripke frames don’t have to be linear.
You can create a branch with
It’s definitely appealing to have finite discursive time.
I guess you have the “everything is true from the beginning of time” rule to deal with infinite discourse.
Like, if we have
In modal logic, ruling out infinite chains corresponds to using GL instead of K4. See the zoo of modal logics and their corresponding requirements on Kripke frames.
I would rather not prove things by saying “this would lead to infinite discourse, so it doesn’t happen”.
Lately I’ve been thinking of the
Of course I like resolving matches with finite discourse, because then I can just imagine the discourse step by step.
It sounds like that was your original intention, and it was certainly the significance to me: once I used the
Does anyone have software they like for doing provability logic? Two use cases:
Deciding theorems of GL. I recently made a post which had two derivations in GL. GL is decidable, so I should be able to write them as material implications and run some program to check if they’re theorems. I have no idea what program people would actually use for this though.
Computing fixed points. For that post, I would want to input the “equation” , and get as output the “solution” for , which is . That’s all you need for a much shorter proof than the one I did. Does the MIRI provability repo do this somehow? Or is there some standard tool?