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

CompactResolvent

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)

 176structure CompactResolvent (lamP : Nat.Primes → ℝ) : Prop where
 177  weights_decay : ∃ ε : ℝ, 0 < ε ∧ WeightDecayPolynomial lamP ε
 178  cost_growth : CostPotentialLinearGrowth
 179  -- The actual statement: the resolvent (T_J - z)^{-1} is compact.
 180  -- Stated as a Prop awaiting the analytic discharge.
 181  compact_resolvent_holds : True
 182
 183/-- Sub-conjecture C.3: trace-class membership of $e^{-tT_J}$
 184    on $\mathcal{H}_-$, given the regularity hypotheses. -/

used by (3)

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

depends on (15)

Lean names referenced from this declaration's body.