(**************************************************************************) (* ___ *) (* ||M|| *) (* ||A|| A project by Andrea Asperti *) (* ||T|| *) (* ||I|| Developers: *) (* ||T|| The HELM team. *) (* ||A|| http://helm.cs.unibo.it *) (* \ / *) (* \ / This file is distributed under the terms of the *) (* v GNU General Public License Version 2 *) (* *) (**************************************************************************) include "basic_2/static/da_aaa.ma". include "basic_2/computation/scpds_aaa.ma". include "basic_2/dynamic/snv.ma". (* STRATIFIED NATIVE VALIDITY FOR TERMS *************************************) (* Advanced forward lemmas **************************************************) lemma snv_fwd_da: ∀h,o,G,L,T. ⦃G, L⦄ ⊢ T ¡[h, o] → ∃d. ⦃G, L⦄ ⊢ T ▪[h, o] d. #h #o #G #L #T #H elim (snv_fwd_aaa … H) -H /2 width=2 by aaa_da/ qed-. lemma snv_fwd_lstas: ∀h,o,G,L,T. ⦃G, L⦄ ⊢ T ¡[h, o] → ∀d. ∃U. ⦃G, L⦄ ⊢ T •*[h, d] U. #h #o #G #L #T #H #d elim (snv_fwd_aaa … H) -H #A #HT elim (aaa_lstas h … HT d) -HT /2 width=2 by ex_intro/ qed-.