]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambda_delta/basic_2/reducibility/tnf.ma
- a caracterization of the top elements of the local evironment
[helm.git] / matita / matita / contribs / lambda_delta / basic_2 / reducibility / tnf.ma
index a5f2e4407244d3da44251d1c29abc2bf29d5d36b..6f6d99096942fbef746c84665aea4204504cee06 100644 (file)
@@ -42,7 +42,7 @@ lemma tnf_inv_appl: โˆ€V,T. ๐[โ“V.T] โ†’ โˆงโˆง ๐[V] & ๐[T] & ๐’[T].
 ]
 qed-.
 
-lemma tnf_inv_abbr: โˆ€V,T. ๐[โ““V.T] โ†’ False.
+lemma tnf_inv_abbr: โˆ€V,T. ๐[โ““V.T] โ†’ โŠฅ.
 #V #T #H elim (is_lift_dec T 0 1)
 [ * #U #HTU
   lapply (H U ?) -H /2 width=3/ #H destruct
@@ -53,7 +53,7 @@ lemma tnf_inv_abbr: โˆ€V,T. ๐[โ““V.T] โ†’ False.
 ]
 qed.
 
-lemma tnf_inv_cast: โˆ€V,T. ๐[โ“ฃV.T] โ†’ False.
+lemma tnf_inv_cast: โˆ€V,T. ๐[โ“ฃV.T] โ†’ โŠฅ.
 #V #T #H lapply (H T ?) -H /2 width=1/ #H
-@(discr_tpair_xy_y โ€ฆ H)
+@discr_tpair_xy_y //
 qed-.