X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fdama%2Fordered_divisible_group.ma;h=a6c13e189a6e92a266af24106d023e1167f85773;hb=db3104b6a36b957d7be4c79e50f22fd0ffd90f0d;hp=0b84d9add806f09caface73ae3800317d672bc2e;hpb=3a5b9647787e1402f6886d41824f664db290963f;p=helm.git diff --git a/helm/software/matita/dama/ordered_divisible_group.ma b/helm/software/matita/dama/ordered_divisible_group.ma index 0b84d9add..a6c13e189 100644 --- a/helm/software/matita/dama/ordered_divisible_group.ma +++ b/helm/software/matita/dama/ordered_divisible_group.ma @@ -32,120 +32,44 @@ qed. coercion cic:/matita/ordered_divisible_group/todg_division.con. -lemma pow_lt: ∀G:todgroup.∀x:G.∀n.0 < x → 0 < x + pow ? x n. -intros (G x n H); elim n; [ - simplify; apply (lt_rewr ???? (plus_comm ???)); - apply (lt_rewr ???x (zero_neutral ??)); assumption] -simplify; apply (lt_transitive ?? (x+(x)\sup(n1))); [assumption] -apply flt_plusl; apply (lt_rewr ???? (plus_comm ???)); -apply (lt_rewl ??? (0 + (x \sup n1)) (eq_sym ??? (zero_neutral ??))); -apply (lt_rewl ???? (plus_comm ???)); -apply flt_plusl; assumption; -qed. - -lemma pow_ge: ∀G:todgroup.∀x:G.∀n.0 ≤ x → 0 ≤ pow ? x n. +lemma mul_ge: ∀G:todgroup.∀x:G.∀n.0 ≤ x → 0 ≤ n * x. intros (G x n); elim n; simplify; [apply le_reflexive] apply (le_transitive ???? H1); -apply (le_rewl ??? (0+(x\sup n1)) (zero_neutral ??)); +apply (le_rewl ??? (0+(n1*x)) (zero_neutral ??)); apply fle_plusr; assumption; qed. -lemma gt_pow: ∀G:todgroup.∀x:G.∀n.0 < pow ? x n → 0 < x. -intros 3; elim n; [ - simplify in l; cases (lt_coreflexive ?? l);] -simplify in l; -cut (0+0 sym_plus; simplify; apply (lt_rewl ??? (0+(y+n*y))); [ + apply eq_sym; apply zero_neutral] + apply flt_plusr; assumption;] +apply (lt_transitive ???? l); rewrite > sym_plus; simplify; +rewrite > (sym_plus n); simplify; repeat apply flt_plusl; +apply (lt_rewl ???(0+(n1+n)*y)); [apply eq_sym; apply zero_neutral] +apply flt_plusr; assumption; +qed.