pith. machine review for the scientific record. sign in
structure definition def or abbrev

IntegrationGapCert

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

 120structure IntegrationGapCert where
 121  config_dim : configDim D = 5
 122  parity_count : parityCount D = 9
 123  gap_value : integrationGap D = 45
 124  gap_minus_one : gapMinusOne D = 44
 125  coprime_at_3 : Nat.Coprime (2 ^ D) (integrationGap D)
 126  odd_coprime : ∀ k, Nat.Coprime (2 ^ (2*k+1)) ((2*k+1)^2 * (2*k+3))
 127  even_not_coprime : ∀ k, 0 < k → ¬ Nat.Coprime (2^(2*k)) ((2*k)^2 * (2*k+2))
 128

used by (1)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (6)

Lean names referenced from this declaration's body.