Theorems · Theorem · commutative algebra
exists_gcd_eq_mul_add_mul
∀ {R : Type u} [inst : CommRing R] [IsBezout R] [IsDomain R] [inst_3 : GCDMonoid R] (a b : R),
∃ x y, gcd a b = a * x + b * yBézout's lemma
- Defined in
- Mathlib.RingTheory.PrincipalIdealDomain
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement and proof · cited by 17,173
- IsDomainstatement and proof · cited by 2,196
- GCDMonoid.gcdstatement and proof · cited by 143
- dvd_reflproof · cited by 97
- GCDMonoidstatement and proof · cited by 96
- IsBezoutstatement and proof · cited by 23
- gcd_dvd_iff_existsproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.