Mathlib Map

Theorems · Definition · commutative algebra

EuclideanDomain.gcd

{R : Type u} → [EuclideanDomain R] → [DecidableEq R] → R → R → R

gcd a b is a (non-unique) element such that gcd a b ∣ a gcd a b ∣ b, and for any element c such that c ∣ a and c ∣ b, then c ∣ gcd a b

Defined in
Mathlib.Algebra.EuclideanDomain.Defs
Cited by
39 results in Mathlib
Foundations
Depth 14 from the axioms · uses no axioms
Assumes
EuclideanDomainDecidableEq

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites1

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by41

Results whose statement or proof uses this declaration.