Theorems · Theorem · commutative algebra
EuclideanDomain.gcd_eq_gcd_ab
∀ {R : Type u} [inst : EuclideanDomain R] [inst_1 : DecidableEq R] (a b : R),
EuclideanDomain.gcd a b = a * EuclideanDomain.gcdA a b + b * EuclideanDomain.gcdB a bAn explicit version of Bézout's lemma for Euclidean domains.
- Defined in
- Mathlib.Algebra.EuclideanDomain.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 25 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- EuclideanDomainDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- mul_oneproof · cited by 3,885
- add_zeroproof · cited by 2,707
- zero_addproof · cited by 2,366
- MulZeroClass.mul_zeroproof · cited by 2,091
- EuclideanDomainstatement and proof · cited by 124
- EuclideanDomain.gcdstatement and proof · cited by 39
- EuclideanDomain.xgcdAuxproof · cited by 7
- EuclideanDomain.gcdAstatement · cited by 5
- EuclideanDomain.gcdBstatement · cited by 5
- EuclideanDomain.xgcdAux_Pproof · cited by 1
- EuclideanDomain.xgcdAux_valproof · cited by 1
- EuclideanDomain.xgcd_valproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- Polynomial.eval₂_gcd_eq_zeroproof · cited by 2
- EuclideanDomain.lcm_dvdproof · cited by 1