Definition

A judgment is a metatheoretic assertion concerning the status of constructions within a type theory. Unlike a proposition, which is represented as a type that may or may not be inhabited, a judgment is an absolute statement of fact about the system.

Structure

A judgment is fundamentally contextual. While the core assertion (e.g., ) denotes a typing relation, it is only formally a judgment when paired with a context . The turnstile symbol separates the assumptions from the assertion.

Common Judgments

  1. : is a well-formed type in context .
  2. : The term is a valid construction of type in context .
  3. : Terms and are definitionally equal at type in context .
  4. : The context is well-formed.

References

martin-lof1984-mltt hott2013-book thomson1991-type-theory