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

Theorem dvdscmul 15385
Description: Multiplication by a constant maintains the divides relation. Theorem 1.1(d) in [ApostolNT] p. 14 (multiplication property of the divides relation). (Contributed by Paul Chapman, 21-Mar-2011.)
Assertion
Ref Expression
dvdscmul ((𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ ∧ 𝐾 ∈ ℤ) → (𝑀𝑁 → (𝐾 · 𝑀) ∥ (𝐾 · 𝑁)))

Proof of Theorem dvdscmul
Dummy variable 𝑥 is distinct from all other variables.
StepHypRef Expression
1 3simpc 1188 . . 3 ((𝐾 ∈ ℤ ∧ 𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) → (𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ))
2 zmulcl 11754 . . . . 5 ((𝐾 ∈ ℤ ∧ 𝑀 ∈ ℤ) → (𝐾 · 𝑀) ∈ ℤ)
323adant3 1168 . . . 4 ((𝐾 ∈ ℤ ∧ 𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) → (𝐾 · 𝑀) ∈ ℤ)
4 zmulcl 11754 . . . . 5 ((𝐾 ∈ ℤ ∧ 𝑁 ∈ ℤ) → (𝐾 · 𝑁) ∈ ℤ)
543adant2 1167 . . . 4 ((𝐾 ∈ ℤ ∧ 𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) → (𝐾 · 𝑁) ∈ ℤ)
63, 5jca 509 . . 3 ((𝐾 ∈ ℤ ∧ 𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) → ((𝐾 · 𝑀) ∈ ℤ ∧ (𝐾 · 𝑁) ∈ ℤ))
7 simpr 479 . . 3 (((𝐾 ∈ ℤ ∧ 𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) ∧ 𝑥 ∈ ℤ) → 𝑥 ∈ ℤ)
8 zcn 11709 . . . . . . . . 9 (𝑥 ∈ ℤ → 𝑥 ∈ ℂ)
9 zcn 11709 . . . . . . . . 9 (𝐾 ∈ ℤ → 𝐾 ∈ ℂ)
10 zcn 11709 . . . . . . . . 9 (𝑀 ∈ ℤ → 𝑀 ∈ ℂ)
11 mul12 10521 . . . . . . . . 9 ((𝑥 ∈ ℂ ∧ 𝐾 ∈ ℂ ∧ 𝑀 ∈ ℂ) → (𝑥 · (𝐾 · 𝑀)) = (𝐾 · (𝑥 · 𝑀)))
128, 9, 10, 11syl3an 1205 . . . . . . . 8 ((𝑥 ∈ ℤ ∧ 𝐾 ∈ ℤ ∧ 𝑀 ∈ ℤ) → (𝑥 · (𝐾 · 𝑀)) = (𝐾 · (𝑥 · 𝑀)))
13123coml 1163 . . . . . . 7 ((𝐾 ∈ ℤ ∧ 𝑀 ∈ ℤ ∧ 𝑥 ∈ ℤ) → (𝑥 · (𝐾 · 𝑀)) = (𝐾 · (𝑥 · 𝑀)))
14133expa 1153 . . . . . 6 (((𝐾 ∈ ℤ ∧ 𝑀 ∈ ℤ) ∧ 𝑥 ∈ ℤ) → (𝑥 · (𝐾 · 𝑀)) = (𝐾 · (𝑥 · 𝑀)))
15143adantl3 1215 . . . . 5 (((𝐾 ∈ ℤ ∧ 𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) ∧ 𝑥 ∈ ℤ) → (𝑥 · (𝐾 · 𝑀)) = (𝐾 · (𝑥 · 𝑀)))
16 oveq2 6913 . . . . 5 ((𝑥 · 𝑀) = 𝑁 → (𝐾 · (𝑥 · 𝑀)) = (𝐾 · 𝑁))
1715, 16sylan9eq 2881 . . . 4 ((((𝐾 ∈ ℤ ∧ 𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) ∧ 𝑥 ∈ ℤ) ∧ (𝑥 · 𝑀) = 𝑁) → (𝑥 · (𝐾 · 𝑀)) = (𝐾 · 𝑁))
1817ex 403 . . 3 (((𝐾 ∈ ℤ ∧ 𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) ∧ 𝑥 ∈ ℤ) → ((𝑥 · 𝑀) = 𝑁 → (𝑥 · (𝐾 · 𝑀)) = (𝐾 · 𝑁)))
191, 6, 7, 18dvds1lem 15370 . 2 ((𝐾 ∈ ℤ ∧ 𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) → (𝑀𝑁 → (𝐾 · 𝑀) ∥ (𝐾 · 𝑁)))
20193coml 1163 1 ((𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ ∧ 𝐾 ∈ ℤ) → (𝑀𝑁 → (𝐾 · 𝑀) ∥ (𝐾 · 𝑁)))
Colors of variables: wff setvar class
Syntax hints:  wi 4  wa 386  w3a 1113   = wceq 1658  wcel 2166   class class class wbr 4873  (class class class)co 6905  cc 10250   · cmul 10257  cz 11704  cdvds 15357
This theorem was proved from axioms:  ax-mp 5  ax-1 6  ax-2 7  ax-3 8  ax-gen 1896  ax-4 1910  ax-5 2011  ax-6 2077  ax-7 2114  ax-8 2168  ax-9 2175  ax-10 2194  ax-11 2209  ax-12 2222  ax-13 2391  ax-ext 2803  ax-sep 5005  ax-nul 5013  ax-pow 5065  ax-pr 5127  ax-un 7209  ax-resscn 10309  ax-1cn 10310  ax-icn 10311  ax-addcl 10312  ax-addrcl 10313  ax-mulcl 10314  ax-mulrcl 10315  ax-mulcom 10316  ax-addass 10317  ax-mulass 10318  ax-distr 10319  ax-i2m1 10320  ax-1ne0 10321  ax-1rid 10322  ax-rnegex 10323  ax-rrecex 10324  ax-cnre 10325  ax-pre-lttri 10326  ax-pre-lttrn 10327  ax-pre-ltadd 10328
This theorem depends on definitions:  df-bi 199  df-an 387  df-or 881  df-3or 1114  df-3an 1115  df-tru 1662  df-ex 1881  df-nf 1885  df-sb 2070  df-mo 2605  df-eu 2640  df-clab 2812  df-cleq 2818  df-clel 2821  df-nfc 2958  df-ne 3000  df-nel 3103  df-ral 3122  df-rex 3123  df-reu 3124  df-rab 3126  df-v 3416  df-sbc 3663  df-csb 3758  df-dif 3801  df-un 3803  df-in 3805  df-ss 3812  df-pss 3814  df-nul 4145  df-if 4307  df-pw 4380  df-sn 4398  df-pr 4400  df-tp 4402  df-op 4404  df-uni 4659  df-iun 4742  df-br 4874  df-opab 4936  df-mpt 4953  df-tr 4976  df-id 5250  df-eprel 5255  df-po 5263  df-so 5264  df-fr 5301  df-we 5303  df-xp 5348  df-rel 5349  df-cnv 5350  df-co 5351  df-dm 5352  df-rn 5353  df-res 5354  df-ima 5355  df-pred 5920  df-ord 5966  df-on 5967  df-lim 5968  df-suc 5969  df-iota 6086  df-fun 6125  df-fn 6126  df-f 6127  df-f1 6128  df-fo 6129  df-f1o 6130  df-fv 6131  df-riota 6866  df-ov 6908  df-oprab 6909  df-mpt2 6910  df-om 7327  df-wrecs 7672  df-recs 7734  df-rdg 7772  df-er 8009  df-en 8223  df-dom 8224  df-sdom 8225  df-pnf 10393  df-mnf 10394  df-ltxr 10396  df-sub 10587  df-neg 10588  df-nn 11351  df-n0 11619  df-z 11705  df-dvds 15358
This theorem is referenced by:  dvdscmulr  15387  mulgcd  15638  dvdsmulgcd  15647  rpmulgcd2  15742  pcprendvds2  15917  pcpremul  15919  prmreclem1  15991  sylow3lem4  18396  ablfacrp2  18820  dvdsmulf1o  25333  jm2.27a  38415  jm2.27c  38417
  Copyright terms: Public domain W3C validator