]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambda_delta/Basic_2/computation/csn.ma
- support for candidates of reducibility continues ...
[helm.git] / matita / matita / contribs / lambda_delta / Basic_2 / computation / csn.ma
1 (**************************************************************************)
2 (*       ___                                                              *)
3 (*      ||M||                                                             *)
4 (*      ||A||       A project by Andrea Asperti                           *)
5 (*      ||T||                                                             *)
6 (*      ||I||       Developers:                                           *)
7 (*      ||T||         The HELM team.                                      *)
8 (*      ||A||         http://helm.cs.unibo.it                             *)
9 (*      \   /                                                             *)
10 (*       \ /        This file is distributed under the terms of the       *)
11 (*        v         GNU General Public License Version 2                  *)
12 (*                                                                        *)
13 (**************************************************************************)
14
15 include "Basic_2/reducibility/cpr.ma".
16 include "Basic_2/computation/acp.ma".
17
18 (* CONTEXT-SENSITIVE STRONGLY NORMALIZING TERMS *****************************)
19
20 definition csn: lenv → predicate term ≝ λL. SN … (cpr L) (eq …).
21
22 interpretation
23    "context-sensitive strong normalization (term)"
24    'SN L T = (csn L T). 
25
26 (* Basic properties *********************************************************)
27
28 axiom csn_acp: acp cpr (eq …) (csn …).