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

KernelFamily

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)

  30inductive KernelFamily where
  31  | constant_kernel
  32  | inv_one_plus_z
  33  | exponential
  34  deriving DecidableEq, Inhabited
  35
  36namespace KernelFamily
  37

used by (9)

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