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

Theorem lcmval 11780
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 11672 and gcdval 11684. (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 11778 . . 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 2147 . . . . . 6  |-  ( x  =  M  ->  (
x  =  0  <->  M  =  0 ) )
43orbi1d 781 . . . . 5  |-  ( x  =  M  ->  (
( x  =  0  \/  y  =  0 )  <->  ( M  =  0  \/  y  =  0 ) ) )
5 breq1 3940 . . . . . . . 8  |-  ( x  =  M  ->  (
x  ||  n  <->  M  ||  n
) )
65anbi1d 461 . . . . . . 7  |-  ( x  =  M  ->  (
( x  ||  n  /\  y  ||  n )  <-> 
( M  ||  n  /\  y  ||  n ) ) )
76rabbidv 2678 . . . . . 6  |-  ( x  =  M  ->  { n  e.  NN  |  ( x 
||  n  /\  y  ||  n ) }  =  { n  e.  NN  |  ( M  ||  n  /\  y  ||  n
) } )
87infeq1d 6907 . . . . 5  |-  ( x  =  M  -> inf ( { n  e.  NN  | 
( x  ||  n  /\  y  ||  n ) } ,  RR ,  <  )  = inf ( { n  e.  NN  | 
( M  ||  n  /\  y  ||  n ) } ,  RR ,  <  ) )
94, 8ifbieq2d 3501 . . . 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 2147 . . . . . 6  |-  ( y  =  N  ->  (
y  =  0  <->  N  =  0 ) )
1110orbi2d 780 . . . . 5  |-  ( y  =  N  ->  (
( M  =  0  \/  y  =  0 )  <->  ( M  =  0  \/  N  =  0 ) ) )
12 breq1 3940 . . . . . . . 8  |-  ( y  =  N  ->  (
y  ||  n  <->  N  ||  n
) )
1312anbi2d 460 . . . . . . 7  |-  ( y  =  N  ->  (
( M  ||  n  /\  y  ||  n )  <-> 
( M  ||  n  /\  N  ||  n ) ) )
1413rabbidv 2678 . . . . . 6  |-  ( y  =  N  ->  { n  e.  NN  |  ( M 
||  n  /\  y  ||  n ) }  =  { n  e.  NN  |  ( M  ||  n  /\  N  ||  n
) } )
1514infeq1d 6907 . . . . 5  |-  ( y  =  N  -> inf ( { n  e.  NN  | 
( M  ||  n  /\  y  ||  n ) } ,  RR ,  <  )  = inf ( { n  e.  NN  | 
( M  ||  n  /\  N  ||  n ) } ,  RR ,  <  ) )
1611, 15ifbieq2d 3501 . . . 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 2193 . . 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 7784 . . . 4  |-  0  e.  _V
2221a1i 9 . . 3  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  ( M  =  0  \/  N  =  0 ) )  -> 
0  e.  _V )
23 1zzd 9105 . . . . 5  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  ->  1  e.  ZZ )
24 nnuz 9385 . . . . . 6  |-  NN  =  ( ZZ>= `  1 )
25 rabeq 2681 . . . . . 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 11551 . . . . . . . 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 9203 . . . . . . . 8  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  ->  ( M  x.  N )  e.  ZZ )
32 dvdsabsb 11548 . . . . . . . 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 11552 . . . . . . . 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 11548 . . . . . . . 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 9198 . . . . . . . . 9  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  ->  M  e.  CC )
4130zcnd 9198 . . . . . . . . 9  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  ->  N  e.  CC )
4240, 41absmuld 10998 . . . . . . . 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 2316 . . . . . . . . . 10  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  ->  M  =/=  0
)
48 nnabscl 10904 . . . . . . . . . 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 2316 . . . . . . . . . 10  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  ->  N  =/=  0
)
52 nnabscl 10904 . . . . . . . . . 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 8793 . . . . . . . 8  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  ->  ( ( abs `  M )  x.  ( abs `  N ) )  e.  NN )
5542, 54eqeltrd 2217 . . . . . . 7  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  ->  ( abs `  ( M  x.  N )
)  e.  NN )
56 breq2 3941 . . . . . . . . 9  |-  ( n  =  ( abs `  ( M  x.  N )
)  ->  ( M  ||  n  <->  M  ||  ( abs `  ( M  x.  N
) ) ) )
57 breq2 3941 . . . . . . . . 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 2845 . . . . . . 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 929 . . . . 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 9837 . . . . . . 7  |-  ( n  e.  ( 1 ... ( abs `  ( M  x.  N )
) )  ->  n  e.  ZZ )
63 zdvdsdc 11550 . . . . . . 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 11550 . . . . . . 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 dcan 919 . . . . . 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 11680 . . . 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 2702 . . 3  |-  ( ( ( M  e.  ZZ  /\  N  e.  ZZ )  /\  -.  ( M  =  0  \/  N  =  0 ) )  -> inf ( { n  e.  NN  |  ( M 
||  n  /\  N  ||  n ) } ,  RR ,  <  )  e. 
_V )
71 lcmmndc 11779 . . 3  |-  ( ( M  e.  ZZ  /\  N  e.  ZZ )  -> DECID  ( M  =  0  \/  N  =  0 ) )
7222, 70, 71ifcldadc 3506 . 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 5906 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 820    = wceq 1332    e. wcel 1481    =/= wne 2309   {crab 2421   _Vcvv 2689   ifcif 3479   class class class wbr 3937   ` cfv 5131  (class class class)co 5782    e. cmpo 5784  infcinf 6878   RRcr 7643   0cc0 7644   1c1 7645    x. cmul 7649    < clt 7824   NNcn 8744   ZZcz 9078   ZZ>=cuz 9350   ...cfz 9821   abscabs 10801    || cdvds 11529   lcm clcm 11777
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 1424  ax-7 1425  ax-gen 1426  ax-ie1 1470  ax-ie2 1471  ax-8 1483  ax-10 1484  ax-11 1485  ax-i12 1486  ax-bndl 1487  ax-4 1488  ax-13 1492  ax-14 1493  ax-17 1507  ax-i9 1511  ax-ial 1515  ax-i5r 1516  ax-ext 2122  ax-coll 4051  ax-sep 4054  ax-nul 4062  ax-pow 4106  ax-pr 4139  ax-un 4363  ax-setind 4460  ax-iinf 4510  ax-cnex 7735  ax-resscn 7736  ax-1cn 7737  ax-1re 7738  ax-icn 7739  ax-addcl 7740  ax-addrcl 7741  ax-mulcl 7742  ax-mulrcl 7743  ax-addcom 7744  ax-mulcom 7745  ax-addass 7746  ax-mulass 7747  ax-distr 7748  ax-i2m1 7749  ax-0lt1 7750  ax-1rid 7751  ax-0id 7752  ax-rnegex 7753  ax-precex 7754  ax-cnre 7755  ax-pre-ltirr 7756  ax-pre-ltwlin 7757  ax-pre-lttrn 7758  ax-pre-apti 7759  ax-pre-ltadd 7760  ax-pre-mulgt0 7761  ax-pre-mulext 7762  ax-arch 7763  ax-caucvg 7764
This theorem depends on definitions:  df-bi 116  df-dc 821  df-3or 964  df-3an 965  df-tru 1335  df-fal 1338  df-nf 1438  df-sb 1737  df-eu 2003  df-mo 2004  df-clab 2127  df-cleq 2133  df-clel 2136  df-nfc 2271  df-ne 2310  df-nel 2405  df-ral 2422  df-rex 2423  df-reu 2424  df-rmo 2425  df-rab 2426  df-v 2691  df-sbc 2914  df-csb 3008  df-dif 3078  df-un 3080  df-in 3082  df-ss 3089  df-nul 3369  df-if 3480  df-pw 3517  df-sn 3538  df-pr 3539  df-op 3541  df-uni 3745  df-int 3780  df-iun 3823  df-br 3938  df-opab 3998  df-mpt 3999  df-tr 4035  df-id 4223  df-po 4226  df-iso 4227  df-iord 4296  df-on 4298  df-ilim 4299  df-suc 4301  df-iom 4513  df-xp 4553  df-rel 4554  df-cnv 4555  df-co 4556  df-dm 4557  df-rn 4558  df-res 4559  df-ima 4560  df-iota 5096  df-fun 5133  df-fn 5134  df-f 5135  df-f1 5136  df-fo 5137  df-f1o 5138  df-fv 5139  df-isom 5140  df-riota 5738  df-ov 5785  df-oprab 5786  df-mpo 5787  df-1st 6046  df-2nd 6047  df-recs 6210  df-frec 6296  df-sup 6879  df-inf 6880  df-pnf 7826  df-mnf 7827  df-xr 7828  df-ltxr 7829  df-le 7830  df-sub 7959  df-neg 7960  df-reap 8361  df-ap 8368  df-div 8457  df-inn 8745  df-2 8803  df-3 8804  df-4 8805  df-n0 9002  df-z 9079  df-uz 9351  df-q 9439  df-rp 9471  df-fz 9822  df-fzo 9951  df-fl 10074  df-mod 10127  df-seqfrec 10250  df-exp 10324  df-cj 10646  df-re 10647  df-im 10648  df-rsqrt 10802  df-abs 10803  df-dvds 11530  df-lcm 11778
This theorem is referenced by:  lcmcom  11781  lcm0val  11782  lcmn0val  11783  lcmass  11802
  Copyright terms: Public domain W3C validator