]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambda_delta/Basic_2/grammar/cl_weight.ma
component "reducibility" updated to new syntax!
[helm.git] / matita / matita / contribs / lambda_delta / Basic_2 / grammar / cl_weight.ma
index 355b8a7973a46bbcd67c4093df77939cbc2a9b0f..c5e93ce16be674a846375d4d484870317f91ecdc 100644 (file)
@@ -26,7 +26,7 @@ interpretation "weight (closure)" 'Weight L T = (cw L T).
 (* Basic_1: was: flt_wf__q_ind *)
 
 (* Basic_1: was: flt_wf_ind *)
-axiom cw_wf_ind: ∀R:lenv→term→Prop.
+axiom cw_wf_ind: ∀R:lenv→predicate term.
                  (∀L2,T2. (∀L1,T1. #[L1,T1] < #[L2,T2] → R L1 T1) → R L2 T2) →
                  ∀L,T. R L T.
 
@@ -38,7 +38,7 @@ qed.
 lemma tw_shift: ∀L,T. #[L, T] ≤ #[L @ T].
 #L elim L //
 #K #I #V #IHL #T
-@transitive_le [3: @IHL |2: /2/ | skip ]
+@transitive_le [3: @IHL |2: /2 width=1/ | skip ]
 qed.
 
 (* Basic_1: removed theorems 6: