Definition

A context is an ordered list of variable assignments that record the assumed types of free variables. It is typically denoted by the Greek letter .

Structure

A context is formed by a sequence of judgements . In dependent type theory, the type of a variable may depend on the variables declared previously. A judgment signifies that under the assumptions in , is a valid term of type .

Inference Rules

Substitution

for any judgement .

Weakening

for any judgement .

See Also

References