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

toyModel

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)

  32noncomputable def toyModel : Model Unit where
  33  C := {

proof body

Definition body.

  34    Knet := 1,
  35    Cproj := 2,
  36    Ceng := 1,
  37    Cdisp := 1,
  38    Knet_nonneg := by norm_num,
  39    Cproj_nonneg := by norm_num,
  40    Ceng_nonneg := by norm_num,
  41    Cdisp_nonneg := by norm_num
  42  }
  43  defectMass := fun _ => 1
  44  orthoMass  := fun _ => 1
  45  energyGap  := fun _ => 1
  46  tests      := fun _ => 1
  47  projection_defect := by
  48    intro _
  49    norm_num
  50  energy_control := by
  51    intro _
  52    norm_num
  53  dispersion := by
  54    intro _
  55    norm_num
  56

used by (5)

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

depends on (6)

Lean names referenced from this declaration's body.