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

Theorem modadd1 13616
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 13579 . . . . . . . 8 ((𝐴 ∈ ℝ ∧ 𝐷 ∈ ℝ+) → (𝐴 mod 𝐷) = (𝐴 − (𝐷 · (⌊‘(𝐴 / 𝐷)))))
2 modval 13579 . . . . . . . 8 ((𝐵 ∈ ℝ ∧ 𝐷 ∈ ℝ+) → (𝐵 mod 𝐷) = (𝐵 − (𝐷 · (⌊‘(𝐵 / 𝐷)))))
31, 2eqeqan12d 2752 . . . . . . 7 (((𝐴 ∈ ℝ ∧ 𝐷 ∈ ℝ+) ∧ (𝐵 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → ((𝐴 mod 𝐷) = (𝐵 mod 𝐷) ↔ (𝐴 − (𝐷 · (⌊‘(𝐴 / 𝐷)))) = (𝐵 − (𝐷 · (⌊‘(𝐵 / 𝐷))))))
43anandirs 676 . . . . . 6 (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ 𝐷 ∈ ℝ+) → ((𝐴 mod 𝐷) = (𝐵 mod 𝐷) ↔ (𝐴 − (𝐷 · (⌊‘(𝐴 / 𝐷)))) = (𝐵 − (𝐷 · (⌊‘(𝐵 / 𝐷))))))
54adantrl 713 . . . . 5 (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → ((𝐴 mod 𝐷) = (𝐵 mod 𝐷) ↔ (𝐴 − (𝐷 · (⌊‘(𝐴 / 𝐷)))) = (𝐵 − (𝐷 · (⌊‘(𝐵 / 𝐷))))))
6 oveq1 7275 . . . . 5 ((𝐴 − (𝐷 · (⌊‘(𝐴 / 𝐷)))) = (𝐵 − (𝐷 · (⌊‘(𝐵 / 𝐷)))) → ((𝐴 − (𝐷 · (⌊‘(𝐴 / 𝐷)))) + 𝐶) = ((𝐵 − (𝐷 · (⌊‘(𝐵 / 𝐷)))) + 𝐶))
75, 6syl6bi 252 . . . 4 (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → ((𝐴 mod 𝐷) = (𝐵 mod 𝐷) → ((𝐴 − (𝐷 · (⌊‘(𝐴 / 𝐷)))) + 𝐶) = ((𝐵 − (𝐷 · (⌊‘(𝐵 / 𝐷)))) + 𝐶)))
8 recn 10949 . . . . . . . 8 (𝐴 ∈ ℝ → 𝐴 ∈ ℂ)
98adantr 481 . . . . . . 7 ((𝐴 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → 𝐴 ∈ ℂ)
10 recn 10949 . . . . . . . 8 (𝐶 ∈ ℝ → 𝐶 ∈ ℂ)
1110ad2antrl 725 . . . . . . 7 ((𝐴 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → 𝐶 ∈ ℂ)
12 rpcn 12728 . . . . . . . . . 10 (𝐷 ∈ ℝ+𝐷 ∈ ℂ)
1312adantl 482 . . . . . . . . 9 ((𝐴 ∈ ℝ ∧ 𝐷 ∈ ℝ+) → 𝐷 ∈ ℂ)
14 rerpdivcl 12748 . . . . . . . . . 10 ((𝐴 ∈ ℝ ∧ 𝐷 ∈ ℝ+) → (𝐴 / 𝐷) ∈ ℝ)
15 reflcl 13504 . . . . . . . . . . 11 ((𝐴 / 𝐷) ∈ ℝ → (⌊‘(𝐴 / 𝐷)) ∈ ℝ)
1615recnd 10991 . . . . . . . . . 10 ((𝐴 / 𝐷) ∈ ℝ → (⌊‘(𝐴 / 𝐷)) ∈ ℂ)
1714, 16syl 17 . . . . . . . . 9 ((𝐴 ∈ ℝ ∧ 𝐷 ∈ ℝ+) → (⌊‘(𝐴 / 𝐷)) ∈ ℂ)
1813, 17mulcld 10983 . . . . . . . 8 ((𝐴 ∈ ℝ ∧ 𝐷 ∈ ℝ+) → (𝐷 · (⌊‘(𝐴 / 𝐷))) ∈ ℂ)
1918adantrl 713 . . . . . . 7 ((𝐴 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → (𝐷 · (⌊‘(𝐴 / 𝐷))) ∈ ℂ)
209, 11, 19addsubd 11341 . . . . . 6 ((𝐴 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → ((𝐴 + 𝐶) − (𝐷 · (⌊‘(𝐴 / 𝐷)))) = ((𝐴 − (𝐷 · (⌊‘(𝐴 / 𝐷)))) + 𝐶))
2120adantlr 712 . . . . 5 (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → ((𝐴 + 𝐶) − (𝐷 · (⌊‘(𝐴 / 𝐷)))) = ((𝐴 − (𝐷 · (⌊‘(𝐴 / 𝐷)))) + 𝐶))
22 recn 10949 . . . . . . . 8 (𝐵 ∈ ℝ → 𝐵 ∈ ℂ)
2322adantr 481 . . . . . . 7 ((𝐵 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → 𝐵 ∈ ℂ)
2410ad2antrl 725 . . . . . . 7 ((𝐵 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → 𝐶 ∈ ℂ)
2512adantl 482 . . . . . . . . 9 ((𝐵 ∈ ℝ ∧ 𝐷 ∈ ℝ+) → 𝐷 ∈ ℂ)
26 rerpdivcl 12748 . . . . . . . . . 10 ((𝐵 ∈ ℝ ∧ 𝐷 ∈ ℝ+) → (𝐵 / 𝐷) ∈ ℝ)
27 reflcl 13504 . . . . . . . . . . 11 ((𝐵 / 𝐷) ∈ ℝ → (⌊‘(𝐵 / 𝐷)) ∈ ℝ)
2827recnd 10991 . . . . . . . . . 10 ((𝐵 / 𝐷) ∈ ℝ → (⌊‘(𝐵 / 𝐷)) ∈ ℂ)
2926, 28syl 17 . . . . . . . . 9 ((𝐵 ∈ ℝ ∧ 𝐷 ∈ ℝ+) → (⌊‘(𝐵 / 𝐷)) ∈ ℂ)
3025, 29mulcld 10983 . . . . . . . 8 ((𝐵 ∈ ℝ ∧ 𝐷 ∈ ℝ+) → (𝐷 · (⌊‘(𝐵 / 𝐷))) ∈ ℂ)
3130adantrl 713 . . . . . . 7 ((𝐵 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → (𝐷 · (⌊‘(𝐵 / 𝐷))) ∈ ℂ)
3223, 24, 31addsubd 11341 . . . . . 6 ((𝐵 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → ((𝐵 + 𝐶) − (𝐷 · (⌊‘(𝐵 / 𝐷)))) = ((𝐵 − (𝐷 · (⌊‘(𝐵 / 𝐷)))) + 𝐶))
3332adantll 711 . . . . 5 (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → ((𝐵 + 𝐶) − (𝐷 · (⌊‘(𝐵 / 𝐷)))) = ((𝐵 − (𝐷 · (⌊‘(𝐵 / 𝐷)))) + 𝐶))
3421, 33eqeq12d 2754 . . . 4 (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → (((𝐴 + 𝐶) − (𝐷 · (⌊‘(𝐴 / 𝐷)))) = ((𝐵 + 𝐶) − (𝐷 · (⌊‘(𝐵 / 𝐷)))) ↔ ((𝐴 − (𝐷 · (⌊‘(𝐴 / 𝐷)))) + 𝐶) = ((𝐵 − (𝐷 · (⌊‘(𝐵 / 𝐷)))) + 𝐶)))
357, 34sylibrd 258 . . 3 (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → ((𝐴 mod 𝐷) = (𝐵 mod 𝐷) → ((𝐴 + 𝐶) − (𝐷 · (⌊‘(𝐴 / 𝐷)))) = ((𝐵 + 𝐶) − (𝐷 · (⌊‘(𝐵 / 𝐷))))))
36 oveq1 7275 . . . 4 (((𝐴 + 𝐶) − (𝐷 · (⌊‘(𝐴 / 𝐷)))) = ((𝐵 + 𝐶) − (𝐷 · (⌊‘(𝐵 / 𝐷)))) → (((𝐴 + 𝐶) − (𝐷 · (⌊‘(𝐴 / 𝐷)))) mod 𝐷) = (((𝐵 + 𝐶) − (𝐷 · (⌊‘(𝐵 / 𝐷)))) mod 𝐷))
37 readdcl 10942 . . . . . . . 8 ((𝐴 ∈ ℝ ∧ 𝐶 ∈ ℝ) → (𝐴 + 𝐶) ∈ ℝ)
3837adantrr 714 . . . . . . 7 ((𝐴 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → (𝐴 + 𝐶) ∈ ℝ)
39 simprr 770 . . . . . . 7 ((𝐴 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → 𝐷 ∈ ℝ+)
4014flcld 13506 . . . . . . . 8 ((𝐴 ∈ ℝ ∧ 𝐷 ∈ ℝ+) → (⌊‘(𝐴 / 𝐷)) ∈ ℤ)
4140adantrl 713 . . . . . . 7 ((𝐴 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → (⌊‘(𝐴 / 𝐷)) ∈ ℤ)
42 modcyc2 13615 . . . . . . 7 (((𝐴 + 𝐶) ∈ ℝ ∧ 𝐷 ∈ ℝ+ ∧ (⌊‘(𝐴 / 𝐷)) ∈ ℤ) → (((𝐴 + 𝐶) − (𝐷 · (⌊‘(𝐴 / 𝐷)))) mod 𝐷) = ((𝐴 + 𝐶) mod 𝐷))
4338, 39, 41, 42syl3anc 1370 . . . . . 6 ((𝐴 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → (((𝐴 + 𝐶) − (𝐷 · (⌊‘(𝐴 / 𝐷)))) mod 𝐷) = ((𝐴 + 𝐶) mod 𝐷))
4443adantlr 712 . . . . 5 (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → (((𝐴 + 𝐶) − (𝐷 · (⌊‘(𝐴 / 𝐷)))) mod 𝐷) = ((𝐴 + 𝐶) mod 𝐷))
45 readdcl 10942 . . . . . . . 8 ((𝐵 ∈ ℝ ∧ 𝐶 ∈ ℝ) → (𝐵 + 𝐶) ∈ ℝ)
4645adantrr 714 . . . . . . 7 ((𝐵 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → (𝐵 + 𝐶) ∈ ℝ)
47 simprr 770 . . . . . . 7 ((𝐵 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → 𝐷 ∈ ℝ+)
4826flcld 13506 . . . . . . . 8 ((𝐵 ∈ ℝ ∧ 𝐷 ∈ ℝ+) → (⌊‘(𝐵 / 𝐷)) ∈ ℤ)
4948adantrl 713 . . . . . . 7 ((𝐵 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ+)) → (⌊‘(𝐵 / 𝐷)) ∈ ℤ)
50 modcyc2 13615 . . . . . . 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 6427  (class class class)co 7268  cc 10857  cr 10858   + caddc 10862   · cmul 10864  cmin 11193   / cdiv 11620  cz 12307  +crp 12718  cfl 13498   mod cmo 13577
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 5222  ax-nul 5229  ax-pow 5287  ax-pr 5351  ax-un 7579  ax-cnex 10915  ax-resscn 10916  ax-1cn 10917  ax-icn 10918  ax-addcl 10919  ax-addrcl 10920  ax-mulcl 10921  ax-mulrcl 10922  ax-mulcom 10923  ax-addass 10924  ax-mulass 10925  ax-distr 10926  ax-i2m1 10927  ax-1ne0 10928  ax-1rid 10929  ax-rnegex 10930  ax-rrecex 10931  ax-cnre 10932  ax-pre-lttri 10933  ax-pre-lttrn 10934  ax-pre-ltadd 10935  ax-pre-mulgt0 10936  ax-pre-sup 10937
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-reu 3071  df-rmo 3072  df-rab 3073  df-v 3432  df-sbc 3717  df-csb 3833  df-dif 3890  df-un 3892  df-in 3894  df-ss 3904  df-pss 3906  df-nul 4258  df-if 4461  df-pw 4536  df-sn 4563  df-pr 4565  df-op 4569  df-uni 4841  df-iun 4927  df-br 5075  df-opab 5137  df-mpt 5158  df-tr 5192  df-id 5485  df-eprel 5491  df-po 5499  df-so 5500  df-fr 5540  df-we 5542  df-xp 5591  df-rel 5592  df-cnv 5593  df-co 5594  df-dm 5595  df-rn 5596  df-res 5597  df-ima 5598  df-pred 6196  df-ord 6263  df-on 6264  df-lim 6265  df-suc 6266  df-iota 6385  df-fun 6429  df-fn 6430  df-f 6431  df-f1 6432  df-fo 6433  df-f1o 6434  df-fv 6435  df-riota 7225  df-ov 7271  df-oprab 7272  df-mpo 7273  df-om 7704  df-2nd 7822  df-frecs 8085  df-wrecs 8116  df-recs 8190  df-rdg 8229  df-er 8486  df-en 8722  df-dom 8723  df-sdom 8724  df-sup 9189  df-inf 9190  df-pnf 10999  df-mnf 11000  df-xr 11001  df-ltxr 11002  df-le 11003  df-sub 11195  df-neg 11196  df-div 11621  df-nn 11962  df-n0 12222  df-z 12308  df-uz 12571  df-rp 12719  df-fl 13500  df-mod 13578
This theorem is referenced by:  modaddabs  13617  modaddmod  13618  modadd12d  13635  modaddmulmod  13646  moddvds  15962  modsubi  16761  lgsvalmod  26452  lgsmod  26459  lgsne0  26471  lgseisen  26515  pellexlem6  40642
  Copyright terms: Public domain W3C validator