ILE Home Intuitionistic Logic Explorer < Previous   Next >
Nearby theorems
Mirrors  >  Home  >  ILE Home  >  Th. List  >  dvdsgcd Unicode version

Theorem dvdsgcd 11941
Description: An integer which divides each of two others also divides their gcd. (Contributed by Paul Chapman, 22-Jun-2011.) (Revised by Mario Carneiro, 30-May-2014.)
Assertion
Ref Expression
dvdsgcd  |-  ( ( K  e.  ZZ  /\  M  e.  ZZ  /\  N  e.  ZZ )  ->  (
( K  ||  M  /\  K  ||  N )  ->  K  ||  ( M  gcd  N ) ) )

Proof of Theorem dvdsgcd
Dummy variables  x  y are mutually distinct and distinct from all other variables.
StepHypRef Expression
1 bezout 11940 . . 3  |-  ( ( M  e.  ZZ  /\  N  e.  ZZ )  ->  E. x  e.  ZZ  E. y  e.  ZZ  ( M  gcd  N )  =  ( ( M  x.  x )  +  ( N  x.  y ) ) )
213adant1 1005 . 2  |-  ( ( K  e.  ZZ  /\  M  e.  ZZ  /\  N  e.  ZZ )  ->  E. x  e.  ZZ  E. y  e.  ZZ  ( M  gcd  N )  =  ( ( M  x.  x )  +  ( N  x.  y ) ) )
3 dvds2ln 11760 . . . . . . . . 9  |-  ( ( ( x  e.  ZZ  /\  y  e.  ZZ )  /\  ( K  e.  ZZ  /\  M  e.  ZZ  /\  N  e.  ZZ ) )  -> 
( ( K  ||  M  /\  K  ||  N
)  ->  K  ||  (
( x  x.  M
)  +  ( y  x.  N ) ) ) )
433impia 1190 . . . . . . . 8  |-  ( ( ( x  e.  ZZ  /\  y  e.  ZZ )  /\  ( K  e.  ZZ  /\  M  e.  ZZ  /\  N  e.  ZZ )  /\  ( K  ||  M  /\  K  ||  N ) )  ->  K  ||  ( ( x  x.  M )  +  ( y  x.  N
) ) )
543coml 1200 . . . . . . 7  |-  ( ( ( K  e.  ZZ  /\  M  e.  ZZ  /\  N  e.  ZZ )  /\  ( K  ||  M  /\  K  ||  N )  /\  ( x  e.  ZZ  /\  y  e.  ZZ ) )  ->  K  ||  ( ( x  x.  M )  +  ( y  x.  N
) ) )
6 simp3l 1015 . . . . . . . . 9  |-  ( ( ( K  e.  ZZ  /\  M  e.  ZZ  /\  N  e.  ZZ )  /\  ( K  ||  M  /\  K  ||  N )  /\  ( x  e.  ZZ  /\  y  e.  ZZ ) )  ->  x  e.  ZZ )
7 simp12 1018 . . . . . . . . 9  |-  ( ( ( K  e.  ZZ  /\  M  e.  ZZ  /\  N  e.  ZZ )  /\  ( K  ||  M  /\  K  ||  N )  /\  ( x  e.  ZZ  /\  y  e.  ZZ ) )  ->  M  e.  ZZ )
8 zcn 9192 . . . . . . . . . 10  |-  ( x  e.  ZZ  ->  x  e.  CC )
9 zcn 9192 . . . . . . . . . 10  |-  ( M  e.  ZZ  ->  M  e.  CC )
10 mulcom 7878 . . . . . . . . . 10  |-  ( ( x  e.  CC  /\  M  e.  CC )  ->  ( x  x.  M
)  =  ( M  x.  x ) )
118, 9, 10syl2an 287 . . . . . . . . 9  |-  ( ( x  e.  ZZ  /\  M  e.  ZZ )  ->  ( x  x.  M
)  =  ( M  x.  x ) )
126, 7, 11syl2anc 409 . . . . . . . 8  |-  ( ( ( K  e.  ZZ  /\  M  e.  ZZ  /\  N  e.  ZZ )  /\  ( K  ||  M  /\  K  ||  N )  /\  ( x  e.  ZZ  /\  y  e.  ZZ ) )  -> 
( x  x.  M
)  =  ( M  x.  x ) )
13 simp3r 1016 . . . . . . . . 9  |-  ( ( ( K  e.  ZZ  /\  M  e.  ZZ  /\  N  e.  ZZ )  /\  ( K  ||  M  /\  K  ||  N )  /\  ( x  e.  ZZ  /\  y  e.  ZZ ) )  -> 
y  e.  ZZ )
14 simp13 1019 . . . . . . . . 9  |-  ( ( ( K  e.  ZZ  /\  M  e.  ZZ  /\  N  e.  ZZ )  /\  ( K  ||  M  /\  K  ||  N )  /\  ( x  e.  ZZ  /\  y  e.  ZZ ) )  ->  N  e.  ZZ )
15 zcn 9192 . . . . . . . . . 10  |-  ( y  e.  ZZ  ->  y  e.  CC )
16 zcn 9192 . . . . . . . . . 10  |-  ( N  e.  ZZ  ->  N  e.  CC )
17 mulcom 7878 . . . . . . . . . 10  |-  ( ( y  e.  CC  /\  N  e.  CC )  ->  ( y  x.  N
)  =  ( N  x.  y ) )
1815, 16, 17syl2an 287 . . . . . . . . 9  |-  ( ( y  e.  ZZ  /\  N  e.  ZZ )  ->  ( y  x.  N
)  =  ( N  x.  y ) )
1913, 14, 18syl2anc 409 . . . . . . . 8  |-  ( ( ( K  e.  ZZ  /\  M  e.  ZZ  /\  N  e.  ZZ )  /\  ( K  ||  M  /\  K  ||  N )  /\  ( x  e.  ZZ  /\  y  e.  ZZ ) )  -> 
( y  x.  N
)  =  ( N  x.  y ) )
2012, 19oveq12d 5859 . . . . . . 7  |-  ( ( ( K  e.  ZZ  /\  M  e.  ZZ  /\  N  e.  ZZ )  /\  ( K  ||  M  /\  K  ||  N )  /\  ( x  e.  ZZ  /\  y  e.  ZZ ) )  -> 
( ( x  x.  M )  +  ( y  x.  N ) )  =  ( ( M  x.  x )  +  ( N  x.  y ) ) )
215, 20breqtrd 4007 . . . . . 6  |-  ( ( ( K  e.  ZZ  /\  M  e.  ZZ  /\  N  e.  ZZ )  /\  ( K  ||  M  /\  K  ||  N )  /\  ( x  e.  ZZ  /\  y  e.  ZZ ) )  ->  K  ||  ( ( M  x.  x )  +  ( N  x.  y
) ) )
22 breq2 3985 . . . . . 6  |-  ( ( M  gcd  N )  =  ( ( M  x.  x )  +  ( N  x.  y
) )  ->  ( K  ||  ( M  gcd  N )  <->  K  ||  ( ( M  x.  x )  +  ( N  x.  y ) ) ) )
2321, 22syl5ibrcom 156 . . . . 5  |-  ( ( ( K  e.  ZZ  /\  M  e.  ZZ  /\  N  e.  ZZ )  /\  ( K  ||  M  /\  K  ||  N )  /\  ( x  e.  ZZ  /\  y  e.  ZZ ) )  -> 
( ( M  gcd  N )  =  ( ( M  x.  x )  +  ( N  x.  y ) )  ->  K  ||  ( M  gcd  N ) ) )
24233expia 1195 . . . 4  |-  ( ( ( K  e.  ZZ  /\  M  e.  ZZ  /\  N  e.  ZZ )  /\  ( K  ||  M  /\  K  ||  N ) )  ->  ( (
x  e.  ZZ  /\  y  e.  ZZ )  ->  ( ( M  gcd  N )  =  ( ( M  x.  x )  +  ( N  x.  y ) )  ->  K  ||  ( M  gcd  N ) ) ) )
2524rexlimdvv 2589 . . 3  |-  ( ( ( K  e.  ZZ  /\  M  e.  ZZ  /\  N  e.  ZZ )  /\  ( K  ||  M  /\  K  ||  N ) )  ->  ( E. x  e.  ZZ  E. y  e.  ZZ  ( M  gcd  N )  =  ( ( M  x.  x )  +  ( N  x.  y ) )  ->  K  ||  ( M  gcd  N ) ) )
2625ex 114 . 2  |-  ( ( K  e.  ZZ  /\  M  e.  ZZ  /\  N  e.  ZZ )  ->  (
( K  ||  M  /\  K  ||  N )  ->  ( E. x  e.  ZZ  E. y  e.  ZZ  ( M  gcd  N )  =  ( ( M  x.  x )  +  ( N  x.  y ) )  ->  K  ||  ( M  gcd  N ) ) ) )
272, 26mpid 42 1  |-  ( ( K  e.  ZZ  /\  M  e.  ZZ  /\  N  e.  ZZ )  ->  (
( K  ||  M  /\  K  ||  N )  ->  K  ||  ( M  gcd  N ) ) )
Colors of variables: wff set class
Syntax hints:    -> wi 4    /\ wa 103    /\ w3a 968    = wceq 1343    e. wcel 2136   E.wrex 2444   class class class wbr 3981  (class class class)co 5841   CCcc 7747    + caddc 7752    x. cmul 7754   ZZcz 9187    || cdvds 11723    gcd cgcd 11871
This theorem was proved from axioms:  ax-mp 5  ax-1 6  ax-2 7  ax-ia1 105  ax-ia2 106  ax-ia3 107  ax-in1 604  ax-in2 605  ax-io 699  ax-5 1435  ax-7 1436  ax-gen 1437  ax-ie1 1481  ax-ie2 1482  ax-8 1492  ax-10 1493  ax-11 1494  ax-i12 1495  ax-bndl 1497  ax-4 1498  ax-17 1514  ax-i9 1518  ax-ial 1522  ax-i5r 1523  ax-13 2138  ax-14 2139  ax-ext 2147  ax-coll 4096  ax-sep 4099  ax-nul 4107  ax-pow 4152  ax-pr 4186  ax-un 4410  ax-setind 4513  ax-iinf 4564  ax-cnex 7840  ax-resscn 7841  ax-1cn 7842  ax-1re 7843  ax-icn 7844  ax-addcl 7845  ax-addrcl 7846  ax-mulcl 7847  ax-mulrcl 7848  ax-addcom 7849  ax-mulcom 7850  ax-addass 7851  ax-mulass 7852  ax-distr 7853  ax-i2m1 7854  ax-0lt1 7855  ax-1rid 7856  ax-0id 7857  ax-rnegex 7858  ax-precex 7859  ax-cnre 7860  ax-pre-ltirr 7861  ax-pre-ltwlin 7862  ax-pre-lttrn 7863  ax-pre-apti 7864  ax-pre-ltadd 7865  ax-pre-mulgt0 7866  ax-pre-mulext 7867  ax-arch 7868  ax-caucvg 7869
This theorem depends on definitions:  df-bi 116  df-dc 825  df-3or 969  df-3an 970  df-tru 1346  df-fal 1349  df-nf 1449  df-sb 1751  df-eu 2017  df-mo 2018  df-clab 2152  df-cleq 2158  df-clel 2161  df-nfc 2296  df-ne 2336  df-nel 2431  df-ral 2448  df-rex 2449  df-reu 2450  df-rmo 2451  df-rab 2452  df-v 2727  df-sbc 2951  df-csb 3045  df-dif 3117  df-un 3119  df-in 3121  df-ss 3128  df-nul 3409  df-if 3520  df-pw 3560  df-sn 3581  df-pr 3582  df-op 3584  df-uni 3789  df-int 3824  df-iun 3867  df-br 3982  df-opab 4043  df-mpt 4044  df-tr 4080  df-id 4270  df-po 4273  df-iso 4274  df-iord 4343  df-on 4345  df-ilim 4346  df-suc 4348  df-iom 4567  df-xp 4609  df-rel 4610  df-cnv 4611  df-co 4612  df-dm 4613  df-rn 4614  df-res 4615  df-ima 4616  df-iota 5152  df-fun 5189  df-fn 5190  df-f 5191  df-f1 5192  df-fo 5193  df-f1o 5194  df-fv 5195  df-riota 5797  df-ov 5844  df-oprab 5845  df-mpo 5846  df-1st 6105  df-2nd 6106  df-recs 6269  df-frec 6355  df-sup 6945  df-pnf 7931  df-mnf 7932  df-xr 7933  df-ltxr 7934  df-le 7935  df-sub 8067  df-neg 8068  df-reap 8469  df-ap 8476  df-div 8565  df-inn 8854  df-2 8912  df-3 8913  df-4 8914  df-n0 9111  df-z 9188  df-uz 9463  df-q 9554  df-rp 9586  df-fz 9941  df-fzo 10074  df-fl 10201  df-mod 10254  df-seqfrec 10377  df-exp 10451  df-cj 10780  df-re 10781  df-im 10782  df-rsqrt 10936  df-abs 10937  df-dvds 11724  df-gcd 11872
This theorem is referenced by:  dvdsgcdb  11942  dfgcd2  11943  mulgcd  11945  ncoprmgcdne1b  12017  mulgcddvds  12022  rpmulgcd2  12023  rpexp  12081  pythagtriplem4  12196  pcgcd1  12255  pockthlem  12282  lgsne0  13539
  Copyright terms: Public domain W3C validator