X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Flibrary%2Fnat%2Frelevant_equations.ma;h=af8f68d5b994ae829a868341cf3a1bffc37075e3;hb=2632e0520c373f191b81c3975385d77e71314ca7;hp=f4cf43775058d9cfdd550c68f2cb959f00fba512;hpb=7f2444c2670cadafddd8785b687ef312158376b0;p=helm.git diff --git a/matita/library/nat/relevant_equations.ma b/matita/library/nat/relevant_equations.ma index f4cf43775..af8f68d5b 100644 --- a/matita/library/nat/relevant_equations.ma +++ b/matita/library/nat/relevant_equations.ma @@ -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.