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

Theorem divalg 15753
Description: The division algorithm (theorem). Dividing an integer 𝑁 by a nonzero integer 𝐷 produces a (unique) quotient 𝑞 and a unique remainder 0 ≤ 𝑟 < (abs‘𝐷). Theorem 1.14 in [ApostolNT] p. 19. The proof does not use / or or mod. (Contributed by Paul Chapman, 21-Mar-2011.)
Assertion
Ref Expression
divalg ((𝑁 ∈ ℤ ∧ 𝐷 ∈ ℤ ∧ 𝐷 ≠ 0) → ∃!𝑟 ∈ ℤ ∃𝑞 ∈ ℤ (0 ≤ 𝑟𝑟 < (abs‘𝐷) ∧ 𝑁 = ((𝑞 · 𝐷) + 𝑟)))
Distinct variable groups:   𝐷,𝑞,𝑟   𝑁,𝑞,𝑟

Proof of Theorem divalg
StepHypRef Expression
1 eqeq1 2825 . . . . . 6 (𝑁 = if(𝑁 ∈ ℤ, 𝑁, 1) → (𝑁 = ((𝑞 · 𝐷) + 𝑟) ↔ if(𝑁 ∈ ℤ, 𝑁, 1) = ((𝑞 · 𝐷) + 𝑟)))
213anbi3d 1438 . . . . 5 (𝑁 = if(𝑁 ∈ ℤ, 𝑁, 1) → ((0 ≤ 𝑟𝑟 < (abs‘𝐷) ∧ 𝑁 = ((𝑞 · 𝐷) + 𝑟)) ↔ (0 ≤ 𝑟𝑟 < (abs‘𝐷) ∧ if(𝑁 ∈ ℤ, 𝑁, 1) = ((𝑞 · 𝐷) + 𝑟))))
32rexbidv 3297 . . . 4 (𝑁 = if(𝑁 ∈ ℤ, 𝑁, 1) → (∃𝑞 ∈ ℤ (0 ≤ 𝑟𝑟 < (abs‘𝐷) ∧ 𝑁 = ((𝑞 · 𝐷) + 𝑟)) ↔ ∃𝑞 ∈ ℤ (0 ≤ 𝑟𝑟 < (abs‘𝐷) ∧ if(𝑁 ∈ ℤ, 𝑁, 1) = ((𝑞 · 𝐷) + 𝑟))))
43reubidv 3389 . . 3 (𝑁 = if(𝑁 ∈ ℤ, 𝑁, 1) → (∃!𝑟 ∈ ℤ ∃𝑞 ∈ ℤ (0 ≤ 𝑟𝑟 < (abs‘𝐷) ∧ 𝑁 = ((𝑞 · 𝐷) + 𝑟)) ↔ ∃!𝑟 ∈ ℤ ∃𝑞 ∈ ℤ (0 ≤ 𝑟𝑟 < (abs‘𝐷) ∧ if(𝑁 ∈ ℤ, 𝑁, 1) = ((𝑞 · 𝐷) + 𝑟))))
5 fveq2 6669 . . . . . . 7 (𝐷 = if((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0), 𝐷, 1) → (abs‘𝐷) = (abs‘if((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0), 𝐷, 1)))
65breq2d 5077 . . . . . 6 (𝐷 = if((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0), 𝐷, 1) → (𝑟 < (abs‘𝐷) ↔ 𝑟 < (abs‘if((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0), 𝐷, 1))))
7 oveq2 7163 . . . . . . . 8 (𝐷 = if((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0), 𝐷, 1) → (𝑞 · 𝐷) = (𝑞 · if((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0), 𝐷, 1)))
87oveq1d 7170 . . . . . . 7 (𝐷 = if((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0), 𝐷, 1) → ((𝑞 · 𝐷) + 𝑟) = ((𝑞 · if((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0), 𝐷, 1)) + 𝑟))
98eqeq2d 2832 . . . . . 6 (𝐷 = if((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0), 𝐷, 1) → (if(𝑁 ∈ ℤ, 𝑁, 1) = ((𝑞 · 𝐷) + 𝑟) ↔ if(𝑁 ∈ ℤ, 𝑁, 1) = ((𝑞 · if((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0), 𝐷, 1)) + 𝑟)))
106, 93anbi23d 1435 . . . . 5 (𝐷 = if((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0), 𝐷, 1) → ((0 ≤ 𝑟𝑟 < (abs‘𝐷) ∧ if(𝑁 ∈ ℤ, 𝑁, 1) = ((𝑞 · 𝐷) + 𝑟)) ↔ (0 ≤ 𝑟𝑟 < (abs‘if((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0), 𝐷, 1)) ∧ if(𝑁 ∈ ℤ, 𝑁, 1) = ((𝑞 · if((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0), 𝐷, 1)) + 𝑟))))
1110rexbidv 3297 . . . 4 (𝐷 = if((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0), 𝐷, 1) → (∃𝑞 ∈ ℤ (0 ≤ 𝑟𝑟 < (abs‘𝐷) ∧ if(𝑁 ∈ ℤ, 𝑁, 1) = ((𝑞 · 𝐷) + 𝑟)) ↔ ∃𝑞 ∈ ℤ (0 ≤ 𝑟𝑟 < (abs‘if((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0), 𝐷, 1)) ∧ if(𝑁 ∈ ℤ, 𝑁, 1) = ((𝑞 · if((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0), 𝐷, 1)) + 𝑟))))
1211reubidv 3389 . . 3 (𝐷 = if((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0), 𝐷, 1) → (∃!𝑟 ∈ ℤ ∃𝑞 ∈ ℤ (0 ≤ 𝑟𝑟 < (abs‘𝐷) ∧ if(𝑁 ∈ ℤ, 𝑁, 1) = ((𝑞 · 𝐷) + 𝑟)) ↔ ∃!𝑟 ∈ ℤ ∃𝑞 ∈ ℤ (0 ≤ 𝑟𝑟 < (abs‘if((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0), 𝐷, 1)) ∧ if(𝑁 ∈ ℤ, 𝑁, 1) = ((𝑞 · if((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0), 𝐷, 1)) + 𝑟))))
13 1z 12011 . . . . 5 1 ∈ ℤ
1413elimel 4533 . . . 4 if(𝑁 ∈ ℤ, 𝑁, 1) ∈ ℤ
15 simpl 485 . . . . 5 ((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0) → 𝐷 ∈ ℤ)
16 eleq1 2900 . . . . 5 (𝐷 = if((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0), 𝐷, 1) → (𝐷 ∈ ℤ ↔ if((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0), 𝐷, 1) ∈ ℤ))
17 eleq1 2900 . . . . 5 (1 = if((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0), 𝐷, 1) → (1 ∈ ℤ ↔ if((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0), 𝐷, 1) ∈ ℤ))
1815, 16, 17, 13elimdhyp 4534 . . . 4 if((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0), 𝐷, 1) ∈ ℤ
19 simpr 487 . . . . 5 ((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0) → 𝐷 ≠ 0)
20 neeq1 3078 . . . . 5 (𝐷 = if((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0), 𝐷, 1) → (𝐷 ≠ 0 ↔ if((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0), 𝐷, 1) ≠ 0))
21 neeq1 3078 . . . . 5 (1 = if((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0), 𝐷, 1) → (1 ≠ 0 ↔ if((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0), 𝐷, 1) ≠ 0))
22 ax-1ne0 10605 . . . . 5 1 ≠ 0
2319, 20, 21, 22elimdhyp 4534 . . . 4 if((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0), 𝐷, 1) ≠ 0
24 eqid 2821 . . . 4 {𝑟 ∈ ℕ0 ∣ if((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0), 𝐷, 1) ∥ (if(𝑁 ∈ ℤ, 𝑁, 1) − 𝑟)} = {𝑟 ∈ ℕ0 ∣ if((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0), 𝐷, 1) ∥ (if(𝑁 ∈ ℤ, 𝑁, 1) − 𝑟)}
2514, 18, 23, 24divalglem10 15752 . . 3 ∃!𝑟 ∈ ℤ ∃𝑞 ∈ ℤ (0 ≤ 𝑟𝑟 < (abs‘if((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0), 𝐷, 1)) ∧ if(𝑁 ∈ ℤ, 𝑁, 1) = ((𝑞 · if((𝐷 ∈ ℤ ∧ 𝐷 ≠ 0), 𝐷, 1)) + 𝑟))
264, 12, 25dedth2h 4523 . 2 ((𝑁 ∈ ℤ ∧ (𝐷 ∈ ℤ ∧ 𝐷 ≠ 0)) → ∃!𝑟 ∈ ℤ ∃𝑞 ∈ ℤ (0 ≤ 𝑟𝑟 < (abs‘𝐷) ∧ 𝑁 = ((𝑞 · 𝐷) + 𝑟)))
27263impb 1111 1 ((𝑁 ∈ ℤ ∧ 𝐷 ∈ ℤ ∧ 𝐷 ≠ 0) → ∃!𝑟 ∈ ℤ ∃𝑞 ∈ ℤ (0 ≤ 𝑟𝑟 < (abs‘𝐷) ∧ 𝑁 = ((𝑞 · 𝐷) + 𝑟)))
Colors of variables: wff setvar class
Syntax hints:  wi 4  wa 398  w3a 1083   = wceq 1533  wcel 2110  wne 3016  wrex 3139  ∃!wreu 3140  {crab 3142  ifcif 4466   class class class wbr 5065  cfv 6354  (class class class)co 7155  0cc0 10536  1c1 10537   + caddc 10539   · cmul 10541   < clt 10674  cle 10675  cmin 10869  0cn0 11896  cz 11980  abscabs 14592  cdvds 15606
This theorem was proved from axioms:  ax-mp 5  ax-1 6  ax-2 7  ax-3 8  ax-gen 1792  ax-4 1806  ax-5 1907  ax-6 1966  ax-7 2011  ax-8 2112  ax-9 2120  ax-10 2141  ax-11 2157  ax-12 2173  ax-ext 2793  ax-sep 5202  ax-nul 5209  ax-pow 5265  ax-pr 5329  ax-un 7460  ax-cnex 10592  ax-resscn 10593  ax-1cn 10594  ax-icn 10595  ax-addcl 10596  ax-addrcl 10597  ax-mulcl 10598  ax-mulrcl 10599  ax-mulcom 10600  ax-addass 10601  ax-mulass 10602  ax-distr 10603  ax-i2m1 10604  ax-1ne0 10605  ax-1rid 10606  ax-rnegex 10607  ax-rrecex 10608  ax-cnre 10609  ax-pre-lttri 10610  ax-pre-lttrn 10611  ax-pre-ltadd 10612  ax-pre-mulgt0 10613  ax-pre-sup 10614
This theorem depends on definitions:  df-bi 209  df-an 399  df-or 844  df-3or 1084  df-3an 1085  df-tru 1536  df-ex 1777  df-nf 1781  df-sb 2066  df-mo 2618  df-eu 2650  df-clab 2800  df-cleq 2814  df-clel 2893  df-nfc 2963  df-ne 3017  df-nel 3124  df-ral 3143  df-rex 3144  df-reu 3145  df-rmo 3146  df-rab 3147  df-v 3496  df-sbc 3772  df-csb 3883  df-dif 3938  df-un 3940  df-in 3942  df-ss 3951  df-pss 3953  df-nul 4291  df-if 4467  df-pw 4540  df-sn 4567  df-pr 4569  df-tp 4571  df-op 4573  df-uni 4838  df-iun 4920  df-br 5066  df-opab 5128  df-mpt 5146  df-tr 5172  df-id 5459  df-eprel 5464  df-po 5473  df-so 5474  df-fr 5513  df-we 5515  df-xp 5560  df-rel 5561  df-cnv 5562  df-co 5563  df-dm 5564  df-rn 5565  df-res 5566  df-ima 5567  df-pred 6147  df-ord 6193  df-on 6194  df-lim 6195  df-suc 6196  df-iota 6313  df-fun 6356  df-fn 6357  df-f 6358  df-f1 6359  df-fo 6360  df-f1o 6361  df-fv 6362  df-riota 7113  df-ov 7158  df-oprab 7159  df-mpo 7160  df-om 7580  df-1st 7688  df-2nd 7689  df-wrecs 7946  df-recs 8007  df-rdg 8045  df-er 8288  df-en 8509  df-dom 8510  df-sdom 8511  df-sup 8905  df-inf 8906  df-pnf 10676  df-mnf 10677  df-xr 10678  df-ltxr 10679  df-le 10680  df-sub 10871  df-neg 10872  df-div 11297  df-nn 11638  df-2 11699  df-3 11700  df-n0 11897  df-z 11981  df-uz 12243  df-rp 12389  df-fz 12892  df-seq 13369  df-exp 13429  df-cj 14457  df-re 14458  df-im 14459  df-sqrt 14593  df-abs 14594  df-dvds 15607
This theorem is referenced by:  divalg2  15755
  Copyright terms: Public domain W3C validator