X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fapps_2%2Fexamples%2Fex_rpx_fwd.ma;h=510d8aeb8cc9c3e6b611c804e4c6340945dffcb4;hb=80ecd5486c6013f6c297173f41432fd1d93814ef;hp=efefd445d6b745d923e474d832e232bbf073a592;hpb=b118146b97959e6a6dde18fdd014b8e1e676a2d1;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/apps_2/examples/ex_rpx_fwd.ma b/matita/matita/contribs/lambdadelta/apps_2/examples/ex_rpx_fwd.ma index efefd445d..510d8aeb8 100644 --- a/matita/matita/contribs/lambdadelta/apps_2/examples/ex_rpx_fwd.ma +++ b/matita/matita/contribs/lambdadelta/apps_2/examples/ex_rpx_fwd.ma @@ -32,7 +32,7 @@ definition T: term ≝ #0. (* Basic properties *********************************************************) lemma ex_rpx_fwd_1 (G) (K) (s1) (s0): - ❪G,L1 K s1 s0❫ ⊢ ⬈ L K s1 s0. + ❨G,L1 K s1 s0❩ ⊢ ⬈ L K s1 s0. /3 width=1 by lpx_pair, lpx_bind_refl_dx, cpx_eps/ qed. lemma ex_rpx_fwd_2 (K) (s1) (s0) (i1) (i0): @@ -40,7 +40,7 @@ lemma ex_rpx_fwd_2 (K) (s1) (s0) (i1) (i0): /4 width=1 by reqg_refl, reqg_pair, reqg_sort, teqg_sort/ qed. lemma ex_rpx_fwd_3 (G) (K) (s1) (s0) (i1) (i0): - ❪G,L1 K s1 s0❫ ⊢ ⬈[T] L2 K i1 i0 → ⊥. + ❨G,L1 K s1 s0❩ ⊢ ⬈[T] L2 K i1 i0 → ⊥. #G #K #s1 #s0 #i1 #i0 #H elim (rpx_inv_zero_pair_sn … H) -H #Y2 #X2 #H #_ normalize #H0 destruct elim (rpx_inv_flat … H) -H #H #_ @@ -51,5 +51,5 @@ qed-. (* Main properties **********************************************************) theorem ex_rpx_fwd (G) (K) (s1) (s0) (i1) (i0): - (❪G,L1 K s1 s0❫ ⊢ ⬈ L K s1 s0 → L K s1 s0 ≅[T] L2 K i1 i0 → ❪G,L1 K s1 s0❫ ⊢ ⬈[T] L2 K i1 i0) → ⊥. + (❨G,L1 K s1 s0❩ ⊢ ⬈ L K s1 s0 → L K s1 s0 ≅[T] L2 K i1 i0 → ❨G,L1 K s1 s0❩ ⊢ ⬈[T] L2 K i1 i0) → ⊥. /3 width=7 by ex_rpx_fwd_3, ex_rpx_fwd_2, ex_rpx_fwd_1/ qed-.