Theorems · Theorem · number theory
exists_frobeniusNumber_iff
∀ {s : Set ℕ}, (∃ n, FrobeniusNumber n s) ↔ Nat.setGcd s = 1 ∧ 1 ∉ sA set of natural numbers has a Frobenius number iff their gcd is 1; if 1 is in the set, the Frobenius number is -1, so the Frobenius number doesn't exist as a natural number. [Wikipedia](https://en.wikipedia.org/wiki/Coin_problem#Statement) seems to attribute this to Issai Schur, but [Schur's theorem](https://en.wikipedia.org/wiki/Schur%27s_theorem#Combinatorics) is a more precise statement about asymptotics of the number of ℕ-linear combinations, and the existence of the Frobenius number for a set with gcd 1 is probably well known before that.
- Defined in
- Mathlib.NumberTheory.FrobeniusNumber
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 84 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- LT.lt.leproof · cited by 2,189
- le_of_not_gtproof · cited by 430
- Eq.geproof · cited by 375
- le_totalproof · cited by 294
- AddSubmonoid.closureproof · cited by 224
- Set.singleton_subset_iffproof · cited by 206
- Dvd.dvd.transproof · cited by 148
- of_not_notproof · cited by 51
- one_dvdproof · cited by 37
- Nat.findGreatestproof · cited by 25
- Nat.setGcdstatement and proof · cited by 15
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.