Encyclopedia Constants Constants Euler Mascheroni Or

ARTICLE 3 claims 1 theorem 1 hypothesis

Constants Euler Mascheroni Or

The Euler-Mascheroni constant γ, roughly 0.5772, is the gap between the harmonic series and the natural logarithm, and it appears throughout number theory and physics.

The constant's role

The Euler-Mascheroni constant, written γ and approximately 0.5772, is defined by a limit: as n grows, the difference between the nth harmonic number H_n (the sum 1 + 1/2 + ... + 1/n) and the natural logarithm of n approaches γ. It answers a simple question: how much larger is the harmonic series than the logarithm? The constant appears in number theory (Mertens' theorems on prime distribution), in the Riemann zeta function, and in quantum field theory as a renormalization constant. Whether γ is rational or irrational remains an open problem in mathematics.

The Recognition Science framework's machine-checked library of formal theorems records what is known about γ and what is not. It proves the basic bounds: γ is positive and less than 2/3, and therefore lies strictly between 1/2 and 2/3. These are formalized theorems, not numerical approximations. The library also defines the statement that γ is irrational as an explicit target, but it does not prove it. The framework's own derivation of γ from first principles is marked as OPEN, blocked on a deeper connection between its ledger structure and the zeta function, which itself depends on the unproved Riemann hypothesis.

Within the framework, the constant's role is a prediction, not a result. If the derivation succeeds, the framework predicts γ will be expressible as a closed-form function of the golden ratio φ and values of the zeta function ζ(2), ζ(3), and so on. The named falsifier is a discovery that γ is algebraically independent of φ and all ζ(n). The framework does not claim to have derived γ, does not claim to have proved its irrationality, and does not claim the zeta connection is established. It records the bounds, states the target, and names the open research direction.

THEOREM gamma_numerical_bounds · IndisputableMonolith/Constants/EulerMascheroni.lean
/-- Numerical bounds: 1/2 < γ < 2/3. -/
theorem gamma_numerical_bounds : (1/2 : ℝ) < gamma ∧ gamma < 2/3 :=
  ⟨Real.one_half_lt_eulerMascheroniConstant, Real.eulerMascheroniConstant_lt_two_thirds⟩
HYPOTHESIS target_gamma_irrational · IndisputableMonolith/Constants/EulerMascheroni.lean
/-- **OPEN target**: γ is irrational.

    Status: not proved in general mathematics (or here).
    RS perspective: γ's appearance in physics suggests it derives from
    the same φ-ladder structure as other constants. The irrationality
    would follow from the unique solvability of the ledger harmonic
    equations. -/
def target_gamma_irrational : Prop := Irrational gamma

What this page does not claim

The framework does not claim to have derived γ from first principles. The framework does not claim to have proved the irrationality of γ. The framework does not claim the ledger-zeta connection is established.

Verify this page

Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:

$ lake env lean IndisputableMonolith/Constants/EulerMascheroni.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)

A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.

Derived articles

This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND