]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/library/nat/relevant_equations.ma
Bug fixed: the conversion was done with the wront argument (a sort of typo).
[helm.git] / matita / library / nat / relevant_equations.ma
index f4cf43775058d9cfdd550c68f2cb959f00fba512..af8f68d5b994ae829a868341cf3a1bffc37075e3 100644 (file)
@@ -16,6 +16,8 @@ set "baseuri" "cic:/matita/nat/relevant_equations.ma".
 
 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.