X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fdama%2Fdivisible_group.ma;h=3a79b11bbd969a884307f4a6a86d08e63cbcfff8;hb=10f29fdd78ee089a9a94446207b543d33d6c851c;hp=6830ef4e1751fbf8ebffb24dcb2a1a0a896f3e7a;hpb=6067115471521e8b9ea805531cb94a0a80774314;p=helm.git diff --git a/helm/software/matita/dama/divisible_group.ma b/helm/software/matita/dama/divisible_group.ma index 6830ef4e1..3a79b11bb 100644 --- a/helm/software/matita/dama/divisible_group.ma +++ b/helm/software/matita/dama/divisible_group.ma @@ -12,7 +12,7 @@ (* *) (**************************************************************************) -set "baseuri" "cic:/matita/divisible_group/". + include "nat/orders.ma". include "group.ma". @@ -50,8 +50,8 @@ qed. lemma div1: ∀G:dgroup.∀x:G.x/O ≈ x. intro G; cases G; unfold divide; intros; simplify; cases (f x O); simplify; simplify in H; intro; apply H; -apply (ap_rewl ???? (plus_comm ???)); -apply (ap_rewl ???w (zero_neutral ??)); assumption; +apply (Ap≪ ? (plus_comm ???)); +apply (Ap≪ w (zero_neutral ??)); assumption; qed. lemma apmul_ap: ∀G:dgroup.∀x,y:G.∀n.S n * x # S n * y → x # y.