Theorems · Theorem · commutative algebra
Finset.extract_gcd
∀ {α : Type u_2} {β : Type u_3} [inst : CommMonoidWithZero α] [inst_1 : NormalizedGCDMonoid α] {s : Finset β}
(f : β → α), s.Nonempty → ∃ g, (∀ b ∈ s, f b = s.gcd f * g b) ∧ s.gcd g = 1- Defined in
- Mathlib.Algebra.GCDMonoid.Finset
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- mul_oneproof · cited by 3,885
- Finset.Nonemptystatement and proof · cited by 1,001
- CommMonoidWithZerostatement and proof · cited by 913
- NormalizedGCDMonoidstatement and proof · cited by 159
- normalizeproof · cited by 137
- Finset.gcdstatement and proof · cited by 49
- normalize_oneproof · cited by 10
- Finset.gcd_dvdproof · cited by 7
- Finset.gcd_eq_zero_iffproof · cited by 5
- Finset.image_constproof · cited by 5
- Finset.gcd_singletonproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- Finset.gcd_div_eq_oneproof · cited by 1