]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/library/nat/relevant_equations.ma
Theorem sigma_p_knm changed into generic_iter_p_knm.
[helm.git] / matita / library / nat / relevant_equations.ma
index f4cf43775058d9cfdd550c68f2cb959f00fba512..9e275aa9ca8a6e8828af7fab7c7073b502cd26b7 100644 (file)
 (*                                                                        *)
 (**************************************************************************)
 
-set "baseuri" "cic:/matita/nat/relevant_equations.ma".
+set "baseuri" "cic:/matita/nat/relevant_equations".
 
 include "nat/times.ma".
 include "nat/minus.ma".
+include "nat/gcd.ma". 
+(* if gcd is compiled before this, the applys will take too much *)
 
 theorem times_plus_l: \forall n,m,p:nat. (n+m)*p = n*p + m*p.
 intros.