]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/static/lsuba_lsuba.ma
- the trace is explicit in all auto tactics with depth > 1
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / static / lsuba_lsuba.ma
index cc4af16706e51942f5113330530aa39bb88f7e7a..bb77403bda183e4be48348fdb6e03757e3eb302c 100644 (file)
@@ -23,7 +23,7 @@ theorem lsuba_trans: ∀G,L1,L. G ⊢ L1 ⫃⁝ L → ∀L2. G ⊢ L ⫃⁝ L2 
 [ #X #H >(lsuba_inv_atom1 … H) -H //
 | #I #L1 #L #Y #HL1 #IHL1 #X #H
   elim (lsuba_inv_pair1 … H) -H * #L2
-  [ #HL2 #H destruct /3 width=1/
+  [ #HL2 #H destruct /3 width=1 by lsuba_pair/
   | #W #V #A #HV #HW #HL2 #H1 #H2 #H3 destruct
     /3 width=3 by lsuba_beta, lsuba_aaa_trans/
   ]