]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/basic_2/etc_2A1/fpn/fpb.etc
update in binaries for λδ
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / etc_2A1 / fpn / fpb.etc
1 include "basic_2/reduction/fpn.ma".
2
3 (* Basic forward lemmas *****************************************************)
4
5 lemma fpb_bteq_fwd_fpn: ∀h,g,G1,G2,L1,L2,T1,T2. ⦃G1, L1, T1⦄ ≽[h, g] ⦃G2, L2, T2⦄ →
6                         ⦃G1, L1, T1⦄ ⋕ ⦃G2, L2, T2⦄ → ⦃G1, L1, T1⦄ ⊢ ➡[h, g] ⦃G2, L2, T2⦄.
7 #h #g #G1 #G2 #L1 #L2 #T1 #T2 * -G2 -L2 -T2 /2 width=1 by and3_intro/
8 [ #G2 #L2 #T2 #H elim (fquq_inv_gen … H) -H
9   [ #H1 #H2 elim (fqu_fwd_bteq … H1 H2)
10   | * #HG #HL #HT #_ destruct //
11   ]
12 | #T2 #HT12 * //
13 ]
14 qed-.