MPE Home Metamath Proof Explorer < Previous   Next >
Nearby theorems
Mirrors  >  Home  >  MPE Home  >  Th. List  >  modadd1 Structured version   Visualization version   GIF version

Theorem modadd1 13628
Description: Addition property of the modulo operation. (Contributed by NM, 12-Nov-2008.)
Assertion
Ref Expression
modadd1 (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+) ∧ (𝐴 mod 𝐷) = (𝐵 mod 𝐷)) → ((𝐴 + 𝐶) mod 𝐷) = ((𝐵 + 𝐶) mod 𝐷))

Proof of Theorem modadd1
StepHypRef Expression
1 modval 13591 . . . . . . . 8 ((𝐴 ∈ ℝ ∧ 𝐷 ∈ ℝ+) → (𝐴 mod 𝐷) = (𝐴 − (𝐷 · (⌊‘(𝐴 / 𝐷)))))
2 modval 13591 . . . . . . . 8 ((𝐵 ∈ ℝ ∧ 𝐷 ∈ ℝ+) → (𝐵 mod 𝐷) = (𝐵 − (𝐷 · (⌊‘(𝐵 / 𝐷)))))
31, 2eqeqan12d 2752 . . . . . . 7 (((𝐴 ∈ ℝ ∧ 𝐷 ∈ ℝ+) ∧ (𝐵 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → ((𝐴 mod 𝐷) = (𝐵 mod 𝐷) ↔ (𝐴 − (𝐷 · (⌊‘(𝐴 / 𝐷)))) = (𝐵 − (𝐷 · (⌊‘(𝐵 / 𝐷))))))
43anandirs 676 . . . . . 6 (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ 𝐷 ∈ ℝ+) → ((𝐴 mod 𝐷) = (𝐵 mod 𝐷) ↔ (𝐴 − (𝐷 · (⌊‘(𝐴 / 𝐷)))) = (𝐵 − (𝐷 · (⌊‘(𝐵 / 𝐷))))))
54adantrl 713 . . . . 5 (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → ((𝐴 mod 𝐷) = (𝐵 mod 𝐷) ↔ (𝐴 − (𝐷 · (⌊‘(𝐴 / 𝐷)))) = (𝐵 − (𝐷 · (⌊‘(𝐵 / 𝐷))))))
6 oveq1 7282 . . . . 5 ((𝐴 − (𝐷 · (⌊‘(𝐴 / 𝐷)))) = (𝐵 − (𝐷 · (⌊‘(𝐵 / 𝐷)))) → ((𝐴 − (𝐷 · (⌊‘(𝐴 / 𝐷)))) + 𝐶) = ((𝐵 − (𝐷 · (⌊‘(𝐵 / 𝐷)))) + 𝐶))
75, 6syl6bi 252 . . . 4 (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → ((𝐴 mod 𝐷) = (𝐵 mod 𝐷) → ((𝐴 − (𝐷 · (⌊‘(𝐴 / 𝐷)))) + 𝐶) = ((𝐵 − (𝐷 · (⌊‘(𝐵 / 𝐷)))) + 𝐶)))
8 recn 10961 . . . . . . . 8 (𝐴 ∈ ℝ → 𝐴 ∈ ℂ)
98adantr 481 . . . . . . 7 ((𝐴 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → 𝐴 ∈ ℂ)
10 recn 10961 . . . . . . . 8 (𝐶 ∈ ℝ → 𝐶 ∈ ℂ)
1110ad2antrl 725 . . . . . . 7 ((𝐴 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → 𝐶 ∈ ℂ)
12 rpcn 12740 . . . . . . . . . 10 (𝐷 ∈ ℝ+𝐷 ∈ ℂ)
1312adantl 482 . . . . . . . . 9 ((𝐴 ∈ ℝ ∧ 𝐷 ∈ ℝ+) → 𝐷 ∈ ℂ)
14 rerpdivcl 12760 . . . . . . . . . 10 ((𝐴 ∈ ℝ ∧ 𝐷 ∈ ℝ+) → (𝐴 / 𝐷) ∈ ℝ)
15 reflcl 13516 . . . . . . . . . . 11 ((𝐴 / 𝐷) ∈ ℝ → (⌊‘(𝐴 / 𝐷)) ∈ ℝ)
1615recnd 11003 . . . . . . . . . 10 ((𝐴 / 𝐷) ∈ ℝ → (⌊‘(𝐴 / 𝐷)) ∈ ℂ)
1714, 16syl 17 . . . . . . . . 9 ((𝐴 ∈ ℝ ∧ 𝐷 ∈ ℝ+) → (⌊‘(𝐴 / 𝐷)) ∈ ℂ)
1813, 17mulcld 10995 . . . . . . . 8 ((𝐴 ∈ ℝ ∧ 𝐷 ∈ ℝ+) → (𝐷 · (⌊‘(𝐴 / 𝐷))) ∈ ℂ)
1918adantrl 713 . . . . . . 7 ((𝐴 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → (𝐷 · (⌊‘(𝐴 / 𝐷))) ∈ ℂ)
209, 11, 19addsubd 11353 . . . . . 6 ((𝐴 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → ((𝐴 + 𝐶) − (𝐷 · (⌊‘(𝐴 / 𝐷)))) = ((𝐴 − (𝐷 · (⌊‘(𝐴 / 𝐷)))) + 𝐶))
2120adantlr 712 . . . . 5 (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → ((𝐴 + 𝐶) − (𝐷 · (⌊‘(𝐴 / 𝐷)))) = ((𝐴 − (𝐷 · (⌊‘(𝐴 / 𝐷)))) + 𝐶))
22 recn 10961 . . . . . . . 8 (𝐵 ∈ ℝ → 𝐵 ∈ ℂ)
2322adantr 481 . . . . . . 7 ((𝐵 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → 𝐵 ∈ ℂ)
2410ad2antrl 725 . . . . . . 7 ((𝐵 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → 𝐶 ∈ ℂ)
2512adantl 482 . . . . . . . . 9 ((𝐵 ∈ ℝ ∧ 𝐷 ∈ ℝ+) → 𝐷 ∈ ℂ)
26 rerpdivcl 12760 . . . . . . . . . 10 ((𝐵 ∈ ℝ ∧ 𝐷 ∈ ℝ+) → (𝐵 / 𝐷) ∈ ℝ)
27 reflcl 13516 . . . . . . . . . . 11 ((𝐵 / 𝐷) ∈ ℝ → (⌊‘(𝐵 / 𝐷)) ∈ ℝ)
2827recnd 11003 . . . . . . . . . 10 ((𝐵 / 𝐷) ∈ ℝ → (⌊‘(𝐵 / 𝐷)) ∈ ℂ)
2926, 28syl 17 . . . . . . . . 9 ((𝐵 ∈ ℝ ∧ 𝐷 ∈ ℝ+) → (⌊‘(𝐵 / 𝐷)) ∈ ℂ)
3025, 29mulcld 10995 . . . . . . . 8 ((𝐵 ∈ ℝ ∧ 𝐷 ∈ ℝ+) → (𝐷 · (⌊‘(𝐵 / 𝐷))) ∈ ℂ)
3130adantrl 713 . . . . . . 7 ((𝐵 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → (𝐷 · (⌊‘(𝐵 / 𝐷))) ∈ ℂ)
3223, 24, 31addsubd 11353 . . . . . 6 ((𝐵 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → ((𝐵 + 𝐶) − (𝐷 · (⌊‘(𝐵 / 𝐷)))) = ((𝐵 − (𝐷 · (⌊‘(𝐵 / 𝐷)))) + 𝐶))
3332adantll 711 . . . . 5 (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → ((𝐵 + 𝐶) − (𝐷 · (⌊‘(𝐵 / 𝐷)))) = ((𝐵 − (𝐷 · (⌊‘(𝐵 / 𝐷)))) + 𝐶))
3421, 33eqeq12d 2754 . . . 4 (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → (((𝐴 + 𝐶) − (𝐷 · (⌊‘(𝐴 / 𝐷)))) = ((𝐵 + 𝐶) − (𝐷 · (⌊‘(𝐵 / 𝐷)))) ↔ ((𝐴 − (𝐷 · (⌊‘(𝐴 / 𝐷)))) + 𝐶) = ((𝐵 − (𝐷 · (⌊‘(𝐵 / 𝐷)))) + 𝐶)))
357, 34sylibrd 258 . . 3 (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → ((𝐴 mod 𝐷) = (𝐵 mod 𝐷) → ((𝐴 + 𝐶) − (𝐷 · (⌊‘(𝐴 / 𝐷)))) = ((𝐵 + 𝐶) − (𝐷 · (⌊‘(𝐵 / 𝐷))))))
36 oveq1 7282 . . . 4 (((𝐴 + 𝐶) − (𝐷 · (⌊‘(𝐴 / 𝐷)))) = ((𝐵 + 𝐶) − (𝐷 · (⌊‘(𝐵 / 𝐷)))) → (((𝐴 + 𝐶) − (𝐷 · (⌊‘(𝐴 / 𝐷)))) mod 𝐷) = (((𝐵 + 𝐶) − (𝐷 · (⌊‘(𝐵 / 𝐷)))) mod 𝐷))
37 readdcl 10954 . . . . . . . 8 ((𝐴 ∈ ℝ ∧ 𝐶 ∈ ℝ) → (𝐴 + 𝐶) ∈ ℝ)
3837adantrr 714 . . . . . . 7 ((𝐴 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → (𝐴 + 𝐶) ∈ ℝ)
39 simprr 770 . . . . . . 7 ((𝐴 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → 𝐷 ∈ ℝ+)
4014flcld 13518 . . . . . . . 8 ((𝐴 ∈ ℝ ∧ 𝐷 ∈ ℝ+) → (⌊‘(𝐴 / 𝐷)) ∈ ℤ)
4140adantrl 713 . . . . . . 7 ((𝐴 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → (⌊‘(𝐴 / 𝐷)) ∈ ℤ)
42 modcyc2 13627 . . . . . . 7 (((𝐴 + 𝐶) ∈ ℝ ∧ 𝐷 ∈ ℝ+ ∧ (⌊‘(𝐴 / 𝐷)) ∈ ℤ) → (((𝐴 + 𝐶) − (𝐷 · (⌊‘(𝐴 / 𝐷)))) mod 𝐷) = ((𝐴 + 𝐶) mod 𝐷))
4338, 39, 41, 42syl3anc 1370 . . . . . 6 ((𝐴 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → (((𝐴 + 𝐶) − (𝐷 · (⌊‘(𝐴 / 𝐷)))) mod 𝐷) = ((𝐴 + 𝐶) mod 𝐷))
4443adantlr 712 . . . . 5 (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → (((𝐴 + 𝐶) − (𝐷 · (⌊‘(𝐴 / 𝐷)))) mod 𝐷) = ((𝐴 + 𝐶) mod 𝐷))
45 readdcl 10954 . . . . . . . 8 ((𝐵 ∈ ℝ ∧ 𝐶 ∈ ℝ) → (𝐵 + 𝐶) ∈ ℝ)
4645adantrr 714 . . . . . . 7 ((𝐵 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → (𝐵 + 𝐶) ∈ ℝ)
47 simprr 770 . . . . . . 7 ((𝐵 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → 𝐷 ∈ ℝ+)
4826flcld 13518 . . . . . . . 8 ((𝐵 ∈ ℝ ∧ 𝐷 ∈ ℝ+) → (⌊‘(𝐵 / 𝐷)) ∈ ℤ)
4948adantrl 713 . . . . . . 7 ((𝐵 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → (⌊‘(𝐵 / 𝐷)) ∈ ℤ)
50 modcyc2 13627 . . . . . . 7 (((𝐵 + 𝐶) ∈ ℝ ∧ 𝐷 ∈ ℝ+ ∧ (⌊‘(𝐵 / 𝐷)) ∈ ℤ) → (((𝐵 + 𝐶) − (𝐷 · (⌊‘(𝐵 / 𝐷)))) mod 𝐷) = ((𝐵 + 𝐶) mod 𝐷))
5146, 47, 49, 50syl3anc 1370 . . . . . 6 ((𝐵 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → (((𝐵 + 𝐶) − (𝐷 · (⌊‘(𝐵 / 𝐷)))) mod 𝐷) = ((𝐵 + 𝐶) mod 𝐷))
5251adantll 711 . . . . 5 (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → (((𝐵 + 𝐶) − (𝐷 · (⌊‘(𝐵 / 𝐷)))) mod 𝐷) = ((𝐵 + 𝐶) mod 𝐷))
5344, 52eqeq12d 2754 . . . 4 (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → ((((𝐴 + 𝐶) − (𝐷 · (⌊‘(𝐴 / 𝐷)))) mod 𝐷) = (((𝐵 + 𝐶) − (𝐷 · (⌊‘(𝐵 / 𝐷)))) mod 𝐷) ↔ ((𝐴 + 𝐶) mod 𝐷) = ((𝐵 + 𝐶) mod 𝐷)))
5436, 53syl5ib 243 . . 3 (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → (((𝐴 + 𝐶) − (𝐷 · (⌊‘(𝐴 / 𝐷)))) = ((𝐵 + 𝐶) − (𝐷 · (⌊‘(𝐵 / 𝐷)))) → ((𝐴 + 𝐶) mod 𝐷) = ((𝐵 + 𝐶) mod 𝐷)))
5535, 54syld 47 . 2 (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → ((𝐴 mod 𝐷) = (𝐵 mod 𝐷) → ((𝐴 + 𝐶) mod 𝐷) = ((𝐵 + 𝐶) mod 𝐷)))
56553impia 1116 1 (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+) ∧ (𝐴 mod 𝐷) = (𝐵 mod 𝐷)) → ((𝐴 + 𝐶) mod 𝐷) = ((𝐵 + 𝐶) mod 𝐷))
Colors of variables: wff setvar class
Syntax hints:  wi 4  wb 205  wa 396  w3a 1086   = wceq 1539  wcel 2106  cfv 6433  (class class class)co 7275  cc 10869  cr 10870   + caddc 10874   · cmul 10876  cmin 11205   / cdiv 11632  cz 12319  +crp 12730  cfl 13510   mod cmo 13589
This theorem was proved from axioms:  ax-mp 5  ax-1 6  ax-2 7  ax-3 8  ax-gen 1798  ax-4 1812  ax-5 1913  ax-6 1971  ax-7 2011  ax-8 2108  ax-9 2116  ax-10 2137  ax-11 2154  ax-12 2171  ax-ext 2709  ax-sep 5223  ax-nul 5230  ax-pow 5288  ax-pr 5352  ax-un 7588  ax-cnex 10927  ax-resscn 10928  ax-1cn 10929  ax-icn 10930  ax-addcl 10931  ax-addrcl 10932  ax-mulcl 10933  ax-mulrcl 10934  ax-mulcom 10935  ax-addass 10936  ax-mulass 10937  ax-distr 10938  ax-i2m1 10939  ax-1ne0 10940  ax-1rid 10941  ax-rnegex 10942  ax-rrecex 10943  ax-cnre 10944  ax-pre-lttri 10945  ax-pre-lttrn 10946  ax-pre-ltadd 10947  ax-pre-mulgt0 10948  ax-pre-sup 10949
This theorem depends on definitions:  df-bi 206  df-an 397  df-or 845  df-3or 1087  df-3an 1088  df-tru 1542  df-fal 1552  df-ex 1783  df-nf 1787  df-sb 2068  df-mo 2540  df-eu 2569  df-clab 2716  df-cleq 2730  df-clel 2816  df-nfc 2889  df-ne 2944  df-nel 3050  df-ral 3069  df-rex 3070  df-rmo 3071  df-reu 3072  df-rab 3073  df-v 3434  df-sbc 3717  df-csb 3833  df-dif 3890  df-un 3892  df-in 3894  df-ss 3904  df-pss 3906  df-nul 4257  df-if 4460  df-pw 4535  df-sn 4562  df-pr 4564  df-op 4568  df-uni 4840  df-iun 4926  df-br 5075  df-opab 5137  df-mpt 5158  df-tr 5192  df-id 5489  df-eprel 5495  df-po 5503  df-so 5504  df-fr 5544  df-we 5546  df-xp 5595  df-rel 5596  df-cnv 5597  df-co 5598  df-dm 5599  df-rn 5600  df-res 5601  df-ima 5602  df-pred 6202  df-ord 6269  df-on 6270  df-lim 6271  df-suc 6272  df-iota 6391  df-fun 6435  df-fn 6436  df-f 6437  df-f1 6438  df-fo 6439  df-f1o 6440  df-fv 6441  df-riota 7232  df-ov 7278  df-oprab 7279  df-mpo 7280  df-om 7713  df-2nd 7832  df-frecs 8097  df-wrecs 8128  df-recs 8202  df-rdg 8241  df-er 8498  df-en 8734  df-dom 8735  df-sdom 8736  df-sup 9201  df-inf 9202  df-pnf 11011  df-mnf 11012  df-xr 11013  df-ltxr 11014  df-le 11015  df-sub 11207  df-neg 11208  df-div 11633  df-nn 11974  df-n0 12234  df-z 12320  df-uz 12583  df-rp 12731  df-fl 13512  df-mod 13590
This theorem is referenced by:  modaddabs  13629  modaddmod  13630  modadd12d  13647  modaddmulmod  13658  moddvds  15974  modsubi  16773  lgsvalmod  26464  lgsmod  26471  lgsne0  26483  lgseisen  26527  pellexlem6  40656
  Copyright terms: Public domain W3C validator