]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambda_delta/Basic_2/reducibility/twhnf.ma
c96bf4762f1316c07a6e1b80b8ec54b826c4e100
[helm.git] / matita / matita / contribs / lambda_delta / Basic_2 / reducibility / twhnf.ma
1 include "Basic_2/reducibility/tpr.ma".
2
3 (* CONTEXT-FREE WEAK HEAD NORMAL TERMS **************************************)
4
5 definition twhnf: term → Prop ≝
6    NF … tpr (thom …).
7
8 interpretation
9    "context-free weak head normality (term)"
10    'WHdNormal T = (twhnf T).
11
12 (* Basic properties *********************************************************)