← Latest papers
💻 computer science

Coalgebraic Non-Wellfounded Proofs: Recursiveness and GTC

This paper establishes a coalgebraic framework for non-wellfounded proof systems that characterizes the global trace condition (GTC) via recursive coalgebras, thereby providing a categorical formulation of soundness as the existence of unique coalgebra-to-algebra morphisms.

Original authors: Mayuko Kori

Published 2026-05-18
📖 5 min read🧠 Deep dive

Original authors: Mayuko Kori

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Picture: Proofs That Never End

Imagine you are trying to prove a mathematical statement. Usually, you build a "proof tree" that starts with your conclusion at the top and branches down into smaller steps until you hit the ground (basic facts you know are true). Because the tree is finite, you can check it from the bottom up to make sure it's correct.

But what if your proof tree is infinite? It keeps branching forever, never hitting the ground. This happens in advanced logic systems involving loops or "fixed points" (like a definition that refers to itself).

The problem is: How do you know an infinite tree isn't just a giant, endless loop of nonsense? In the past, mathematicians had to check the whole infinite tree at once to ensure it was "sound" (logically valid). This paper introduces a new, cleaner way to check these infinite trees using a branch of math called Category Theory (think of it as the study of shapes and connections).

The Core Problem: The "Global Trace Condition" (GTC)

To stop an infinite proof from being nonsense, logicians use a rule called the Global Trace Condition (GTC).

The Analogy: The Infinite Maze
Imagine an infinite maze. You are walking through it.

  • The Trap: If you just walk in circles forever without ever reaching a "winning" spot, you haven't actually solved the maze.
  • The Rule (GTC): To win, you must visit a specific "checkpoint" (like a red flag) infinitely many times as you walk through the maze. If you keep walking forever but never hit a red flag, the path is invalid.

In logic, these "checkpoints" are usually the moments where a complex definition is "unfolded" or simplified. The GTC says: "If your proof goes on forever, it must keep simplifying itself infinitely often."

The Paper's Innovation: Turning Logic into Graphs

The author, Mayuko Kori, argues that checking this rule is hard because it requires looking at the entire infinite path at once. She proposes a new way to look at these proofs using Coalgebras.

The Analogy: The Map vs. The Traveler

  • Old Way: You try to check the validity of the proof by looking at the whole infinite map at once.
  • Kori's Way: She treats the proof not as a static map, but as a traveler moving through a graph. She uses a mathematical tool called a Coalgebra to describe the traveler's movement.

She then uses a clever trick involving Adjunctions (a type of mathematical bridge between two different worlds).

The Analogy: The "Ordinal Ladder"
Imagine the infinite maze is too confusing to navigate. Kori suggests adding a ladder (an ordinal number) to every step of the maze.

  • Every time the traveler hits a "checkpoint" (the red flag), they must climb down one rung of the ladder.
  • If the traveler goes on forever, they must climb down the ladder infinitely many times.
  • The Catch: You can't climb down a ladder forever! Eventually, you hit the bottom.

If the traveler can go on forever, it means they are stuck in a loop where they aren't climbing down. But if the rule (GTC) is satisfied, the traveler must be climbing down. Since you can't climb down an infinite ladder, the only way the traveler can exist is if the path is actually "well-founded" (it eventually stops or makes sense).

By adding this ladder, Kori transforms a messy, infinite, non-well-founded problem into a clean, finite, well-founded one that is easy to check.

The Main Results in Simple Terms

  1. The "Soundness" Guarantee:
    The paper proves that if an infinite proof satisfies the GTC (the rule about hitting checkpoints), it is guaranteed to be valid. It does this by showing that the proof can be translated into a "recursive" structure (a structure that is guaranteed to have a unique solution) by using the "ladder" trick.

  2. The Two-Way Street:
    The paper shows a perfect match between two concepts:

    • GTC: The logical rule about infinite paths hitting checkpoints.
    • Recursiveness: The mathematical property of a structure having a unique solution.
    • Translation: "A proof is valid (GTC) if and only if it behaves like a well-structured, solvable puzzle (Recursive)."
  3. Real-World Examples:
    The author tests this framework on three complex logic systems:

    • Modal μ\mu-calculus: A logic used to verify computer systems (like checking if a traffic light system will ever get stuck).
    • Higher-Order Fixed-Point Logics: More complex logic used in advanced programming languages.
    • Circular Proofs: A specific type of proof system used in category theory.

In all three cases, the new framework successfully proved that the infinite proofs were valid, just like the old methods, but with a more unified and elegant mathematical explanation.

Summary

This paper is like inventing a new pair of glasses for mathematicians. Before, looking at infinite proofs was blurry and required checking the whole thing at once. Now, with Kori's "Coalgebraic Glasses," we can see these infinite proofs as travelers on a graph. If they follow the rules (hitting checkpoints), we can mathematically prove they are valid by showing they are climbing down an infinite ladder—a task that is impossible to do incorrectly.

This doesn't just solve a puzzle; it provides a universal language to talk about why these infinite proofs work, making it easier to build new logic systems in the future.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →