]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/examples/ex_sta_ldec.ma
- partial commit of rt_transition ...
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / examples / ex_sta_ldec.ma
index 704a913c937aa9dca3b2271890586e0c0dfa57d1..26043045136f7e87b65e1ed115356199b0ad67e9 100644 (file)
@@ -19,5 +19,5 @@ include "basic_2/unfold/lstas.ma".
 (* Static type assignment (iterated vs primitive): the declared variable ****)
 
 (* basic_1: we have "L.ⓛⓝ⋆k1.⋆k2⦄ ⊢ #0 • ⓝ⋆k1.⋆k2". *)
-theorem sta_ldec: ∀h,G,L,k1,k2. ⦃G, L.ⓛⓝ⋆k1.⋆k2⦄ ⊢ #0 •*[h, 1] ⋆k2.
+theorem sta_ldec: ∀h,G,L,s1,s2. ⦃G, L.ⓛⓝ⋆s1.⋆s2⦄ ⊢ #0 •*[h, 1] ⋆s2.
 /3 width=6 by lstas_sort, lstas_succ, lstas_cast, drop_pair/ qed-.