structure
definition
def or abbrev
Kernel
show as:
view Lean formalization →
formal statement (Lean)
15structure Kernel where
16 T : (LatticeMeasure → ℂ) →L[ℂ] (LatticeMeasure → ℂ)
17
18noncomputable instance : Inhabited ((LatticeMeasure → ℂ) →L[ℂ] (LatticeMeasure → ℂ)) :=
proof body
Definition body.
19 ⟨ContinuousLinearMap.id ℂ (LatticeMeasure → ℂ)⟩
20
21noncomputable instance : Inhabited Kernel :=
22 ⟨{ T := ContinuousLinearMap.id ℂ (LatticeMeasure → ℂ) }⟩
23
24/-- The transfer operator associated with a kernel. -/
used by (23)
-
no_retuning_consistent -
eight_tick_resonance_certified -
interpolation_cost_zero_at_integer -
eightTickKernelParams -
eightTickKernelParams_C -
kernel_at_ratio_one_alpha_zero -
kernelAtRefK_eq -
kernel_ge_one -
kernel_pos -
effectiveSource -
effectiveSource_pressure -
Kernel -
pressure -
source_equiv -
angleAt -
mellinIntegrand_reflect_pointwise -
low_accel_saturated -
MassGap -
mass_gap_of_OS_PF -
OSPositivity -
OverlapLowerBoundOS -
TransferOperator -
TransferPFGap