MPE Home Metamath Proof Explorer < Previous   Next >
Nearby theorems
Mirrors  >  Home  >  MPE Home  >  Th. List  >  lcmval Structured version   Visualization version   GIF version

Theorem lcmval 15930
Description: Value of the lcm operator. (𝑀 lcm 𝑁) is the least common multiple of 𝑀 and 𝑁. If either 𝑀 or 𝑁 is 0, the result is defined conventionally as 0. Contrast with df-gcd 15838 and gcdval 15839. (Contributed by Steve Rodriguez, 20-Jan-2020.) (Revised by AV, 16-Sep-2020.)
Assertion
Ref Expression
lcmval ((𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) → (𝑀 lcm 𝑁) = if((𝑀 = 0 ∨ 𝑁 = 0), 0, inf({𝑛 ∈ ℕ ∣ (𝑀𝑛𝑁𝑛)}, ℝ, < )))
Distinct variable groups:   𝑛,𝑀   𝑛,𝑁

Proof of Theorem lcmval
Dummy variables 𝑥 𝑦 are mutually distinct and distinct from all other variables.
StepHypRef Expression
1 eqeq1 2825 . . . 4 (𝑥 = 𝑀 → (𝑥 = 0 ↔ 𝑀 = 0))
21orbi1d 913 . . 3 (𝑥 = 𝑀 → ((𝑥 = 0 ∨ 𝑦 = 0) ↔ (𝑀 = 0 ∨ 𝑦 = 0)))
3 breq1 5062 . . . . . 6 (𝑥 = 𝑀 → (𝑥𝑛𝑀𝑛))
43anbi1d 631 . . . . 5 (𝑥 = 𝑀 → ((𝑥𝑛𝑦𝑛) ↔ (𝑀𝑛𝑦𝑛)))
54rabbidv 3481 . . . 4 (𝑥 = 𝑀 → {𝑛 ∈ ℕ ∣ (𝑥𝑛𝑦𝑛)} = {𝑛 ∈ ℕ ∣ (𝑀𝑛𝑦𝑛)})
65infeq1d 8935 . . 3 (𝑥 = 𝑀 → inf({𝑛 ∈ ℕ ∣ (𝑥𝑛𝑦𝑛)}, ℝ, < ) = inf({𝑛 ∈ ℕ ∣ (𝑀𝑛𝑦𝑛)}, ℝ, < ))
72, 6ifbieq2d 4492 . 2 (𝑥 = 𝑀 → if((𝑥 = 0 ∨ 𝑦 = 0), 0, inf({𝑛 ∈ ℕ ∣ (𝑥𝑛𝑦𝑛)}, ℝ, < )) = if((𝑀 = 0 ∨ 𝑦 = 0), 0, inf({𝑛 ∈ ℕ ∣ (𝑀𝑛𝑦𝑛)}, ℝ, < )))
8 eqeq1 2825 . . . 4 (𝑦 = 𝑁 → (𝑦 = 0 ↔ 𝑁 = 0))
98orbi2d 912 . . 3 (𝑦 = 𝑁 → ((𝑀 = 0 ∨ 𝑦 = 0) ↔ (𝑀 = 0 ∨ 𝑁 = 0)))
10 breq1 5062 . . . . . 6 (𝑦 = 𝑁 → (𝑦𝑛𝑁𝑛))
1110anbi2d 630 . . . . 5 (𝑦 = 𝑁 → ((𝑀𝑛𝑦𝑛) ↔ (𝑀𝑛𝑁𝑛)))
1211rabbidv 3481 . . . 4 (𝑦 = 𝑁 → {𝑛 ∈ ℕ ∣ (𝑀𝑛𝑦𝑛)} = {𝑛 ∈ ℕ ∣ (𝑀𝑛𝑁𝑛)})
1312infeq1d 8935 . . 3 (𝑦 = 𝑁 → inf({𝑛 ∈ ℕ ∣ (𝑀𝑛𝑦𝑛)}, ℝ, < ) = inf({𝑛 ∈ ℕ ∣ (𝑀𝑛𝑁𝑛)}, ℝ, < ))
149, 13ifbieq2d 4492 . 2 (𝑦 = 𝑁 → if((𝑀 = 0 ∨ 𝑦 = 0), 0, inf({𝑛 ∈ ℕ ∣ (𝑀𝑛𝑦𝑛)}, ℝ, < )) = if((𝑀 = 0 ∨ 𝑁 = 0), 0, inf({𝑛 ∈ ℕ ∣ (𝑀𝑛𝑁𝑛)}, ℝ, < )))
15 df-lcm 15928 . 2 lcm = (𝑥 ∈ ℤ, 𝑦 ∈ ℤ ↦ if((𝑥 = 0 ∨ 𝑦 = 0), 0, inf({𝑛 ∈ ℕ ∣ (𝑥𝑛𝑦𝑛)}, ℝ, < )))
16 c0ex 10629 . . 3 0 ∈ V
17 ltso 10715 . . . 4 < Or ℝ
1817infex 8951 . . 3 inf({𝑛 ∈ ℕ ∣ (𝑀𝑛𝑁𝑛)}, ℝ, < ) ∈ V
1916, 18ifex 4515 . 2 if((𝑀 = 0 ∨ 𝑁 = 0), 0, inf({𝑛 ∈ ℕ ∣ (𝑀𝑛𝑁𝑛)}, ℝ, < )) ∈ V
207, 14, 15, 19ovmpo 7304 1 ((𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) → (𝑀 lcm 𝑁) = if((𝑀 = 0 ∨ 𝑁 = 0), 0, inf({𝑛 ∈ ℕ ∣ (𝑀𝑛𝑁𝑛)}, ℝ, < )))
Colors of variables: wff setvar class
Syntax hints:  wi 4  wa 398  wo 843   = wceq 1533  wcel 2110  {crab 3142  ifcif 4467   class class class wbr 5059  (class class class)co 7150  infcinf 8899  cr 10530  0cc0 10531   < clt 10669  cn 11632  cz 11975  cdvds 15601   lcm clcm 15926
This theorem was proved from axioms:  ax-mp 5  ax-1 6  ax-2 7  ax-3 8  ax-gen 1792  ax-4 1806  ax-5 1907  ax-6 1966  ax-7 2011  ax-8 2112  ax-9 2120  ax-10 2141  ax-11 2156  ax-12 2172  ax-ext 2793  ax-sep 5196  ax-nul 5203  ax-pow 5259  ax-pr 5322  ax-un 7455  ax-resscn 10588  ax-1cn 10589  ax-icn 10590  ax-addcl 10591  ax-mulcl 10593  ax-i2m1 10599  ax-pre-lttri 10605  ax-pre-lttrn 10606
This theorem depends on definitions:  df-bi 209  df-an 399  df-or 844  df-3or 1084  df-3an 1085  df-tru 1536  df-ex 1777  df-nf 1781  df-sb 2066  df-mo 2618  df-eu 2650  df-clab 2800  df-cleq 2814  df-clel 2893  df-nfc 2963  df-ne 3017  df-nel 3124  df-ral 3143  df-rex 3144  df-rmo 3146  df-rab 3147  df-v 3497  df-sbc 3773  df-csb 3884  df-dif 3939  df-un 3941  df-in 3943  df-ss 3952  df-nul 4292  df-if 4468  df-pw 4541  df-sn 4562  df-pr 4564  df-op 4568  df-uni 4833  df-br 5060  df-opab 5122  df-mpt 5140  df-id 5455  df-po 5469  df-so 5470  df-xp 5556  df-rel 5557  df-cnv 5558  df-co 5559  df-dm 5560  df-rn 5561  df-res 5562  df-ima 5563  df-iota 6309  df-fun 6352  df-fn 6353  df-f 6354  df-f1 6355  df-fo 6356  df-f1o 6357  df-fv 6358  df-ov 7153  df-oprab 7154  df-mpo 7155  df-er 8283  df-en 8504  df-dom 8505  df-sdom 8506  df-sup 8900  df-inf 8901  df-pnf 10671  df-mnf 10672  df-ltxr 10674  df-lcm 15928
This theorem is referenced by:  lcmcom  15931  lcm0val  15932  lcmn0val  15933  lcmass  15952  lcmfpr  15965
  Copyright terms: Public domain W3C validator