]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambda_delta/basic_2/grammar/term_weight.ma
- some confluence results for focalized reduction and computation
[helm.git] / matita / matita / contribs / lambda_delta / basic_2 / grammar / term_weight.ma
index e567df2089e41a6a04319311d1c9d09f387cbc5c..ce05e436e771634e7172ee0d2c9b7ae383954860 100644 (file)
@@ -26,14 +26,14 @@ interpretation "weight (term)" 'Weight T = (tw T).
 (* Basic properties *********************************************************)
 
 (* Basic_1: was: tweight_lt *)
-lemma tw_pos: ∀T. 1 ≤ #[T].
+lemma tw_pos: ∀T. 1 ≤ #{T}.
 #T elim T -T //
 qed.
 
 (* Basic eliminators ********************************************************)
 
 axiom tw_wf_ind: ∀R:predicate term.
-                 (∀T2. (∀T1. #[T1] < #[T2] → R T1) → R T2) →
+                 (∀T2. (∀T1. #{T1} < #{T2} → R T1) → R T2) →
                  ∀T. R T.
 
 (* Basic_1: removed theorems 11: