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

Theorem gcddiv 15893
Description: Division law for GCD. (Contributed by Scott Fenton, 18-Apr-2014.) (Revised by Mario Carneiro, 19-Apr-2014.)
Assertion
Ref Expression
gcddiv (((𝐴 ∈ ℤ ∧ 𝐵 ∈ ℤ ∧ 𝐶 ∈ ℕ) ∧ (𝐶𝐴𝐶𝐵)) → ((𝐴 gcd 𝐵) / 𝐶) = ((𝐴 / 𝐶) gcd (𝐵 / 𝐶)))

Proof of Theorem gcddiv
Dummy variables 𝑎 𝑏 are mutually distinct and distinct from all other variables.
StepHypRef Expression
1 nnz 11998 . . . . . . 7 (𝐶 ∈ ℕ → 𝐶 ∈ ℤ)
213ad2ant3 1131 . . . . . 6 ((𝐴 ∈ ℤ ∧ 𝐵 ∈ ℤ ∧ 𝐶 ∈ ℕ) → 𝐶 ∈ ℤ)
3 simp1 1132 . . . . . 6 ((𝐴 ∈ ℤ ∧ 𝐵 ∈ ℤ ∧ 𝐶 ∈ ℕ) → 𝐴 ∈ ℤ)
4 divides 15603 . . . . . 6 ((𝐶 ∈ ℤ ∧ 𝐴 ∈ ℤ) → (𝐶𝐴 ↔ ∃𝑎 ∈ ℤ (𝑎 · 𝐶) = 𝐴))
52, 3, 4syl2anc 586 . . . . 5 ((𝐴 ∈ ℤ ∧ 𝐵 ∈ ℤ ∧ 𝐶 ∈ ℕ) → (𝐶𝐴 ↔ ∃𝑎 ∈ ℤ (𝑎 · 𝐶) = 𝐴))
6 simp2 1133 . . . . . 6 ((𝐴 ∈ ℤ ∧ 𝐵 ∈ ℤ ∧ 𝐶 ∈ ℕ) → 𝐵 ∈ ℤ)
7 divides 15603 . . . . . 6 ((𝐶 ∈ ℤ ∧ 𝐵 ∈ ℤ) → (𝐶𝐵 ↔ ∃𝑏 ∈ ℤ (𝑏 · 𝐶) = 𝐵))
82, 6, 7syl2anc 586 . . . . 5 ((𝐴 ∈ ℤ ∧ 𝐵 ∈ ℤ ∧ 𝐶 ∈ ℕ) → (𝐶𝐵 ↔ ∃𝑏 ∈ ℤ (𝑏 · 𝐶) = 𝐵))
95, 8anbi12d 632 . . . 4 ((𝐴 ∈ ℤ ∧ 𝐵 ∈ ℤ ∧ 𝐶 ∈ ℕ) → ((𝐶𝐴𝐶𝐵) ↔ (∃𝑎 ∈ ℤ (𝑎 · 𝐶) = 𝐴 ∧ ∃𝑏 ∈ ℤ (𝑏 · 𝐶) = 𝐵)))
10 reeanv 3368 . . . 4 (∃𝑎 ∈ ℤ ∃𝑏 ∈ ℤ ((𝑎 · 𝐶) = 𝐴 ∧ (𝑏 · 𝐶) = 𝐵) ↔ (∃𝑎 ∈ ℤ (𝑎 · 𝐶) = 𝐴 ∧ ∃𝑏 ∈ ℤ (𝑏 · 𝐶) = 𝐵))
119, 10syl6bbr 291 . . 3 ((𝐴 ∈ ℤ ∧ 𝐵 ∈ ℤ ∧ 𝐶 ∈ ℕ) → ((𝐶𝐴𝐶𝐵) ↔ ∃𝑎 ∈ ℤ ∃𝑏 ∈ ℤ ((𝑎 · 𝐶) = 𝐴 ∧ (𝑏 · 𝐶) = 𝐵)))
12 gcdcl 15849 . . . . . . . . . . . 12 ((𝑎 ∈ ℤ ∧ 𝑏 ∈ ℤ) → (𝑎 gcd 𝑏) ∈ ℕ0)
1312nn0cnd 11951 . . . . . . . . . . 11 ((𝑎 ∈ ℤ ∧ 𝑏 ∈ ℤ) → (𝑎 gcd 𝑏) ∈ ℂ)
14133adant3 1128 . . . . . . . . . 10 ((𝑎 ∈ ℤ ∧ 𝑏 ∈ ℤ ∧ 𝐶 ∈ ℕ) → (𝑎 gcd 𝑏) ∈ ℂ)
15 nncn 11640 . . . . . . . . . . 11 (𝐶 ∈ ℕ → 𝐶 ∈ ℂ)
16153ad2ant3 1131 . . . . . . . . . 10 ((𝑎 ∈ ℤ ∧ 𝑏 ∈ ℤ ∧ 𝐶 ∈ ℕ) → 𝐶 ∈ ℂ)
17 nnne0 11665 . . . . . . . . . . 11 (𝐶 ∈ ℕ → 𝐶 ≠ 0)
18173ad2ant3 1131 . . . . . . . . . 10 ((𝑎 ∈ ℤ ∧ 𝑏 ∈ ℤ ∧ 𝐶 ∈ ℕ) → 𝐶 ≠ 0)
1914, 16, 18divcan4d 11416 . . . . . . . . 9 ((𝑎 ∈ ℤ ∧ 𝑏 ∈ ℤ ∧ 𝐶 ∈ ℕ) → (((𝑎 gcd 𝑏) · 𝐶) / 𝐶) = (𝑎 gcd 𝑏))
20 nnnn0 11898 . . . . . . . . . . 11 (𝐶 ∈ ℕ → 𝐶 ∈ ℕ0)
21 mulgcdr 15892 . . . . . . . . . . 11 ((𝑎 ∈ ℤ ∧ 𝑏 ∈ ℤ ∧ 𝐶 ∈ ℕ0) → ((𝑎 · 𝐶) gcd (𝑏 · 𝐶)) = ((𝑎 gcd 𝑏) · 𝐶))
2220, 21syl3an3 1161 . . . . . . . . . 10 ((𝑎 ∈ ℤ ∧ 𝑏 ∈ ℤ ∧ 𝐶 ∈ ℕ) → ((𝑎 · 𝐶) gcd (𝑏 · 𝐶)) = ((𝑎 gcd 𝑏) · 𝐶))
2322oveq1d 7165 . . . . . . . . 9 ((𝑎 ∈ ℤ ∧ 𝑏 ∈ ℤ ∧ 𝐶 ∈ ℕ) → (((𝑎 · 𝐶) gcd (𝑏 · 𝐶)) / 𝐶) = (((𝑎 gcd 𝑏) · 𝐶) / 𝐶))
24 zcn 11980 . . . . . . . . . . . 12 (𝑎 ∈ ℤ → 𝑎 ∈ ℂ)
25243ad2ant1 1129 . . . . . . . . . . 11 ((𝑎 ∈ ℤ ∧ 𝑏 ∈ ℤ ∧ 𝐶 ∈ ℕ) → 𝑎 ∈ ℂ)
2625, 16, 18divcan4d 11416 . . . . . . . . . 10 ((𝑎 ∈ ℤ ∧ 𝑏 ∈ ℤ ∧ 𝐶 ∈ ℕ) → ((𝑎 · 𝐶) / 𝐶) = 𝑎)
27 zcn 11980 . . . . . . . . . . . 12 (𝑏 ∈ ℤ → 𝑏 ∈ ℂ)
28273ad2ant2 1130 . . . . . . . . . . 11 ((𝑎 ∈ ℤ ∧ 𝑏 ∈ ℤ ∧ 𝐶 ∈ ℕ) → 𝑏 ∈ ℂ)
2928, 16, 18divcan4d 11416 . . . . . . . . . 10 ((𝑎 ∈ ℤ ∧ 𝑏 ∈ ℤ ∧ 𝐶 ∈ ℕ) → ((𝑏 · 𝐶) / 𝐶) = 𝑏)
3026, 29oveq12d 7168 . . . . . . . . 9 ((𝑎 ∈ ℤ ∧ 𝑏 ∈ ℤ ∧ 𝐶 ∈ ℕ) → (((𝑎 · 𝐶) / 𝐶) gcd ((𝑏 · 𝐶) / 𝐶)) = (𝑎 gcd 𝑏))
3119, 23, 303eqtr4d 2866 . . . . . . . 8 ((𝑎 ∈ ℤ ∧ 𝑏 ∈ ℤ ∧ 𝐶 ∈ ℕ) → (((𝑎 · 𝐶) gcd (𝑏 · 𝐶)) / 𝐶) = (((𝑎 · 𝐶) / 𝐶) gcd ((𝑏 · 𝐶) / 𝐶)))
32 oveq12 7159 . . . . . . . . . 10 (((𝑎 · 𝐶) = 𝐴 ∧ (𝑏 · 𝐶) = 𝐵) → ((𝑎 · 𝐶) gcd (𝑏 · 𝐶)) = (𝐴 gcd 𝐵))
3332oveq1d 7165 . . . . . . . . 9 (((𝑎 · 𝐶) = 𝐴 ∧ (𝑏 · 𝐶) = 𝐵) → (((𝑎 · 𝐶) gcd (𝑏 · 𝐶)) / 𝐶) = ((𝐴 gcd 𝐵) / 𝐶))
34 oveq1 7157 . . . . . . . . . 10 ((𝑎 · 𝐶) = 𝐴 → ((𝑎 · 𝐶) / 𝐶) = (𝐴 / 𝐶))
35 oveq1 7157 . . . . . . . . . 10 ((𝑏 · 𝐶) = 𝐵 → ((𝑏 · 𝐶) / 𝐶) = (𝐵 / 𝐶))
3634, 35oveqan12d 7169 . . . . . . . . 9 (((𝑎 · 𝐶) = 𝐴 ∧ (𝑏 · 𝐶) = 𝐵) → (((𝑎 · 𝐶) / 𝐶) gcd ((𝑏 · 𝐶) / 𝐶)) = ((𝐴 / 𝐶) gcd (𝐵 / 𝐶)))
3733, 36eqeq12d 2837 . . . . . . . 8 (((𝑎 · 𝐶) = 𝐴 ∧ (𝑏 · 𝐶) = 𝐵) → ((((𝑎 · 𝐶) gcd (𝑏 · 𝐶)) / 𝐶) = (((𝑎 · 𝐶) / 𝐶) gcd ((𝑏 · 𝐶) / 𝐶)) ↔ ((𝐴 gcd 𝐵) / 𝐶) = ((𝐴 / 𝐶) gcd (𝐵 / 𝐶))))
3831, 37syl5ibcom 247 . . . . . . 7 ((𝑎 ∈ ℤ ∧ 𝑏 ∈ ℤ ∧ 𝐶 ∈ ℕ) → (((𝑎 · 𝐶) = 𝐴 ∧ (𝑏 · 𝐶) = 𝐵) → ((𝐴 gcd 𝐵) / 𝐶) = ((𝐴 / 𝐶) gcd (𝐵 / 𝐶))))
39383expa 1114 . . . . . 6 (((𝑎 ∈ ℤ ∧ 𝑏 ∈ ℤ) ∧ 𝐶 ∈ ℕ) → (((𝑎 · 𝐶) = 𝐴 ∧ (𝑏 · 𝐶) = 𝐵) → ((𝐴 gcd 𝐵) / 𝐶) = ((𝐴 / 𝐶) gcd (𝐵 / 𝐶))))
4039expcom 416 . . . . 5 (𝐶 ∈ ℕ → ((𝑎 ∈ ℤ ∧ 𝑏 ∈ ℤ) → (((𝑎 · 𝐶) = 𝐴 ∧ (𝑏 · 𝐶) = 𝐵) → ((𝐴 gcd 𝐵) / 𝐶) = ((𝐴 / 𝐶) gcd (𝐵 / 𝐶)))))
4140rexlimdvv 3293 . . . 4 (𝐶 ∈ ℕ → (∃𝑎 ∈ ℤ ∃𝑏 ∈ ℤ ((𝑎 · 𝐶) = 𝐴 ∧ (𝑏 · 𝐶) = 𝐵) → ((𝐴 gcd 𝐵) / 𝐶) = ((𝐴 / 𝐶) gcd (𝐵 / 𝐶))))
42413ad2ant3 1131 . . 3 ((𝐴 ∈ ℤ ∧ 𝐵 ∈ ℤ ∧ 𝐶 ∈ ℕ) → (∃𝑎 ∈ ℤ ∃𝑏 ∈ ℤ ((𝑎 · 𝐶) = 𝐴 ∧ (𝑏 · 𝐶) = 𝐵) → ((𝐴 gcd 𝐵) / 𝐶) = ((𝐴 / 𝐶) gcd (𝐵 / 𝐶))))
4311, 42sylbid 242 . 2 ((𝐴 ∈ ℤ ∧ 𝐵 ∈ ℤ ∧ 𝐶 ∈ ℕ) → ((𝐶𝐴𝐶𝐵) → ((𝐴 gcd 𝐵) / 𝐶) = ((𝐴 / 𝐶) gcd (𝐵 / 𝐶))))
4443imp 409 1 (((𝐴 ∈ ℤ ∧ 𝐵 ∈ ℤ ∧ 𝐶 ∈ ℕ) ∧ (𝐶𝐴𝐶𝐵)) → ((𝐴 gcd 𝐵) / 𝐶) = ((𝐴 / 𝐶) gcd (𝐵 / 𝐶)))
Colors of variables: wff setvar class
Syntax hints:  wi 4  wb 208  wa 398  w3a 1083   = wceq 1533  wcel 2110  wne 3016  wrex 3139   class class class wbr 5059  (class class class)co 7150  cc 10529  0cc0 10531   · cmul 10536   / cdiv 11291  cn 11632  0cn0 11891  cz 11975  cdvds 15601   gcd cgcd 15837
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 2156  ax-12 2172  ax-ext 2793  ax-sep 5196  ax-nul 5203  ax-pow 5259  ax-pr 5322  ax-un 7455  ax-cnex 10587  ax-resscn 10588  ax-1cn 10589  ax-icn 10590  ax-addcl 10591  ax-addrcl 10592  ax-mulcl 10593  ax-mulrcl 10594  ax-mulcom 10595  ax-addass 10596  ax-mulass 10597  ax-distr 10598  ax-i2m1 10599  ax-1ne0 10600  ax-1rid 10601  ax-rnegex 10602  ax-rrecex 10603  ax-cnre 10604  ax-pre-lttri 10605  ax-pre-lttrn 10606  ax-pre-ltadd 10607  ax-pre-mulgt0 10608  ax-pre-sup 10609
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 3497  df-sbc 3773  df-csb 3884  df-dif 3939  df-un 3941  df-in 3943  df-ss 3952  df-pss 3954  df-nul 4292  df-if 4468  df-pw 4541  df-sn 4562  df-pr 4564  df-tp 4566  df-op 4568  df-uni 4833  df-iun 4914  df-br 5060  df-opab 5122  df-mpt 5140  df-tr 5166  df-id 5455  df-eprel 5460  df-po 5469  df-so 5470  df-fr 5509  df-we 5511  df-xp 5556  df-rel 5557  df-cnv 5558  df-co 5559  df-dm 5560  df-rn 5561  df-res 5562  df-ima 5563  df-pred 6143  df-ord 6189  df-on 6190  df-lim 6191  df-suc 6192  df-iota 6309  df-fun 6352  df-fn 6353  df-f 6354  df-f1 6355  df-fo 6356  df-f1o 6357  df-fv 6358  df-riota 7108  df-ov 7153  df-oprab 7154  df-mpo 7155  df-om 7575  df-2nd 7684  df-wrecs 7941  df-recs 8002  df-rdg 8040  df-er 8283  df-en 8504  df-dom 8505  df-sdom 8506  df-sup 8900  df-inf 8901  df-pnf 10671  df-mnf 10672  df-xr 10673  df-ltxr 10674  df-le 10675  df-sub 10866  df-neg 10867  df-div 11292  df-nn 11633  df-2 11694  df-3 11695  df-n0 11892  df-z 11976  df-uz 12238  df-rp 12384  df-fl 13156  df-mod 13232  df-seq 13364  df-exp 13424  df-cj 14452  df-re 14453  df-im 14454  df-sqrt 14588  df-abs 14589  df-dvds 15602  df-gcd 15838
This theorem is referenced by:  sqgcd  15903  divgcdodd  16048  divnumden  16082  hashgcdlem  16119  pythagtriplem19  16164  expgcd  39176
  Copyright terms: Public domain W3C validator