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
- : is a well-formed type in context .
- : The term is a valid construction of type in context .
- : Terms and are definitionally equal at type in context .
- : The context is well-formed.