Theorems · Theorem · commutative algebra
Finset.gcd_div_eq_one
∀ {ι : Type u_1} {α : Type u_2} [inst : CommMonoidWithZero α] [inst_1 : NormalizedGCDMonoid α] [inst_2 : Div α]
[MulDivCancelClass α] {f : ι → α} {s : Finset ι} {i : ι}, i ∈ s → f i ≠ 0 → (s.gcd fun j => f j / s.gcd f) = 1Given a nonempty Finset s and a function f from s to ℕ, if d = s.gcd,
then the gcd of (f i) / d is equal to 1.
- Defined in
- Mathlib.Algebra.GCDMonoid.Finset
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- CommMonoidWithZerostatement and proof · cited by 913
- NormalizedGCDMonoidstatement and proof · cited by 159
- mul_div_cancel_left₀proof · cited by 111
- Finset.gcdstatement and proof · cited by 49
- Finset.gcd_eq_zero_iffproof · cited by 5
- MulDivCancelClassstatement and proof · cited by 5
- Finset.gcd_congrproof · cited by 3
- Finset.extract_gcdproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Finset.gcd_div_id_eq_oneproof · cited by 0