X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Frelocation%2Fgr_coafter.ma;h=bbac0036c1def3567371095c38b4e3f7b1b406aa;hp=8c730547fd1f8ca6123844ee1863e0dedb566c6d;hb=2ed8d2abcc3b0687141b627061b63350a0b200bd;hpb=b367de0252e88d6b0476648d5ceac7e4aeffca27 diff --git a/matita/matita/contribs/lambdadelta/ground/relocation/gr_coafter.ma b/matita/matita/contribs/lambdadelta/ground/relocation/gr_coafter.ma index 8c730547f..bbac0036c 100644 --- a/matita/matita/contribs/lambdadelta/ground/relocation/gr_coafter.ma +++ b/matita/matita/contribs/lambdadelta/ground/relocation/gr_coafter.ma @@ -16,7 +16,7 @@ include "ground/notation/relations/rcoafter_3.ma". include "ground/xoa/ex_3_2.ma". include "ground/relocation/gr_tl.ma". -(* RELATIONAL CO-COMPOSITION FOR GENERIC RELOCATION MAPS ***********************************************************) +(* RELATIONAL CO-COMPOSITION FOR GENERIC RELOCATION MAPS ********************) (*** coafter *) coinductive gr_coafter: relation3 gr_map gr_map gr_map ≝ @@ -35,7 +35,7 @@ interpretation "relational co-composition (generic relocation maps)" 'RCoAfter f1 f2 f = (gr_coafter f1 f2 f). -(* Basic inversion lemmas ***************************************************) +(* Basic inversions *********************************************************) (*** coafter_inv_ppx *) lemma gr_coafter_inv_push_bi: @@ -82,7 +82,7 @@ lemma gr_coafter_inv_next_sn: ] qed-. -(* Advanced inversion lemmas ************************************************) +(* Advanced inversions ******************************************************) (*** coafter_inv_ppp *) lemma gr_coafter_inv_push_bi_push: @@ -213,7 +213,7 @@ elim (gr_map_split_tl g2) #H2 ] qed-. -(* Inversion lemmas with tail ***********************************************) +(* Inversions with gr_tl ****************************************************) (*** coafter_inv_tl1 *) lemma gr_coafter_inv_tl_dx: @@ -222,7 +222,7 @@ lemma gr_coafter_inv_tl_dx: #g2 #g1 #g elim (gr_map_split_tl g1) #H1 #H2 [ /3 width=7 by gr_coafter_refl, ex2_intro/ -| @(ex2_intro … (↑g)) /2 width=7 by gr_coafter_push/ (**) (* full auto fails *) +| @(ex2_intro … (↑g)) /2 width=7 by gr_coafter_push/ (* * full auto fails *) ] qed-. @@ -233,6 +233,6 @@ lemma gr_coafter_inv_tl: #g2 #g1 #g elim (gr_map_split_tl g) #H1 #H2 [ /3 width=7 by gr_coafter_refl, ex2_intro/ -| @(ex2_intro … (↑g1)) /2 width=7 by gr_coafter_push/ (**) (* full auto fails *) +| @(ex2_intro … (↑g1)) /2 width=7 by gr_coafter_push/ (* * full auto fails *) ] qed-.