]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/rt_computation/cpms_rdeq.ma
some restyling ...
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_computation / cpms_rdeq.ma
index f2470dbe3d070ca3b297415df6f95edb379ed507..f6c8198acd73517a2b58ac42f3529af7fe104a64 100644 (file)
@@ -20,11 +20,11 @@ include "basic_2/rt_computation/cpms_cpxs.ma".
 (* Properties with sort-irrelevant equivalence for local environments *******)
 
 lemma cpms_rdeq_conf_sn (h) (n) (G) (L1) (L2):
-                        ∀T1,T2. ⦃G, L1⦄ ⊢ T1 ➡*[n,h] T2 →
+                        ∀T1,T2. ⦃G,L1⦄ ⊢ T1 ➡*[n,h] T2 →
                         L1 ≛[T1] L2 → L1 ≛[T2] L2.
 /3 width=5 by cpms_fwd_cpxs, cpxs_rdeq_conf_sn/ qed-.
 
 lemma cpms_rdeq_conf_dx (h) (n) (G) (L1) (L2):
-                        ∀T1,T2. ⦃G, L2⦄ ⊢ T1 ➡*[n,h] T2 →
+                        ∀T1,T2. ⦃G,L2⦄ ⊢ T1 ➡*[n,h] T2 →
                         L1 ≛[T1] L2 → L1 ≛[T2] L2.
 /3 width=5 by cpms_fwd_cpxs, cpxs_rdeq_conf_dx/ qed-.