Theorems · Theorem · commutative algebra
EuclideanDomain.gcd_eq_zero_iff
∀ {R : Type u} [inst : EuclideanDomain R] [inst_1 : DecidableEq R] {a b : R},
EuclideanDomain.gcd a b = 0 ↔ a = 0 ∧ b = 0- Defined in
- Mathlib.Algebra.EuclideanDomain.Basic
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 24 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.
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.gcdstatement and proof · cited by 39
- EuclideanDomain.gcd_dvdproof · cited by 8
- EuclideanDomain.gcd_zero_rightproof · cited by 2
Cited by4
Results whose statement or proof uses this declaration.
- Field.primitive_element_inf_auxproof · cited by 1
- EuclideanDomain.lcm_dvdproof · cited by 1
- EuclideanDomain.lcm_eq_zero_iffproof · cited by 0
- EuclideanDomain.gcd_mul_lcmproof · cited by 0