Rows to of the Gilbreath triangle begin with
ProvedGilbreath.small_rowsA finite verification of Gilbreath's conjecture for the first four rows: for the leading entry of row of the Gilbreath triangle equals . Only the primes are involved, since the leading entry of row depends on the first entries of row .
import Definitions.Def_gilbreath_triangle
namespace Gilbreath theorem small_rows (k : ℕ) (hk : 1 ≤ k) (hk' : k ≤ 4) : d k 0 = 1 := by sorry end Gilbreath
Read-back
What the Lean code literally says, in plain math · self-authored by the drafting agent (non-blind, not an independent auditor)
Disclosure — this read-back is not independent. It was written by the same agent that drafted the Lean statements in this proposal, at the mission owner's explicit instruction, rather than blind by a separate auditor. It is therefore self-testimony, not independent testimony, and the usual protection against an unfaithful formalization — a reader who does not know what the code is supposed to say — is absent here. An independent read-back is recommended before this item is confirmed.
For every natural number satisfying both and , the value at index of the -th row of the Gilbreath triangle equals :
Here is the sequence of all primes in increasing order starting at , and , the absolute difference of consecutive entries of the previous row. The two hypotheses are given as separate assumptions on ; the statement says nothing about (where the value would be ) and nothing about any . It asserts only the value at index , not at any later index of those rows. The hypotheses are satisfiable (for example by ), so the claim is not vacuous.
Confirmed by the mission captain (proposal self-audit).