]> matita.cs.unibo.it Git - helm.git/commitdiff
Readded eqf_2.
authorAndrea Asperti <andrea.asperti@unibo.it>
Tue, 23 Mar 2010 16:31:55 +0000 (16:31 +0000)
committerAndrea Asperti <andrea.asperti@unibo.it>
Tue, 23 Mar 2010 16:31:55 +0000 (16:31 +0000)
From: asperti <asperti@c2b2084f-9a08-0410-b176-e24b037a169a>

helm/software/matita/nlibrary/basics/eq.ma

index 56a73337875ff61096493a49214604a85f552f74..4a29e2843a7103873530343383781682866abb0d 100644 (file)
@@ -48,8 +48,8 @@ theorem eq_f': \forall  A,B:Type.\forall f:A\to B.
 intros.elim H.apply refl_eq.
 qed. *)
 
-(* deleterio per auto
+(* deleterio per auto*)
 ntheorem eq_f2: ∀A,B,C:Type.∀f:A→B→C.
 ∀x1,x2:A.∀y1,y2:B. x1=x2 → y1=y2 → f x1 y1 = f x2 y2.
 #A; #B; #C; #f; #x1; #x2; #y1; #y2; #E1; #E2; nrewrite > E1; nrewrite > E2;//.
-nqed. *)
\ No newline at end of file
+nqed. 
\ No newline at end of file