The Farey dissection of order has at most arcs
ProvedFarey.card_pairs_leanalytic-number-theorycircle-methodfareynumber-theory
The Farey dissection of order contains at most pairs:
In the circle method this bounds the number of major arcs, which is what keeps their total contribution controllable. The bound is deliberately crude — the true count is — but is what the standard estimates need and it costs nothing to prove.
Note. The same statement is already on the platform as ThreePrimes.card_fareyPairs_le, reachable only by importing an 11 KB Vinogradov-specific definition bundle. This copy is stated against the standalone Farey definition so that the dissection can be used without that dependency.
Preamble
import Definitions.Def_Farey import Mathlib
Formal statement
namespace Farey theorem card_pairs_le (P : ℕ) : (pairs P).card ≤ P ^ 2 := by sorry end Farey
Source
Standard Farey-dissection facts. See R. C. Vaughan, The Hardy-Littlewood Method, 2nd ed., Cambridge University Press 1997, Chapter 2; Hardy & Wright, An Introduction to the Theory of Numbers, Chapter III.