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

Theorem bezout 15881
Description: Bézout's identity: For any integers 𝐴 and 𝐵, there are integers 𝑥, 𝑦 such that (𝐴 gcd 𝐵) = 𝐴 · 𝑥 + 𝐵 · 𝑦. This is Metamath 100 proof #60. (Contributed by Mario Carneiro, 22-Feb-2014.)
Assertion
Ref Expression
bezout ((𝐴 ∈ ℤ ∧ 𝐵 ∈ ℤ) → ∃𝑥 ∈ ℤ ∃𝑦 ∈ ℤ (𝐴 gcd 𝐵) = ((𝐴 · 𝑥) + (𝐵 · 𝑦)))
Distinct variable groups:   𝑥,𝑦,𝐴   𝑥,𝐵,𝑦

Proof of Theorem bezout
Dummy variables 𝑡 𝑢 𝑣 𝑧 are mutually distinct and distinct from all other variables.
StepHypRef Expression
1 eqeq1 2802 . . . . . . . 8 (𝑧 = 𝑡 → (𝑧 = ((𝐴 · 𝑥) + (𝐵 · 𝑦)) ↔ 𝑡 = ((𝐴 · 𝑥) + (𝐵 · 𝑦))))
212rexbidv 3259 . . . . . . 7 (𝑧 = 𝑡 → (∃𝑥 ∈ ℤ ∃𝑦 ∈ ℤ 𝑧 = ((𝐴 · 𝑥) + (𝐵 · 𝑦)) ↔ ∃𝑥 ∈ ℤ ∃𝑦 ∈ ℤ 𝑡 = ((𝐴 · 𝑥) + (𝐵 · 𝑦))))
3 oveq2 7143 . . . . . . . . . 10 (𝑥 = 𝑢 → (𝐴 · 𝑥) = (𝐴 · 𝑢))
43oveq1d 7150 . . . . . . . . 9 (𝑥 = 𝑢 → ((𝐴 · 𝑥) + (𝐵 · 𝑦)) = ((𝐴 · 𝑢) + (𝐵 · 𝑦)))
54eqeq2d 2809 . . . . . . . 8 (𝑥 = 𝑢 → (𝑡 = ((𝐴 · 𝑥) + (𝐵 · 𝑦)) ↔ 𝑡 = ((𝐴 · 𝑢) + (𝐵 · 𝑦))))
6 oveq2 7143 . . . . . . . . . 10 (𝑦 = 𝑣 → (𝐵 · 𝑦) = (𝐵 · 𝑣))
76oveq2d 7151 . . . . . . . . 9 (𝑦 = 𝑣 → ((𝐴 · 𝑢) + (𝐵 · 𝑦)) = ((𝐴 · 𝑢) + (𝐵 · 𝑣)))
87eqeq2d 2809 . . . . . . . 8 (𝑦 = 𝑣 → (𝑡 = ((𝐴 · 𝑢) + (𝐵 · 𝑦)) ↔ 𝑡 = ((𝐴 · 𝑢) + (𝐵 · 𝑣))))
95, 8cbvrex2vw 3409 . . . . . . 7 (∃𝑥 ∈ ℤ ∃𝑦 ∈ ℤ 𝑡 = ((𝐴 · 𝑥) + (𝐵 · 𝑦)) ↔ ∃𝑢 ∈ ℤ ∃𝑣 ∈ ℤ 𝑡 = ((𝐴 · 𝑢) + (𝐵 · 𝑣)))
102, 9syl6bb 290 . . . . . 6 (𝑧 = 𝑡 → (∃𝑥 ∈ ℤ ∃𝑦 ∈ ℤ 𝑧 = ((𝐴 · 𝑥) + (𝐵 · 𝑦)) ↔ ∃𝑢 ∈ ℤ ∃𝑣 ∈ ℤ 𝑡 = ((𝐴 · 𝑢) + (𝐵 · 𝑣))))
1110cbvrabv 3439 . . . . 5 {𝑧 ∈ ℕ ∣ ∃𝑥 ∈ ℤ ∃𝑦 ∈ ℤ 𝑧 = ((𝐴 · 𝑥) + (𝐵 · 𝑦))} = {𝑡 ∈ ℕ ∣ ∃𝑢 ∈ ℤ ∃𝑣 ∈ ℤ 𝑡 = ((𝐴 · 𝑢) + (𝐵 · 𝑣))}
12 simpll 766 . . . . 5 (((𝐴 ∈ ℤ ∧ 𝐵 ∈ ℤ) ∧ ¬ (𝐴 = 0 ∧ 𝐵 = 0)) → 𝐴 ∈ ℤ)
13 simplr 768 . . . . 5 (((𝐴 ∈ ℤ ∧ 𝐵 ∈ ℤ) ∧ ¬ (𝐴 = 0 ∧ 𝐵 = 0)) → 𝐵 ∈ ℤ)
14 eqid 2798 . . . . 5 inf({𝑧 ∈ ℕ ∣ ∃𝑥 ∈ ℤ ∃𝑦 ∈ ℤ 𝑧 = ((𝐴 · 𝑥) + (𝐵 · 𝑦))}, ℝ, < ) = inf({𝑧 ∈ ℕ ∣ ∃𝑥 ∈ ℤ ∃𝑦 ∈ ℤ 𝑧 = ((𝐴 · 𝑥) + (𝐵 · 𝑦))}, ℝ, < )
15 simpr 488 . . . . 5 (((𝐴 ∈ ℤ ∧ 𝐵 ∈ ℤ) ∧ ¬ (𝐴 = 0 ∧ 𝐵 = 0)) → ¬ (𝐴 = 0 ∧ 𝐵 = 0))
1611, 12, 13, 14, 15bezoutlem4 15880 . . . 4 (((𝐴 ∈ ℤ ∧ 𝐵 ∈ ℤ) ∧ ¬ (𝐴 = 0 ∧ 𝐵 = 0)) → (𝐴 gcd 𝐵) ∈ {𝑧 ∈ ℕ ∣ ∃𝑥 ∈ ℤ ∃𝑦 ∈ ℤ 𝑧 = ((𝐴 · 𝑥) + (𝐵 · 𝑦))})
17 eqeq1 2802 . . . . . . 7 (𝑧 = (𝐴 gcd 𝐵) → (𝑧 = ((𝐴 · 𝑥) + (𝐵 · 𝑦)) ↔ (𝐴 gcd 𝐵) = ((𝐴 · 𝑥) + (𝐵 · 𝑦))))
18172rexbidv 3259 . . . . . 6 (𝑧 = (𝐴 gcd 𝐵) → (∃𝑥 ∈ ℤ ∃𝑦 ∈ ℤ 𝑧 = ((𝐴 · 𝑥) + (𝐵 · 𝑦)) ↔ ∃𝑥 ∈ ℤ ∃𝑦 ∈ ℤ (𝐴 gcd 𝐵) = ((𝐴 · 𝑥) + (𝐵 · 𝑦))))
1918elrab 3628 . . . . 5 ((𝐴 gcd 𝐵) ∈ {𝑧 ∈ ℕ ∣ ∃𝑥 ∈ ℤ ∃𝑦 ∈ ℤ 𝑧 = ((𝐴 · 𝑥) + (𝐵 · 𝑦))} ↔ ((𝐴 gcd 𝐵) ∈ ℕ ∧ ∃𝑥 ∈ ℤ ∃𝑦 ∈ ℤ (𝐴 gcd 𝐵) = ((𝐴 · 𝑥) + (𝐵 · 𝑦))))
2019simprbi 500 . . . 4 ((𝐴 gcd 𝐵) ∈ {𝑧 ∈ ℕ ∣ ∃𝑥 ∈ ℤ ∃𝑦 ∈ ℤ 𝑧 = ((𝐴 · 𝑥) + (𝐵 · 𝑦))} → ∃𝑥 ∈ ℤ ∃𝑦 ∈ ℤ (𝐴 gcd 𝐵) = ((𝐴 · 𝑥) + (𝐵 · 𝑦)))
2116, 20syl 17 . . 3 (((𝐴 ∈ ℤ ∧ 𝐵 ∈ ℤ) ∧ ¬ (𝐴 = 0 ∧ 𝐵 = 0)) → ∃𝑥 ∈ ℤ ∃𝑦 ∈ ℤ (𝐴 gcd 𝐵) = ((𝐴 · 𝑥) + (𝐵 · 𝑦)))
2221ex 416 . 2 ((𝐴 ∈ ℤ ∧ 𝐵 ∈ ℤ) → (¬ (𝐴 = 0 ∧ 𝐵 = 0) → ∃𝑥 ∈ ℤ ∃𝑦 ∈ ℤ (𝐴 gcd 𝐵) = ((𝐴 · 𝑥) + (𝐵 · 𝑦))))
23 0z 11980 . . . 4 0 ∈ ℤ
24 00id 10804 . . . . 5 (0 + 0) = 0
25 0cn 10622 . . . . . . 7 0 ∈ ℂ
2625mul01i 10819 . . . . . 6 (0 · 0) = 0
2726, 26oveq12i 7147 . . . . 5 ((0 · 0) + (0 · 0)) = (0 + 0)
28 gcd0val 15836 . . . . 5 (0 gcd 0) = 0
2924, 27, 283eqtr4ri 2832 . . . 4 (0 gcd 0) = ((0 · 0) + (0 · 0))
30 oveq2 7143 . . . . . . 7 (𝑥 = 0 → (0 · 𝑥) = (0 · 0))
3130oveq1d 7150 . . . . . 6 (𝑥 = 0 → ((0 · 𝑥) + (0 · 𝑦)) = ((0 · 0) + (0 · 𝑦)))
3231eqeq2d 2809 . . . . 5 (𝑥 = 0 → ((0 gcd 0) = ((0 · 𝑥) + (0 · 𝑦)) ↔ (0 gcd 0) = ((0 · 0) + (0 · 𝑦))))
33 oveq2 7143 . . . . . . 7 (𝑦 = 0 → (0 · 𝑦) = (0 · 0))
3433oveq2d 7151 . . . . . 6 (𝑦 = 0 → ((0 · 0) + (0 · 𝑦)) = ((0 · 0) + (0 · 0)))
3534eqeq2d 2809 . . . . 5 (𝑦 = 0 → ((0 gcd 0) = ((0 · 0) + (0 · 𝑦)) ↔ (0 gcd 0) = ((0 · 0) + (0 · 0))))
3632, 35rspc2ev 3583 . . . 4 ((0 ∈ ℤ ∧ 0 ∈ ℤ ∧ (0 gcd 0) = ((0 · 0) + (0 · 0))) → ∃𝑥 ∈ ℤ ∃𝑦 ∈ ℤ (0 gcd 0) = ((0 · 𝑥) + (0 · 𝑦)))
3723, 23, 29, 36mp3an 1458 . . 3 𝑥 ∈ ℤ ∃𝑦 ∈ ℤ (0 gcd 0) = ((0 · 𝑥) + (0 · 𝑦))
38 oveq12 7144 . . . . 5 ((𝐴 = 0 ∧ 𝐵 = 0) → (𝐴 gcd 𝐵) = (0 gcd 0))
39 oveq1 7142 . . . . . 6 (𝐴 = 0 → (𝐴 · 𝑥) = (0 · 𝑥))
40 oveq1 7142 . . . . . 6 (𝐵 = 0 → (𝐵 · 𝑦) = (0 · 𝑦))
4139, 40oveqan12d 7154 . . . . 5 ((𝐴 = 0 ∧ 𝐵 = 0) → ((𝐴 · 𝑥) + (𝐵 · 𝑦)) = ((0 · 𝑥) + (0 · 𝑦)))
4238, 41eqeq12d 2814 . . . 4 ((𝐴 = 0 ∧ 𝐵 = 0) → ((𝐴 gcd 𝐵) = ((𝐴 · 𝑥) + (𝐵 · 𝑦)) ↔ (0 gcd 0) = ((0 · 𝑥) + (0 · 𝑦))))
43422rexbidv 3259 . . 3 ((𝐴 = 0 ∧ 𝐵 = 0) → (∃𝑥 ∈ ℤ ∃𝑦 ∈ ℤ (𝐴 gcd 𝐵) = ((𝐴 · 𝑥) + (𝐵 · 𝑦)) ↔ ∃𝑥 ∈ ℤ ∃𝑦 ∈ ℤ (0 gcd 0) = ((0 · 𝑥) + (0 · 𝑦))))
4437, 43mpbiri 261 . 2 ((𝐴 = 0 ∧ 𝐵 = 0) → ∃𝑥 ∈ ℤ ∃𝑦 ∈ ℤ (𝐴 gcd 𝐵) = ((𝐴 · 𝑥) + (𝐵 · 𝑦)))
4522, 44pm2.61d2 184 1 ((𝐴 ∈ ℤ ∧ 𝐵 ∈ ℤ) → ∃𝑥 ∈ ℤ ∃𝑦 ∈ ℤ (𝐴 gcd 𝐵) = ((𝐴 · 𝑥) + (𝐵 · 𝑦)))
Colors of variables: wff setvar class
Syntax hints:  ¬ wn 3  wi 4  wa 399   = wceq 1538  wcel 2111  wrex 3107  {crab 3110  (class class class)co 7135  infcinf 8889  cr 10525  0cc0 10526   + caddc 10529   · cmul 10531   < clt 10664  cn 11625  cz 11969   gcd cgcd 15833
This theorem was proved from axioms:  ax-mp 5  ax-1 6  ax-2 7  ax-3 8  ax-gen 1797  ax-4 1811  ax-5 1911  ax-6 1970  ax-7 2015  ax-8 2113  ax-9 2121  ax-10 2142  ax-11 2158  ax-12 2175  ax-ext 2770  ax-sep 5167  ax-nul 5174  ax-pow 5231  ax-pr 5295  ax-un 7441  ax-cnex 10582  ax-resscn 10583  ax-1cn 10584  ax-icn 10585  ax-addcl 10586  ax-addrcl 10587  ax-mulcl 10588  ax-mulrcl 10589  ax-mulcom 10590  ax-addass 10591  ax-mulass 10592  ax-distr 10593  ax-i2m1 10594  ax-1ne0 10595  ax-1rid 10596  ax-rnegex 10597  ax-rrecex 10598  ax-cnre 10599  ax-pre-lttri 10600  ax-pre-lttrn 10601  ax-pre-ltadd 10602  ax-pre-mulgt0 10603  ax-pre-sup 10604
This theorem depends on definitions:  df-bi 210  df-an 400  df-or 845  df-3or 1085  df-3an 1086  df-tru 1541  df-ex 1782  df-nf 1786  df-sb 2070  df-mo 2598  df-eu 2629  df-clab 2777  df-cleq 2791  df-clel 2870  df-nfc 2938  df-ne 2988  df-nel 3092  df-ral 3111  df-rex 3112  df-reu 3113  df-rmo 3114  df-rab 3115  df-v 3443  df-sbc 3721  df-csb 3829  df-dif 3884  df-un 3886  df-in 3888  df-ss 3898  df-pss 3900  df-nul 4244  df-if 4426  df-pw 4499  df-sn 4526  df-pr 4528  df-tp 4530  df-op 4532  df-uni 4801  df-iun 4883  df-br 5031  df-opab 5093  df-mpt 5111  df-tr 5137  df-id 5425  df-eprel 5430  df-po 5438  df-so 5439  df-fr 5478  df-we 5480  df-xp 5525  df-rel 5526  df-cnv 5527  df-co 5528  df-dm 5529  df-rn 5530  df-res 5531  df-ima 5532  df-pred 6116  df-ord 6162  df-on 6163  df-lim 6164  df-suc 6165  df-iota 6283  df-fun 6326  df-fn 6327  df-f 6328  df-f1 6329  df-fo 6330  df-f1o 6331  df-fv 6332  df-riota 7093  df-ov 7138  df-oprab 7139  df-mpo 7140  df-om 7561  df-2nd 7672  df-wrecs 7930  df-recs 7991  df-rdg 8029  df-er 8272  df-en 8493  df-dom 8494  df-sdom 8495  df-sup 8890  df-inf 8891  df-pnf 10666  df-mnf 10667  df-xr 10668  df-ltxr 10669  df-le 10670  df-sub 10861  df-neg 10862  df-div 11287  df-nn 11626  df-2 11688  df-3 11689  df-n0 11886  df-z 11970  df-uz 12232  df-rp 12378  df-fl 13157  df-mod 13233  df-seq 13365  df-exp 13426  df-cj 14450  df-re 14451  df-im 14452  df-sqrt 14586  df-abs 14587  df-dvds 15600  df-gcd 15834
This theorem is referenced by:  dvdsgcd  15882  dvdsmulgcd  15895  lcmgcdlem  15940  divgcdcoprm0  15999  odbezout  18677  ablfacrp  19181  pgpfac1lem3  19192  znunit  20255  2sqb  26016  ostth3  26222
  Copyright terms: Public domain W3C validator