Theorems · Theorem · commutative algebra
Field.gcd_eq
∀ {K : Type u_1} [inst : Field K] [inst_1 : DecidableEq K] (a b : K), EuclideanDomain.gcd a b = if a = 0 then b else a- Defined in
- Mathlib.Algebra.EuclideanDomain.Field
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 48 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- FieldDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Fieldstatement and proof · cited by 7,404
- sub_selfproof · cited by 996
- mul_div_cancel_right₀proof · cited by 70
- EuclideanDomain.gcdstatement and proof · cited by 39
- EuclideanDomain.gcd_zero_leftproof · cited by 7
- EuclideanDomain.gcd.eq_defproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- Field.gcd_eq_of_neproof · cited by 0
- Field.gcd_zero_eqproof · cited by 0