Metamath Proof Explorer |
< Previous
Next >
Nearby theorems |
||
Mirrors > Home > MPE Home > Th. List > gcdval | Structured version Visualization version GIF version |
Description: The value of the gcd operator. (𝑀 gcd 𝑁) is the greatest common divisor of 𝑀 and 𝑁. If 𝑀 and 𝑁 are both 0, the result is defined conventionally as 0. (Contributed by Paul Chapman, 21-Mar-2011.) (Revised by Mario Carneiro, 10-Nov-2013.) |
Ref | Expression |
---|---|
gcdval | ⊢ ((𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) → (𝑀 gcd 𝑁) = if((𝑀 = 0 ∧ 𝑁 = 0), 0, sup({𝑛 ∈ ℤ ∣ (𝑛 ∥ 𝑀 ∧ 𝑛 ∥ 𝑁)}, ℝ, < ))) |
Step | Hyp | Ref | Expression |
---|---|---|---|
1 | eqeq1 2742 | . . . 4 ⊢ (𝑥 = 𝑀 → (𝑥 = 0 ↔ 𝑀 = 0)) | |
2 | 1 | anbi1d 630 | . . 3 ⊢ (𝑥 = 𝑀 → ((𝑥 = 0 ∧ 𝑦 = 0) ↔ (𝑀 = 0 ∧ 𝑦 = 0))) |
3 | breq2 5078 | . . . . . 6 ⊢ (𝑥 = 𝑀 → (𝑛 ∥ 𝑥 ↔ 𝑛 ∥ 𝑀)) | |
4 | 3 | anbi1d 630 | . . . . 5 ⊢ (𝑥 = 𝑀 → ((𝑛 ∥ 𝑥 ∧ 𝑛 ∥ 𝑦) ↔ (𝑛 ∥ 𝑀 ∧ 𝑛 ∥ 𝑦))) |
5 | 4 | rabbidv 3414 | . . . 4 ⊢ (𝑥 = 𝑀 → {𝑛 ∈ ℤ ∣ (𝑛 ∥ 𝑥 ∧ 𝑛 ∥ 𝑦)} = {𝑛 ∈ ℤ ∣ (𝑛 ∥ 𝑀 ∧ 𝑛 ∥ 𝑦)}) |
6 | 5 | supeq1d 9205 | . . 3 ⊢ (𝑥 = 𝑀 → sup({𝑛 ∈ ℤ ∣ (𝑛 ∥ 𝑥 ∧ 𝑛 ∥ 𝑦)}, ℝ, < ) = sup({𝑛 ∈ ℤ ∣ (𝑛 ∥ 𝑀 ∧ 𝑛 ∥ 𝑦)}, ℝ, < )) |
7 | 2, 6 | ifbieq2d 4485 | . 2 ⊢ (𝑥 = 𝑀 → if((𝑥 = 0 ∧ 𝑦 = 0), 0, sup({𝑛 ∈ ℤ ∣ (𝑛 ∥ 𝑥 ∧ 𝑛 ∥ 𝑦)}, ℝ, < )) = if((𝑀 = 0 ∧ 𝑦 = 0), 0, sup({𝑛 ∈ ℤ ∣ (𝑛 ∥ 𝑀 ∧ 𝑛 ∥ 𝑦)}, ℝ, < ))) |
8 | eqeq1 2742 | . . . 4 ⊢ (𝑦 = 𝑁 → (𝑦 = 0 ↔ 𝑁 = 0)) | |
9 | 8 | anbi2d 629 | . . 3 ⊢ (𝑦 = 𝑁 → ((𝑀 = 0 ∧ 𝑦 = 0) ↔ (𝑀 = 0 ∧ 𝑁 = 0))) |
10 | breq2 5078 | . . . . . 6 ⊢ (𝑦 = 𝑁 → (𝑛 ∥ 𝑦 ↔ 𝑛 ∥ 𝑁)) | |
11 | 10 | anbi2d 629 | . . . . 5 ⊢ (𝑦 = 𝑁 → ((𝑛 ∥ 𝑀 ∧ 𝑛 ∥ 𝑦) ↔ (𝑛 ∥ 𝑀 ∧ 𝑛 ∥ 𝑁))) |
12 | 11 | rabbidv 3414 | . . . 4 ⊢ (𝑦 = 𝑁 → {𝑛 ∈ ℤ ∣ (𝑛 ∥ 𝑀 ∧ 𝑛 ∥ 𝑦)} = {𝑛 ∈ ℤ ∣ (𝑛 ∥ 𝑀 ∧ 𝑛 ∥ 𝑁)}) |
13 | 12 | supeq1d 9205 | . . 3 ⊢ (𝑦 = 𝑁 → sup({𝑛 ∈ ℤ ∣ (𝑛 ∥ 𝑀 ∧ 𝑛 ∥ 𝑦)}, ℝ, < ) = sup({𝑛 ∈ ℤ ∣ (𝑛 ∥ 𝑀 ∧ 𝑛 ∥ 𝑁)}, ℝ, < )) |
14 | 9, 13 | ifbieq2d 4485 | . 2 ⊢ (𝑦 = 𝑁 → if((𝑀 = 0 ∧ 𝑦 = 0), 0, sup({𝑛 ∈ ℤ ∣ (𝑛 ∥ 𝑀 ∧ 𝑛 ∥ 𝑦)}, ℝ, < )) = if((𝑀 = 0 ∧ 𝑁 = 0), 0, sup({𝑛 ∈ ℤ ∣ (𝑛 ∥ 𝑀 ∧ 𝑛 ∥ 𝑁)}, ℝ, < ))) |
15 | df-gcd 16202 | . 2 ⊢ gcd = (𝑥 ∈ ℤ, 𝑦 ∈ ℤ ↦ if((𝑥 = 0 ∧ 𝑦 = 0), 0, sup({𝑛 ∈ ℤ ∣ (𝑛 ∥ 𝑥 ∧ 𝑛 ∥ 𝑦)}, ℝ, < ))) | |
16 | c0ex 10969 | . . 3 ⊢ 0 ∈ V | |
17 | ltso 11055 | . . . 4 ⊢ < Or ℝ | |
18 | 17 | supex 9222 | . . 3 ⊢ sup({𝑛 ∈ ℤ ∣ (𝑛 ∥ 𝑀 ∧ 𝑛 ∥ 𝑁)}, ℝ, < ) ∈ V |
19 | 16, 18 | ifex 4509 | . 2 ⊢ if((𝑀 = 0 ∧ 𝑁 = 0), 0, sup({𝑛 ∈ ℤ ∣ (𝑛 ∥ 𝑀 ∧ 𝑛 ∥ 𝑁)}, ℝ, < )) ∈ V |
20 | 7, 14, 15, 19 | ovmpo 7433 | 1 ⊢ ((𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) → (𝑀 gcd 𝑁) = if((𝑀 = 0 ∧ 𝑁 = 0), 0, sup({𝑛 ∈ ℤ ∣ (𝑛 ∥ 𝑀 ∧ 𝑛 ∥ 𝑁)}, ℝ, < ))) |
Colors of variables: wff setvar class |
Syntax hints: → wi 4 ∧ wa 396 = wceq 1539 ∈ wcel 2106 {crab 3068 ifcif 4459 class class class wbr 5074 (class class class)co 7275 supcsup 9199 ℝcr 10870 0cc0 10871 < clt 11009 ℤcz 12319 ∥ cdvds 15963 gcd cgcd 16201 |
This theorem was proved from axioms: ax-mp 5 ax-1 6 ax-2 7 ax-3 8 ax-gen 1798 ax-4 1812 ax-5 1913 ax-6 1971 ax-7 2011 ax-8 2108 ax-9 2116 ax-10 2137 ax-11 2154 ax-12 2171 ax-ext 2709 ax-sep 5223 ax-nul 5230 ax-pow 5288 ax-pr 5352 ax-un 7588 ax-resscn 10928 ax-1cn 10929 ax-icn 10930 ax-addcl 10931 ax-mulcl 10933 ax-i2m1 10939 ax-pre-lttri 10945 ax-pre-lttrn 10946 |
This theorem depends on definitions: df-bi 206 df-an 397 df-or 845 df-3or 1087 df-3an 1088 df-tru 1542 df-fal 1552 df-ex 1783 df-nf 1787 df-sb 2068 df-mo 2540 df-eu 2569 df-clab 2716 df-cleq 2730 df-clel 2816 df-nfc 2889 df-nel 3050 df-ral 3069 df-rex 3070 df-rmo 3071 df-rab 3073 df-v 3434 df-sbc 3717 df-csb 3833 df-dif 3890 df-un 3892 df-in 3894 df-ss 3904 df-nul 4257 df-if 4460 df-pw 4535 df-sn 4562 df-pr 4564 df-op 4568 df-uni 4840 df-br 5075 df-opab 5137 df-mpt 5158 df-id 5489 df-po 5503 df-so 5504 df-xp 5595 df-rel 5596 df-cnv 5597 df-co 5598 df-dm 5599 df-rn 5600 df-res 5601 df-ima 5602 df-iota 6391 df-fun 6435 df-fn 6436 df-f 6437 df-f1 6438 df-fo 6439 df-f1o 6440 df-fv 6441 df-ov 7278 df-oprab 7279 df-mpo 7280 df-er 8498 df-en 8734 df-dom 8735 df-sdom 8736 df-sup 9201 df-pnf 11011 df-mnf 11012 df-ltxr 11014 df-gcd 16202 |
This theorem is referenced by: gcd0val 16204 gcdn0val 16205 gcdf 16219 gcdcom 16220 dfgcd2 16254 gcdass 16255 |
Copyright terms: Public domain | W3C validator |