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

Theorem gcdval 12714
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 110 . . . . 5  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  ( M  =  0  /\  N  =  0 ) )  -> 
( M  =  0  /\  N  =  0 ) )
21iftrued 3644 . . . 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 9557 . . . 4  |-  0  e.  NN0
42, 3eqeltrdi 2329 . . 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 110 . . . . . 6  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  /\  N  =  0 ) )  ->  -.  ( M  =  0  /\  N  =  0 ) )
65iffalsed 3647 . . . . 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 12713 . . . . 5  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  /\  N  =  0 ) )  ->  sup ( { n  e.  ZZ  |  ( n 
||  M  /\  n  ||  N ) } ,  RR ,  <  )  e.  NN )
86, 7eqeltrd 2315 . . . 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 9599 . . 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 12710 . . . 4  |-  ( ( M  e.  ZZ  /\  N  e.  ZZ )  -> DECID  ( M  =  0  /\  N  =  0 ) )
11 exmiddc 848 . . . 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 810 . 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 2245 . . . . 5  |-  ( x  =  M  ->  (
x  =  0  <->  M  =  0 ) )
1514anbi1d 469 . . . 4  |-  ( x  =  M  ->  (
( x  =  0  /\  y  =  0 )  <->  ( M  =  0  /\  y  =  0 ) ) )
16 breq2 4129 . . . . . . 7  |-  ( x  =  M  ->  (
n  ||  x  <->  n  ||  M
) )
1716anbi1d 469 . . . . . 6  |-  ( x  =  M  ->  (
( n  ||  x  /\  n  ||  y )  <-> 
( n  ||  M  /\  n  ||  y ) ) )
1817rabbidv 2810 . . . . 5  |-  ( x  =  M  ->  { n  e.  ZZ  |  ( n 
||  x  /\  n  ||  y ) }  =  { n  e.  ZZ  |  ( n  ||  M  /\  n  ||  y
) } )
1918supeq1d 7317 . . . 4  |-  ( x  =  M  ->  sup ( { n  e.  ZZ  |  ( n  ||  x  /\  n  ||  y
) } ,  RR ,  <  )  =  sup ( { n  e.  ZZ  |  ( n  ||  M  /\  n  ||  y
) } ,  RR ,  <  ) )
2015, 19ifbieq2d 3662 . . 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 2245 . . . . 5  |-  ( y  =  N  ->  (
y  =  0  <->  N  =  0 ) )
2221anbi2d 468 . . . 4  |-  ( y  =  N  ->  (
( M  =  0  /\  y  =  0 )  <->  ( M  =  0  /\  N  =  0 ) ) )
23 breq2 4129 . . . . . . 7  |-  ( y  =  N  ->  (
n  ||  y  <->  n  ||  N
) )
2423anbi2d 468 . . . . . 6  |-  ( y  =  N  ->  (
( n  ||  M  /\  n  ||  y )  <-> 
( n  ||  M  /\  n  ||  N ) ) )
2524rabbidv 2810 . . . . 5  |-  ( y  =  N  ->  { n  e.  ZZ  |  ( n 
||  M  /\  n  ||  y ) }  =  { n  e.  ZZ  |  ( n  ||  M  /\  n  ||  N
) } )
2625supeq1d 7317 . . . 4  |-  ( y  =  N  ->  sup ( { n  e.  ZZ  |  ( n  ||  M  /\  n  ||  y
) } ,  RR ,  <  )  =  sup ( { n  e.  ZZ  |  ( n  ||  M  /\  n  ||  N
) } ,  RR ,  <  ) )
2722, 26ifbieq2d 3662 . . 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 12709 . . 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 6213 . 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 1379 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 104    \/ wo 720  DECID wdc 846    = wceq 1402    e. wcel 2209   {crab 2532   ifcif 3635   class class class wbr 4125  (class class class)co 6075   supcsup 7312   RRcr 8168   0cc0 8169    < clt 8350   NNcn 9283   NN0cn0 9542   ZZcz 9623    || cdvds 12532    gcd cgcd 12708
This theorem was proved from axioms:  ax-mp 5  ax-1 6  ax-2 7  ax-ia1 106  ax-ia2 107  ax-ia3 108  ax-in1 623  ax-in2 624  ax-io 721  ax-5 1500  ax-7 1501  ax-gen 1502  ax-ie1 1546  ax-ie2 1547  ax-8 1557  ax-10 1558  ax-11 1559  ax-i12 1560  ax-bndl 1562  ax-4 1563  ax-17 1579  ax-i9 1583  ax-ial 1587  ax-i5r 1588  ax-14 2212  ax-ext 2220  ax-coll 4241  ax-sep 4244  ax-nul 4254  ax-pow 4306  ax-pr 4341  ax-un 4573  ax-setind 4679  ax-iinf 4730  ax-cnex 8260  ax-resscn 8261  ax-1cn 8262  ax-1re 8263  ax-icn 8264  ax-addcl 8265  ax-addrcl 8266  ax-mulcl 8267  ax-mulrcl 8268  ax-addcom 8269  ax-mulcom 8270  ax-addass 8271  ax-mulass 8272  ax-distr 8273  ax-i2m1 8274  ax-0lt1 8275  ax-1rid 8276  ax-0id 8277  ax-rnegex 8278  ax-precex 8279  ax-cnre 8280  ax-pre-ltirr 8281  ax-pre-ltwlin 8282  ax-pre-lttrn 8283  ax-pre-apti 8284  ax-pre-ltadd 8285  ax-pre-mulgt0 8286  ax-pre-mulext 8287  ax-arch 8288  ax-caucvg 8289
This theorem depends on definitions:  df-bi 117  df-dc 847  df-3or 1010  df-3an 1011  df-tru 1405  df-fal 1408  df-nf 1514  df-sb 1816  df-eu 2089  df-mo 2090  df-clab 2225  df-cleq 2231  df-clel 2234  df-nfc 2381  df-ne 2421  df-nel 2516  df-ral 2533  df-rex 2534  df-reu 2535  df-rmo 2536  df-rab 2537  df-v 2823  df-sbc 3052  df-csb 3148  df-dif 3222  df-un 3224  df-in 3226  df-ss 3233  df-nul 3521  df-if 3636  df-pw 3687  df-sn 3711  df-pr 3712  df-op 3714  df-uni 3931  df-int 3966  df-iun 4009  df-br 4126  df-opab 4188  df-mpt 4189  df-tr 4225  df-id 4433  df-po 4436  df-iso 4437  df-iord 4506  df-on 4508  df-ilim 4509  df-suc 4511  df-iom 4733  df-xp 4775  df-rel 4776  df-cnv 4777  df-co 4778  df-dm 4779  df-rn 4780  df-res 4781  df-ima 4782  df-iota 5332  df-fun 5374  df-fn 5375  df-f 5376  df-f1 5377  df-fo 5378  df-f1o 5379  df-fv 5380  df-riota 6028  df-ov 6078  df-oprab 6079  df-mpo 6080  df-1st 6364  df-2nd 6365  df-recs 6566  df-frec 6652  df-sup 7314  df-pnf 8352  df-mnf 8353  df-xr 8354  df-ltxr 8355  df-le 8356  df-sub 8489  df-neg 8490  df-reap 8893  df-ap 8900  df-div 8993  df-inn 9284  df-2 9342  df-3 9343  df-4 9344  df-n0 9543  df-z 9624  df-uz 9901  df-q 9999  df-rp 10034  df-fz 10391  df-fzo 10528  df-fl 10683  df-mod 10738  df-seqfrec 10863  df-exp 10954  df-cj 11585  df-re 11586  df-im 11587  df-rsqrt 11742  df-abs 11743  df-dvds 12533  df-gcd 12709
This theorem is referenced by:  gcd0val  12715  gcdn0val  12716  gcdf  12727  gcdcom  12728  dfgcd2  12769  gcdass  12770
  Copyright terms: Public domain W3C validator