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

buildKernelFromMatrix

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)

  27noncomputable def buildKernelFromMatrix (ι : Type) [Fintype ι] [DecidableEq ι]
  28  (V : MatrixView ι) : Σ K : TransferKernel ι, MatrixBridge ι K V :=

proof body

Definition body.

  29by
  30  let K : TransferKernel ι := { T := CLM.ofLM (Matrix.toLin' V.A) }
  31  exact ⟨K, { intertwine := rfl }⟩
  32

used by (1)

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.