Theorems · Theorem · commutative algebra
Multiset.extract_gcd
∀ {α : Type u_1} [inst : CommMonoidWithZero α] [inst_1 : NormalizedGCDMonoid α] (s : Multiset α),
s ≠ 0 → ∃ t, s = Multiset.map (fun x => s.gcd * x) t ∧ t.gcd = 1- Defined in
- Mathlib.Algebra.GCDMonoid.Multiset
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- mul_oneproof · cited by 3,885
- Multisetstatement and proof · cited by 2,627
- LT.lt.ne'proof · cited by 1,417
- CommMonoidWithZerostatement and proof · cited by 913
- Multiset.mapstatement · cited by 876
- Multiset.cardproof · cited by 375
- NormalizedGCDMonoidstatement and proof · cited by 159
- Multiset.replicateproof · cited by 88
- Multiset.gcdstatement and proof · cited by 21
- Multiset.map_idproof · cited by 20
- Multiset.pmapproof · cited by 16
- normalize_oneproof · cited by 10
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.