X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Flibrary%2Fnat%2Frelevant_equations.ma;h=9e275aa9ca8a6e8828af7fab7c7073b502cd26b7;hb=80f85c7fb53791fd72c0e64450c3c87d8f30b84d;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..9e275aa9c 100644 --- a/matita/library/nat/relevant_equations.ma +++ b/matita/library/nat/relevant_equations.ma @@ -12,10 +12,12 @@ (* *) (**************************************************************************) -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.