]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/relocation/lifts_lifts_bind.ma
renaming in basic_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / relocation / lifts_lifts_bind.ma
index 7054d1ff4ecfa5a7590b0c4f189fc92b786014f2..e1647b35b60c9970af15ff7a71134b785599f00e 100644 (file)
@@ -19,22 +19,22 @@ include "basic_2/relocation/lifts_bind.ma".
 
 (* Main properties **********************************************************)
 
-theorem liftsb_div3: â\88\80f2,I,I2. â¬\86*[f2] I2 â\89¡ I â\86\92 â\88\80f,I1. â¬\86*[f] I1 â\89¡ I →
-                     â\88\80f1. f2 â\8a\9a f1 â\89¡ f â\86\92 â¬\86*[f1] I1 â\89¡ I2.
+theorem liftsb_div3: â\88\80f2,I,I2. â¬\86*[f2] I2 â\89\98 I â\86\92 â\88\80f,I1. â¬\86*[f] I1 â\89\98 I →
+                     â\88\80f1. f2 â\8a\9a f1 â\89\98 f â\86\92 â¬\86*[f1] I1 â\89\98 I2.
 #f2 #I #I2 * -I -I2 #I [2: #V #V2 #HV2 ] #f #I1 #H
 [ elim (liftsb_inv_pair_dx … H) | lapply (liftsb_inv_unit_dx … H) ] -H
 /3 width=6 by lifts_div3, ext2_pair, ext2_unit/
 qed-.
 
-theorem liftsb_trans: â\88\80f1,I1,I. â¬\86*[f1] I1 â\89¡ I â\86\92 â\88\80f2,I2. â¬\86*[f2] I â\89¡ I2 →
-                      â\88\80f. f2 â\8a\9a f1 â\89¡ f â\86\92 â¬\86*[f] I1 â\89¡ I2.
+theorem liftsb_trans: â\88\80f1,I1,I. â¬\86*[f1] I1 â\89\98 I â\86\92 â\88\80f2,I2. â¬\86*[f2] I â\89\98 I2 →
+                      â\88\80f. f2 â\8a\9a f1 â\89\98 f â\86\92 â¬\86*[f] I1 â\89\98 I2.
 #f1 #I1 #I * -I1 -I #I1 [2: #V1 #V #HV1 ] #f2 #I2 #H
 [ elim (liftsb_inv_pair_sn … H) | lapply (liftsb_inv_unit_sn … H) ] -H
 /3 width=6 by lifts_trans, ext2_pair, ext2_unit/
 qed-.
 
-theorem liftsb_conf: â\88\80f1,I,I1. â¬\86*[f1] I â\89¡ I1 â\86\92 â\88\80f,I2. â¬\86*[f] I â\89¡ I2 →
-                     â\88\80f2. f2 â\8a\9a f1 â\89¡ f â\86\92 â¬\86*[f2] I1 â\89¡ I2.
+theorem liftsb_conf: â\88\80f1,I,I1. â¬\86*[f1] I â\89\98 I1 â\86\92 â\88\80f,I2. â¬\86*[f] I â\89\98 I2 →
+                     â\88\80f2. f2 â\8a\9a f1 â\89\98 f â\86\92 â¬\86*[f2] I1 â\89\98 I2.
 #f1 #I #I1 * -I -I1 #I [2: #V #V1 #HV1 ] #f2 #I2 #H
 [ elim (liftsb_inv_pair_sn … H) | lapply (liftsb_inv_unit_sn … H) ] -H
 /3 width=6 by lifts_conf, ext2_pair, ext2_unit/