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

Theorem gcdval 11651
Description: The value of the  gcd operator.  ( M  gcd  N ) is the greatest common divisor of  M and  N. If  M and  N are both  0, the result is defined conventionally as  0. (Contributed by Paul Chapman, 21-Mar-2011.) (Revised by Mario Carneiro, 10-Nov-2013.)
Assertion
Ref Expression
gcdval  |-  ( ( M  e.  ZZ  /\  N  e.  ZZ )  ->  ( M  gcd  N
)  =  if ( ( M  =  0  /\  N  =  0 ) ,  0 ,  sup ( { n  e.  ZZ  |  ( n 
||  M  /\  n  ||  N ) } ,  RR ,  <  ) ) )
Distinct variable groups:    n, M    n, N

Proof of Theorem gcdval
Dummy variables  x  y are mutually distinct and distinct from all other variables.
StepHypRef Expression
1 simpr 109 . . . . 5  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  ( M  =  0  /\  N  =  0 ) )  -> 
( M  =  0  /\  N  =  0 ) )
21iftrued 3481 . . . 4  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  ( M  =  0  /\  N  =  0 ) )  ->  if ( ( M  =  0  /\  N  =  0 ) ,  0 ,  sup ( { n  e.  ZZ  | 
( n  ||  M  /\  n  ||  N ) } ,  RR ,  <  ) )  =  0 )
3 0nn0 8995 . . . 4  |-  0  e.  NN0
42, 3eqeltrdi 2230 . . 3  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  ( M  =  0  /\  N  =  0 ) )  ->  if ( ( M  =  0  /\  N  =  0 ) ,  0 ,  sup ( { n  e.  ZZ  | 
( n  ||  M  /\  n  ||  N ) } ,  RR ,  <  ) )  e.  NN0 )
5 simpr 109 . . . . . 6  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  /\  N  =  0 ) )  ->  -.  ( M  =  0  /\  N  =  0 ) )
65iffalsed 3484 . . . . 5  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  /\  N  =  0 ) )  ->  if ( ( M  =  0  /\  N  =  0 ) ,  0 ,  sup ( { n  e.  ZZ  |  ( n  ||  M  /\  n  ||  N
) } ,  RR ,  <  ) )  =  sup ( { n  e.  ZZ  |  ( n 
||  M  /\  n  ||  N ) } ,  RR ,  <  ) )
7 gcdsupcl 11650 . . . . 5  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  /\  N  =  0 ) )  ->  sup ( { n  e.  ZZ  |  ( n 
||  M  /\  n  ||  N ) } ,  RR ,  <  )  e.  NN )
86, 7eqeltrd 2216 . . . 4  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  /\  N  =  0 ) )  ->  if ( ( M  =  0  /\  N  =  0 ) ,  0 ,  sup ( { n  e.  ZZ  |  ( n  ||  M  /\  n  ||  N
) } ,  RR ,  <  ) )  e.  NN )
98nnnn0d 9033 . . 3  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  /\  N  =  0 ) )  ->  if ( ( M  =  0  /\  N  =  0 ) ,  0 ,  sup ( { n  e.  ZZ  |  ( n  ||  M  /\  n  ||  N
) } ,  RR ,  <  ) )  e. 
NN0 )
10 gcdmndc 11640 . . . 4  |-  ( ( M  e.  ZZ  /\  N  e.  ZZ )  -> DECID  ( M  =  0  /\  N  =  0 ) )
11 exmiddc 821 . . . 4  |-  (DECID  ( M  =  0  /\  N  =  0 )  -> 
( ( M  =  0  /\  N  =  0 )  \/  -.  ( M  =  0  /\  N  =  0
) ) )
1210, 11syl 14 . . 3  |-  ( ( M  e.  ZZ  /\  N  e.  ZZ )  ->  ( ( M  =  0  /\  N  =  0 )  \/  -.  ( M  =  0  /\  N  =  0
) ) )
134, 9, 12mpjaodan 787 . 2  |-  ( ( M  e.  ZZ  /\  N  e.  ZZ )  ->  if ( ( M  =  0  /\  N  =  0 ) ,  0 ,  sup ( { n  e.  ZZ  |  ( n  ||  M  /\  n  ||  N
) } ,  RR ,  <  ) )  e. 
NN0 )
14 eqeq1 2146 . . . . 5  |-  ( x  =  M  ->  (
x  =  0  <->  M  =  0 ) )
1514anbi1d 460 . . . 4  |-  ( x  =  M  ->  (
( x  =  0  /\  y  =  0 )  <->  ( M  =  0  /\  y  =  0 ) ) )
16 breq2 3933 . . . . . . 7  |-  ( x  =  M  ->  (
n  ||  x  <->  n  ||  M
) )
1716anbi1d 460 . . . . . 6  |-  ( x  =  M  ->  (
( n  ||  x  /\  n  ||  y )  <-> 
( n  ||  M  /\  n  ||  y ) ) )
1817rabbidv 2675 . . . . 5  |-  ( x  =  M  ->  { n  e.  ZZ  |  ( n 
||  x  /\  n  ||  y ) }  =  { n  e.  ZZ  |  ( n  ||  M  /\  n  ||  y
) } )
1918supeq1d 6874 . . . 4  |-  ( x  =  M  ->  sup ( { n  e.  ZZ  |  ( n  ||  x  /\  n  ||  y
) } ,  RR ,  <  )  =  sup ( { n  e.  ZZ  |  ( n  ||  M  /\  n  ||  y
) } ,  RR ,  <  ) )
2015, 19ifbieq2d 3496 . . 3  |-  ( x  =  M  ->  if ( ( x  =  0  /\  y  =  0 ) ,  0 ,  sup ( { n  e.  ZZ  | 
( n  ||  x  /\  n  ||  y ) } ,  RR ,  <  ) )  =  if ( ( M  =  0  /\  y  =  0 ) ,  0 ,  sup ( { n  e.  ZZ  | 
( n  ||  M  /\  n  ||  y ) } ,  RR ,  <  ) ) )
21 eqeq1 2146 . . . . 5  |-  ( y  =  N  ->  (
y  =  0  <->  N  =  0 ) )
2221anbi2d 459 . . . 4  |-  ( y  =  N  ->  (
( M  =  0  /\  y  =  0 )  <->  ( M  =  0  /\  N  =  0 ) ) )
23 breq2 3933 . . . . . . 7  |-  ( y  =  N  ->  (
n  ||  y  <->  n  ||  N
) )
2423anbi2d 459 . . . . . 6  |-  ( y  =  N  ->  (
( n  ||  M  /\  n  ||  y )  <-> 
( n  ||  M  /\  n  ||  N ) ) )
2524rabbidv 2675 . . . . 5  |-  ( y  =  N  ->  { n  e.  ZZ  |  ( n 
||  M  /\  n  ||  y ) }  =  { n  e.  ZZ  |  ( n  ||  M  /\  n  ||  N
) } )
2625supeq1d 6874 . . . 4  |-  ( y  =  N  ->  sup ( { n  e.  ZZ  |  ( n  ||  M  /\  n  ||  y
) } ,  RR ,  <  )  =  sup ( { n  e.  ZZ  |  ( n  ||  M  /\  n  ||  N
) } ,  RR ,  <  ) )
2722, 26ifbieq2d 3496 . . 3  |-  ( y  =  N  ->  if ( ( M  =  0  /\  y  =  0 ) ,  0 ,  sup ( { n  e.  ZZ  | 
( n  ||  M  /\  n  ||  y ) } ,  RR ,  <  ) )  =  if ( ( M  =  0  /\  N  =  0 ) ,  0 ,  sup ( { n  e.  ZZ  | 
( n  ||  M  /\  n  ||  N ) } ,  RR ,  <  ) ) )
28 df-gcd 11639 . . 3  |-  gcd  =  ( x  e.  ZZ ,  y  e.  ZZ  |->  if ( ( x  =  0  /\  y  =  0 ) ,  0 ,  sup ( { n  e.  ZZ  | 
( n  ||  x  /\  n  ||  y ) } ,  RR ,  <  ) ) )
2920, 27, 28ovmpog 5905 . 2  |-  ( ( M  e.  ZZ  /\  N  e.  ZZ  /\  if ( ( M  =  0  /\  N  =  0 ) ,  0 ,  sup ( { n  e.  ZZ  | 
( n  ||  M  /\  n  ||  N ) } ,  RR ,  <  ) )  e.  NN0 )  ->  ( M  gcd  N )  =  if ( ( M  =  0  /\  N  =  0 ) ,  0 ,  sup ( { n  e.  ZZ  |  ( n 
||  M  /\  n  ||  N ) } ,  RR ,  <  ) ) )
3013, 29mpd3an3 1316 1  |-  ( ( M  e.  ZZ  /\  N  e.  ZZ )  ->  ( M  gcd  N
)  =  if ( ( M  =  0  /\  N  =  0 ) ,  0 ,  sup ( { n  e.  ZZ  |  ( n 
||  M  /\  n  ||  N ) } ,  RR ,  <  ) ) )
Colors of variables: wff set class
Syntax hints:   -. wn 3    -> wi 4    /\ wa 103    \/ wo 697  DECID wdc 819    = wceq 1331    e. wcel 1480   {crab 2420   ifcif 3474   class class class wbr 3929  (class class class)co 5774   supcsup 6869   RRcr 7622   0cc0 7623    < clt 7803   NNcn 8723   NN0cn0 8980   ZZcz 9057    || cdvds 11496    gcd cgcd 11638
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 603  ax-in2 604  ax-io 698  ax-5 1423  ax-7 1424  ax-gen 1425  ax-ie1 1469  ax-ie2 1470  ax-8 1482  ax-10 1483  ax-11 1484  ax-i12 1485  ax-bndl 1486  ax-4 1487  ax-13 1491  ax-14 1492  ax-17 1506  ax-i9 1510  ax-ial 1514  ax-i5r 1515  ax-ext 2121  ax-coll 4043  ax-sep 4046  ax-nul 4054  ax-pow 4098  ax-pr 4131  ax-un 4355  ax-setind 4452  ax-iinf 4502  ax-cnex 7714  ax-resscn 7715  ax-1cn 7716  ax-1re 7717  ax-icn 7718  ax-addcl 7719  ax-addrcl 7720  ax-mulcl 7721  ax-mulrcl 7722  ax-addcom 7723  ax-mulcom 7724  ax-addass 7725  ax-mulass 7726  ax-distr 7727  ax-i2m1 7728  ax-0lt1 7729  ax-1rid 7730  ax-0id 7731  ax-rnegex 7732  ax-precex 7733  ax-cnre 7734  ax-pre-ltirr 7735  ax-pre-ltwlin 7736  ax-pre-lttrn 7737  ax-pre-apti 7738  ax-pre-ltadd 7739  ax-pre-mulgt0 7740  ax-pre-mulext 7741  ax-arch 7742  ax-caucvg 7743
This theorem depends on definitions:  df-bi 116  df-dc 820  df-3or 963  df-3an 964  df-tru 1334  df-fal 1337  df-nf 1437  df-sb 1736  df-eu 2002  df-mo 2003  df-clab 2126  df-cleq 2132  df-clel 2135  df-nfc 2270  df-ne 2309  df-nel 2404  df-ral 2421  df-rex 2422  df-reu 2423  df-rmo 2424  df-rab 2425  df-v 2688  df-sbc 2910  df-csb 3004  df-dif 3073  df-un 3075  df-in 3077  df-ss 3084  df-nul 3364  df-if 3475  df-pw 3512  df-sn 3533  df-pr 3534  df-op 3536  df-uni 3737  df-int 3772  df-iun 3815  df-br 3930  df-opab 3990  df-mpt 3991  df-tr 4027  df-id 4215  df-po 4218  df-iso 4219  df-iord 4288  df-on 4290  df-ilim 4291  df-suc 4293  df-iom 4505  df-xp 4545  df-rel 4546  df-cnv 4547  df-co 4548  df-dm 4549  df-rn 4550  df-res 4551  df-ima 4552  df-iota 5088  df-fun 5125  df-fn 5126  df-f 5127  df-f1 5128  df-fo 5129  df-f1o 5130  df-fv 5131  df-riota 5730  df-ov 5777  df-oprab 5778  df-mpo 5779  df-1st 6038  df-2nd 6039  df-recs 6202  df-frec 6288  df-sup 6871  df-pnf 7805  df-mnf 7806  df-xr 7807  df-ltxr 7808  df-le 7809  df-sub 7938  df-neg 7939  df-reap 8340  df-ap 8347  df-div 8436  df-inn 8724  df-2 8782  df-3 8783  df-4 8784  df-n0 8981  df-z 9058  df-uz 9330  df-q 9415  df-rp 9445  df-fz 9794  df-fzo 9923  df-fl 10046  df-mod 10099  df-seqfrec 10222  df-exp 10296  df-cj 10617  df-re 10618  df-im 10619  df-rsqrt 10773  df-abs 10774  df-dvds 11497  df-gcd 11639
This theorem is referenced by:  gcd0val  11652  gcdn0val  11653  gcdf  11664  gcdcom  11665  dfgcd2  11705  gcdass  11706
  Copyright terms: Public domain W3C validator