X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Flib%2Farithmetics%2Fchinese_reminder.ma;h=b327c341387c6276e3b4ad5ebbed7e7aa253faaa;hb=31e8729021717072f88d250ef41527da3488289e;hp=0837e429e2eb4e97d0d558934eea16e5db98dd30;hpb=83a494ff9e15871231c8338df95f89926f2293ba;p=helm.git diff --git a/matita/matita/lib/arithmetics/chinese_reminder.ma b/matita/matita/lib/arithmetics/chinese_reminder.ma index 0837e429e..b327c3413 100644 --- a/matita/matita/lib/arithmetics/chinese_reminder.ma +++ b/matita/matita/lib/arithmetics/chinese_reminder.ma @@ -118,9 +118,9 @@ theorem mod_cr_pair : ∀m,n,a,b. a < m → b < n → gcd n m = 1 → #m #n #a #b #ltam #ltbn #pnm cut (andb (eqb ((cr_pair m n a b) \mod m) a) (eqb ((cr_pair m n a b) \mod n) b) = true) - [@f_min_true cases(congruent_ab_lt m n a b ?? pnm) + [whd in match (cr_pair m n a b) @f_min_true cases(congruent_ab_lt m n a b ?? pnm) [#x * * #cxa #cxb #ltx @(ex_intro ?? x) % /2/ - >eq_to_eqb_true + >eq_to_eqb_true [>eq_to_eqb_true // <(lt_to_eq_mod …ltbn) // |<(lt_to_eq_mod …ltam) // ]