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

candidateOp

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)

 243def candidateOp (S : Finset Nat.Primes) (lam : Nat.Primes → ℝ) :
 244    StateSpace →ₗ[ℝ] StateSpace :=

proof body

Definition body.

 245  diagOp + S.sum (fun p => lam p • primeHop p)
 246
 247/-- Auxiliary: involution commutes with weighted sum of `primeHop` over a finset.
 248    Proved by induction on the finset. -/

used by (2)

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

depends on (10)

Lean names referenced from this declaration's body.