]> matita.cs.unibo.it Git - helm.git/commitdiff
we uncommented R3 and R4 tu be used in lambda-delta
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Thu, 28 Apr 2011 15:24:48 +0000 (15:24 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Thu, 28 Apr 2011 15:24:48 +0000 (15:24 +0000)
matita/matita/lib/basics/logic.ma

index 1b801a14bf8f339ef9fd20ff57072edd1022d595..32124c2fbaaad21eb038bbb6d0e31e3feb70248e 100644 (file)
@@ -141,7 +141,7 @@ definition R0 ≝ λT:Type[0].λt:T.t.
   
 definition R1 ≝ eq_rect_Type0.
 
-(* useless stuff
+(* used for lambda-delta *)
 definition R2 :
   ∀T0:Type[0].
   ∀a0:T0.
@@ -216,7 +216,7 @@ definition R4 :
 @(eq_rect_Type0 ????? e3) 
 @(R3 ????????? e0 ? e1 ? e2) 
 @a4 
-qed. *)
+qed.
 
 (* TODO concrete definition by means of proof irrelevance *)
 axiom streicherK : ∀T:Type[1].∀t:T.∀P:t = t → Type[2].P (refl ? t) → ∀p.P p.