Theorems · Definition · commutative algebra
EuclideanDomain.gcdB
{R : Type u} → [EuclideanDomain R] → [DecidableEq R] → R → R → RThe extended GCD b value in the equation gcd x y = x * a + y * b.
- Defined in
- Mathlib.Algebra.EuclideanDomain.Defs
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses no axioms
- Assumes
- EuclideanDomainDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- EuclideanDomainstatement and proof · cited by 124
- EuclideanDomain.xgcdproof · cited by 2
Cited by5
Results whose statement or proof uses this declaration.
- EuclideanDomain.gcd_eq_gcd_abstatement · cited by 2
- Polynomial.eval₂_gcd_eq_zeroproof · cited by 2
- EuclideanDomain.lcm_dvdproof · cited by 1
- EuclideanDomain.xgcd_valstatement · cited by 1
- EuclideanDomain.gcdB_zero_leftstatement · cited by 0