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

Theorem lcmval 11995
Description: Value of the lcm operator.  ( M lcm  N
) is the least common multiple of  M and  N. If either  M or  N is  0, the result is defined conventionally as  0. Contrast with df-gcd 11876 and gcdval 11892. (Contributed by Steve Rodriguez, 20-Jan-2020.) (Revised by AV, 16-Sep-2020.)
Assertion
Ref Expression
lcmval  |-  ( ( M  e.  ZZ  /\  N  e.  ZZ )  ->  ( M lcm  N )  =  if ( ( M  =  0  \/  N  =  0 ) ,  0 , inf ( { n  e.  NN  |  ( M  ||  n  /\  N  ||  n
) } ,  RR ,  <  ) ) )
Distinct variable groups:    n, M    n, N

Proof of Theorem lcmval
Dummy variables  x  y are mutually distinct and distinct from all other variables.
StepHypRef Expression
1 df-lcm 11993 . . 3  |- lcm  =  ( x  e.  ZZ , 
y  e.  ZZ  |->  if ( ( x  =  0  \/  y  =  0 ) ,  0 , inf ( { n  e.  NN  |  ( x 
||  n  /\  y  ||  n ) } ,  RR ,  <  ) ) )
21a1i 9 . 2  |-  ( ( M  e.  ZZ  /\  N  e.  ZZ )  -> lcm  =  ( x  e.  ZZ ,  y  e.  ZZ  |->  if ( ( x  =  0  \/  y  =  0 ) ,  0 , inf ( { n  e.  NN  |  ( x  ||  n  /\  y  ||  n
) } ,  RR ,  <  ) ) ) )
3 eqeq1 2172 . . . . . 6  |-  ( x  =  M  ->  (
x  =  0  <->  M  =  0 ) )
43orbi1d 781 . . . . 5  |-  ( x  =  M  ->  (
( x  =  0  \/  y  =  0 )  <->  ( M  =  0  \/  y  =  0 ) ) )
5 breq1 3985 . . . . . . . 8  |-  ( x  =  M  ->  (
x  ||  n  <->  M  ||  n
) )
65anbi1d 461 . . . . . . 7  |-  ( x  =  M  ->  (
( x  ||  n  /\  y  ||  n )  <-> 
( M  ||  n  /\  y  ||  n ) ) )
76rabbidv 2715 . . . . . 6  |-  ( x  =  M  ->  { n  e.  NN  |  ( x 
||  n  /\  y  ||  n ) }  =  { n  e.  NN  |  ( M  ||  n  /\  y  ||  n
) } )
87infeq1d 6977 . . . . 5  |-  ( x  =  M  -> inf ( { n  e.  NN  | 
( x  ||  n  /\  y  ||  n ) } ,  RR ,  <  )  = inf ( { n  e.  NN  | 
( M  ||  n  /\  y  ||  n ) } ,  RR ,  <  ) )
94, 8ifbieq2d 3544 . . . 4  |-  ( x  =  M  ->  if ( ( x  =  0  \/  y  =  0 ) ,  0 , inf ( { n  e.  NN  |  ( x 
||  n  /\  y  ||  n ) } ,  RR ,  <  ) )  =  if ( ( M  =  0  \/  y  =  0 ) ,  0 , inf ( { n  e.  NN  |  ( M  ||  n  /\  y  ||  n
) } ,  RR ,  <  ) ) )
10 eqeq1 2172 . . . . . 6  |-  ( y  =  N  ->  (
y  =  0  <->  N  =  0 ) )
1110orbi2d 780 . . . . 5  |-  ( y  =  N  ->  (
( M  =  0  \/  y  =  0 )  <->  ( M  =  0  \/  N  =  0 ) ) )
12 breq1 3985 . . . . . . . 8  |-  ( y  =  N  ->  (
y  ||  n  <->  N  ||  n
) )
1312anbi2d 460 . . . . . . 7  |-  ( y  =  N  ->  (
( M  ||  n  /\  y  ||  n )  <-> 
( M  ||  n  /\  N  ||  n ) ) )
1413rabbidv 2715 . . . . . 6  |-  ( y  =  N  ->  { n  e.  NN  |  ( M 
||  n  /\  y  ||  n ) }  =  { n  e.  NN  |  ( M  ||  n  /\  N  ||  n
) } )
1514infeq1d 6977 . . . . 5  |-  ( y  =  N  -> inf ( { n  e.  NN  | 
( M  ||  n  /\  y  ||  n ) } ,  RR ,  <  )  = inf ( { n  e.  NN  | 
( M  ||  n  /\  N  ||  n ) } ,  RR ,  <  ) )
1611, 15ifbieq2d 3544 . . . 4  |-  ( y  =  N  ->  if ( ( M  =  0  \/  y  =  0 ) ,  0 , inf ( { n  e.  NN  |  ( M 
||  n  /\  y  ||  n ) } ,  RR ,  <  ) )  =  if ( ( M  =  0  \/  N  =  0 ) ,  0 , inf ( { n  e.  NN  |  ( M  ||  n  /\  N  ||  n
) } ,  RR ,  <  ) ) )
179, 16sylan9eq 2219 . . 3  |-  ( ( x  =  M  /\  y  =  N )  ->  if ( ( x  =  0  \/  y  =  0 ) ,  0 , inf ( { n  e.  NN  | 
( x  ||  n  /\  y  ||  n ) } ,  RR ,  <  ) )  =  if ( ( M  =  0  \/  N  =  0 ) ,  0 , inf ( { n  e.  NN  |  ( M 
||  n  /\  N  ||  n ) } ,  RR ,  <  ) ) )
1817adantl 275 . 2  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  ( x  =  M  /\  y  =  N ) )  ->  if ( ( x  =  0  \/  y  =  0 ) ,  0 , inf ( { n  e.  NN  |  ( x 
||  n  /\  y  ||  n ) } ,  RR ,  <  ) )  =  if ( ( M  =  0  \/  N  =  0 ) ,  0 , inf ( { n  e.  NN  |  ( M  ||  n  /\  N  ||  n
) } ,  RR ,  <  ) ) )
19 simpl 108 . 2  |-  ( ( M  e.  ZZ  /\  N  e.  ZZ )  ->  M  e.  ZZ )
20 simpr 109 . 2  |-  ( ( M  e.  ZZ  /\  N  e.  ZZ )  ->  N  e.  ZZ )
21 c0ex 7893 . . . 4  |-  0  e.  _V
2221a1i 9 . . 3  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  ( M  =  0  \/  N  =  0 ) )  -> 
0  e.  _V )
23 1zzd 9218 . . . . 5  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  ->  1  e.  ZZ )
24 nnuz 9501 . . . . . 6  |-  NN  =  ( ZZ>= `  1 )
25 rabeq 2718 . . . . . 6  |-  ( NN  =  ( ZZ>= `  1
)  ->  { n  e.  NN  |  ( M 
||  n  /\  N  ||  n ) }  =  { n  e.  ( ZZ>=
`  1 )  |  ( M  ||  n  /\  N  ||  n ) } )
2624, 25ax-mp 5 . . . . 5  |-  { n  e.  NN  |  ( M 
||  n  /\  N  ||  n ) }  =  { n  e.  ( ZZ>=
`  1 )  |  ( M  ||  n  /\  N  ||  n ) }
27 dvdsmul1 11753 . . . . . . . 8  |-  ( ( M  e.  ZZ  /\  N  e.  ZZ )  ->  M  ||  ( M  x.  N ) )
2827adantr 274 . . . . . . 7  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  ->  M  ||  ( M  x.  N )
)
29 simpll 519 . . . . . . . 8  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  ->  M  e.  ZZ )
30 simplr 520 . . . . . . . . 9  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  ->  N  e.  ZZ )
3129, 30zmulcld 9319 . . . . . . . 8  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  ->  ( M  x.  N )  e.  ZZ )
32 dvdsabsb 11750 . . . . . . . 8  |-  ( ( M  e.  ZZ  /\  ( M  x.  N
)  e.  ZZ )  ->  ( M  ||  ( M  x.  N
)  <->  M  ||  ( abs `  ( M  x.  N
) ) ) )
3329, 31, 32syl2anc 409 . . . . . . 7  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  ->  ( M  ||  ( M  x.  N
)  <->  M  ||  ( abs `  ( M  x.  N
) ) ) )
3428, 33mpbid 146 . . . . . 6  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  ->  M  ||  ( abs `  ( M  x.  N ) ) )
35 dvdsmul2 11754 . . . . . . . 8  |-  ( ( M  e.  ZZ  /\  N  e.  ZZ )  ->  N  ||  ( M  x.  N ) )
3635adantr 274 . . . . . . 7  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  ->  N  ||  ( M  x.  N )
)
37 dvdsabsb 11750 . . . . . . . 8  |-  ( ( N  e.  ZZ  /\  ( M  x.  N
)  e.  ZZ )  ->  ( N  ||  ( M  x.  N
)  <->  N  ||  ( abs `  ( M  x.  N
) ) ) )
3830, 31, 37syl2anc 409 . . . . . . 7  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  ->  ( N  ||  ( M  x.  N
)  <->  N  ||  ( abs `  ( M  x.  N
) ) ) )
3936, 38mpbid 146 . . . . . 6  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  ->  N  ||  ( abs `  ( M  x.  N ) ) )
4029zcnd 9314 . . . . . . . . 9  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  ->  M  e.  CC )
4130zcnd 9314 . . . . . . . . 9  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  ->  N  e.  CC )
4240, 41absmuld 11136 . . . . . . . 8  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  ->  ( abs `  ( M  x.  N )
)  =  ( ( abs `  M )  x.  ( abs `  N
) ) )
43 simpr 109 . . . . . . . . . . . . 13  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  ->  -.  ( M  =  0  \/  N  =  0 ) )
44 ioran 742 . . . . . . . . . . . . 13  |-  ( -.  ( M  =  0  \/  N  =  0 )  <->  ( -.  M  =  0  /\  -.  N  =  0 ) )
4543, 44sylib 121 . . . . . . . . . . . 12  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  ->  ( -.  M  =  0  /\  -.  N  =  0 ) )
4645simpld 111 . . . . . . . . . . 11  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  ->  -.  M  = 
0 )
4746neqned 2343 . . . . . . . . . 10  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  ->  M  =/=  0
)
48 nnabscl 11042 . . . . . . . . . 10  |-  ( ( M  e.  ZZ  /\  M  =/=  0 )  -> 
( abs `  M
)  e.  NN )
4929, 47, 48syl2anc 409 . . . . . . . . 9  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  ->  ( abs `  M
)  e.  NN )
5045simprd 113 . . . . . . . . . . 11  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  ->  -.  N  = 
0 )
5150neqned 2343 . . . . . . . . . 10  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  ->  N  =/=  0
)
52 nnabscl 11042 . . . . . . . . . 10  |-  ( ( N  e.  ZZ  /\  N  =/=  0 )  -> 
( abs `  N
)  e.  NN )
5330, 51, 52syl2anc 409 . . . . . . . . 9  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  ->  ( abs `  N
)  e.  NN )
5449, 53nnmulcld 8906 . . . . . . . 8  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  ->  ( ( abs `  M )  x.  ( abs `  N ) )  e.  NN )
5542, 54eqeltrd 2243 . . . . . . 7  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  ->  ( abs `  ( M  x.  N )
)  e.  NN )
56 breq2 3986 . . . . . . . . 9  |-  ( n  =  ( abs `  ( M  x.  N )
)  ->  ( M  ||  n  <->  M  ||  ( abs `  ( M  x.  N
) ) ) )
57 breq2 3986 . . . . . . . . 9  |-  ( n  =  ( abs `  ( M  x.  N )
)  ->  ( N  ||  n  <->  N  ||  ( abs `  ( M  x.  N
) ) ) )
5856, 57anbi12d 465 . . . . . . . 8  |-  ( n  =  ( abs `  ( M  x.  N )
)  ->  ( ( M  ||  n  /\  N  ||  n )  <->  ( M  ||  ( abs `  ( M  x.  N )
)  /\  N  ||  ( abs `  ( M  x.  N ) ) ) ) )
5958elrab3 2883 . . . . . . 7  |-  ( ( abs `  ( M  x.  N ) )  e.  NN  ->  (
( abs `  ( M  x.  N )
)  e.  { n  e.  NN  |  ( M 
||  n  /\  N  ||  n ) }  <->  ( M  ||  ( abs `  ( M  x.  N )
)  /\  N  ||  ( abs `  ( M  x.  N ) ) ) ) )
6055, 59syl 14 . . . . . 6  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  ->  ( ( abs `  ( M  x.  N
) )  e.  {
n  e.  NN  | 
( M  ||  n  /\  N  ||  n ) }  <->  ( M  ||  ( abs `  ( M  x.  N ) )  /\  N  ||  ( abs `  ( M  x.  N ) ) ) ) )
6134, 39, 60mpbir2and 934 . . . . 5  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  ->  ( abs `  ( M  x.  N )
)  e.  { n  e.  NN  |  ( M 
||  n  /\  N  ||  n ) } )
62 elfzelz 9960 . . . . . . 7  |-  ( n  e.  ( 1 ... ( abs `  ( M  x.  N )
) )  ->  n  e.  ZZ )
63 zdvdsdc 11752 . . . . . . 7  |-  ( ( M  e.  ZZ  /\  n  e.  ZZ )  -> DECID  M 
||  n )
6429, 62, 63syl2an 287 . . . . . 6  |-  ( ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0
) )  /\  n  e.  ( 1 ... ( abs `  ( M  x.  N ) ) ) )  -> DECID  M  ||  n )
65 zdvdsdc 11752 . . . . . . 7  |-  ( ( N  e.  ZZ  /\  n  e.  ZZ )  -> DECID  N 
||  n )
6630, 62, 65syl2an 287 . . . . . 6  |-  ( ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0
) )  /\  n  e.  ( 1 ... ( abs `  ( M  x.  N ) ) ) )  -> DECID  N  ||  n )
67 dcan2 924 . . . . . 6  |-  (DECID  M  ||  n  ->  (DECID  N  ||  n  -> DECID  ( M  ||  n  /\  N  ||  n ) ) )
6864, 66, 67sylc 62 . . . . 5  |-  ( ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0
) )  /\  n  e.  ( 1 ... ( abs `  ( M  x.  N ) ) ) )  -> DECID  ( M  ||  n  /\  N  ||  n ) )
6923, 26, 61, 68infssuzcldc 11884 . . . 4  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  -> inf ( { n  e.  NN  |  ( M 
||  n  /\  N  ||  n ) } ,  RR ,  <  )  e. 
{ n  e.  NN  |  ( M  ||  n  /\  N  ||  n
) } )
7069elexd 2739 . . 3  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  -> inf ( { n  e.  NN  |  ( M 
||  n  /\  N  ||  n ) } ,  RR ,  <  )  e. 
_V )
71 lcmmndc 11994 . . 3  |-  ( ( M  e.  ZZ  /\  N  e.  ZZ )  -> DECID  ( M  =  0  \/  N  =  0 ) )
7222, 70, 71ifcldadc 3549 . 2  |-  ( ( M  e.  ZZ  /\  N  e.  ZZ )  ->  if ( ( M  =  0  \/  N  =  0 ) ,  0 , inf ( { n  e.  NN  | 
( M  ||  n  /\  N  ||  n ) } ,  RR ,  <  ) )  e.  _V )
732, 18, 19, 20, 72ovmpod 5969 1  |-  ( ( M  e.  ZZ  /\  N  e.  ZZ )  ->  ( M lcm  N )  =  if ( ( M  =  0  \/  N  =  0 ) ,  0 , inf ( { n  e.  NN  |  ( M  ||  n  /\  N  ||  n
) } ,  RR ,  <  ) ) )
Colors of variables: wff set class
Syntax hints:   -. wn 3    -> wi 4    /\ wa 103    <-> wb 104    \/ wo 698  DECID wdc 824    = wceq 1343    e. wcel 2136    =/= wne 2336   {crab 2448   _Vcvv 2726   ifcif 3520   class class class wbr 3982   ` cfv 5188  (class class class)co 5842    e. cmpo 5844  infcinf 6948   RRcr 7752   0cc0 7753   1c1 7754    x. cmul 7758    < clt 7933   NNcn 8857   ZZcz 9191   ZZ>=cuz 9466   ...cfz 9944   abscabs 10939    || cdvds 11727   lcm clcm 11992
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 4097  ax-sep 4100  ax-nul 4108  ax-pow 4153  ax-pr 4187  ax-un 4411  ax-setind 4514  ax-iinf 4565  ax-cnex 7844  ax-resscn 7845  ax-1cn 7846  ax-1re 7847  ax-icn 7848  ax-addcl 7849  ax-addrcl 7850  ax-mulcl 7851  ax-mulrcl 7852  ax-addcom 7853  ax-mulcom 7854  ax-addass 7855  ax-mulass 7856  ax-distr 7857  ax-i2m1 7858  ax-0lt1 7859  ax-1rid 7860  ax-0id 7861  ax-rnegex 7862  ax-precex 7863  ax-cnre 7864  ax-pre-ltirr 7865  ax-pre-ltwlin 7866  ax-pre-lttrn 7867  ax-pre-apti 7868  ax-pre-ltadd 7869  ax-pre-mulgt0 7870  ax-pre-mulext 7871  ax-arch 7872  ax-caucvg 7873
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 2297  df-ne 2337  df-nel 2432  df-ral 2449  df-rex 2450  df-reu 2451  df-rmo 2452  df-rab 2453  df-v 2728  df-sbc 2952  df-csb 3046  df-dif 3118  df-un 3120  df-in 3122  df-ss 3129  df-nul 3410  df-if 3521  df-pw 3561  df-sn 3582  df-pr 3583  df-op 3585  df-uni 3790  df-int 3825  df-iun 3868  df-br 3983  df-opab 4044  df-mpt 4045  df-tr 4081  df-id 4271  df-po 4274  df-iso 4275  df-iord 4344  df-on 4346  df-ilim 4347  df-suc 4349  df-iom 4568  df-xp 4610  df-rel 4611  df-cnv 4612  df-co 4613  df-dm 4614  df-rn 4615  df-res 4616  df-ima 4617  df-iota 5153  df-fun 5190  df-fn 5191  df-f 5192  df-f1 5193  df-fo 5194  df-f1o 5195  df-fv 5196  df-isom 5197  df-riota 5798  df-ov 5845  df-oprab 5846  df-mpo 5847  df-1st 6108  df-2nd 6109  df-recs 6273  df-frec 6359  df-sup 6949  df-inf 6950  df-pnf 7935  df-mnf 7936  df-xr 7937  df-ltxr 7938  df-le 7939  df-sub 8071  df-neg 8072  df-reap 8473  df-ap 8480  df-div 8569  df-inn 8858  df-2 8916  df-3 8917  df-4 8918  df-n0 9115  df-z 9192  df-uz 9467  df-q 9558  df-rp 9590  df-fz 9945  df-fzo 10078  df-fl 10205  df-mod 10258  df-seqfrec 10381  df-exp 10455  df-cj 10784  df-re 10785  df-im 10786  df-rsqrt 10940  df-abs 10941  df-dvds 11728  df-lcm 11993
This theorem is referenced by:  lcmcom  11996  lcm0val  11997  lcmn0val  11998  lcmass  12017
  Copyright terms: Public domain W3C validator