Mathlib Map

Theorems · Theorem · commutative algebra

exists_sum_eq_one_iff_pairwise_coprime

∀ {R : Type u} {I : Type v} [inst : CommSemiring R] {s : I → R} {t : Finset I} [inst_1 : DecidableEq I],
  t.Nonempty → ((∃ μ, ∑ i ∈ t, μ i * ∏ j ∈ t \ {i}, s j = 1) ↔ Pairwise (Function.onFun IsCoprime fun i => s ↑i))
Defined in
Mathlib.RingTheory.Coprime.Lemmas
Cited by
1 results in Mathlib
Foundations
Depth 86 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringDecidableEq

Around this declaration

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

Cites42

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.