]> matita.cs.unibo.it Git - helm.git/commitdiff
one file was still missing
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Sat, 14 Dec 2013 22:29:06 +0000 (22:29 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Sat, 14 Dec 2013 22:29:06 +0000 (22:29 +0000)
matita/matita/contribs/lambdadelta/basic_2/computation/fsb_aaa.ma

index 095d1fb118207f35d23ec6b357f108ccf67af546..49b11f97188e2643bb50af4b02b58a7556501c16 100644 (file)
@@ -28,7 +28,7 @@ theorem aaa_fsba: ∀h,g,G,L,T,A. ⦃G, L⦄ ⊢ T ⁝ A → ⦃G, L⦄ ⊢ ⦥
 /3 width=2 by fsb_fsba, aaa_fsb/ qed.
 
 (* Advanced eliminators on atomica arity assignment for terms ***************)
-
+(*
 fact aaa_ind_fpbu: ∀h,g. ∀R:relation3 genv lenv term.
                    (∀G1,L1,T1,A. ⦃G1, L1⦄ ⊢ T1 ⁝ A →
                                  (∀G2,L2,T2. ⦃G1, L1, T1⦄ ≻[h, g] ⦃G2, L2, T2⦄ → R G2 L2 T2) →
@@ -37,4 +37,5 @@ fact aaa_ind_fpbu: ∀h,g. ∀R:relation3 genv lenv term.
                     ∀G,L,T. ⦃G, L⦄ ⊢ ⬊*[h, g] T → ∀A. ⦃G, L⦄ ⊢ T ⁝ A → R G L T.
 #h #g #R #IH #G #L #T #H @(csx_ind_fpbu … H) -G -L -T
 #G1 #L1 #T1 #H1 #IH1 #A1 #HTA1 @IH -IH //
-#G2 #L2 #T2 #H12 @IH1 // 
\ No newline at end of file
+#G2 #L2 #T2 #H12 @IH1 //
+*)