]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/basic_2/reduction/cnr_cir.ma
50f30ab606fff7b7cd6fc1681181d2708b6ee2f5
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / reduction / cnr_cir.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/reduction/cpr_cir.ma".
16 include "basic_2/reduction/cnr_crr.ma".
17
18 (* CONTEXT-SENSITIVE NORMAL TERMS *******************************************)
19
20 (* Main properties on context-sensitive irreducible terms *******************)
21
22 theorem cir_cnr: ∀L,T. L ⊢ 𝐈⦃T⦄ → L ⊢ 𝐍⦃T⦄.
23 /2 width=3 by cpr_fwd_cir/ qed.
24
25 (* Main inversion lemmas on context-sensitive irreducible terms *************)
26
27 theorem cnr_inv_cir: ∀L,T. L ⊢ 𝐍⦃T⦄ → L ⊢ 𝐈⦃T⦄.
28 /2 width=4 by cnr_inv_crr/ qed-.