Mathlib Map

Theorems · Theorem · commutative algebra

Finset.gcd_eq_sum_mul

∀ {R : Type u} {α : Type u_1} [inst : CommRing R] [IsBezout R] [inst_2 : NormalizedGCDMonoid R] (s : Finset α)
  (f : α → R), ∃ g, s.gcd f = ∑ a ∈ s, f a * g a

A version of Bézout's lemma for greatest common divisors over arbitrary Finsets.

Defined in
Mathlib.RingTheory.PrincipalIdealDomain
Cited by
1 results in Mathlib
Foundations
Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingIsBezoutNormalizedGCDMonoid

Around this declaration

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

Cites23

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

Cited by1

Results whose statement or proof uses this declaration.