Theorems · Theorem · commutative algebra
EuclideanDomain.xgcdAux.eq_def
∀ {R : Type u} [inst : EuclideanDomain R] [inst_1 : DecidableEq R] (r s t r' s' t' : R),
EuclideanDomain.xgcdAux r s t r' s' t' =
if _hr : r = 0 then (r', s', t')
else
have q := r' / r;
have x := ⋯;
EuclideanDomain.xgcdAux (r' % r) (s' - q * s) (t' - q * t) r s t- Defined in
- Mathlib.Algebra.EuclideanDomain.Defs
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses Quot.sound
- Assumes
- EuclideanDomainDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
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.rstatement · cited by 13
- EuclideanDomain.mod_ltstatement · cited by 8
- EuclideanDomain.xgcdAuxstatement · cited by 7
Cited by1
Results whose statement or proof uses this declaration.
- EuclideanDomain.xgcd_zero_leftproof · cited by 4