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

rsConeModel

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)

  97def rsConeModel : Model Unit := {

proof body

Definition body.

  98  C := RS.coneConstants,
  99  defectMass := fun _ => 1,
 100  orthoMass := fun _ => 1,
 101  energyGap := fun _ => 2,
 102  tests := fun _ => 1,
 103  projection_defect := by
 104    intro _
 105    simp only [RS.cone_Knet_eq_one, RS.cone_Cproj_eq_two]
 106    norm_num,
 107  energy_control := by
 108    intro _
 109    simp only [RS.cone_Ceng_eq_one]
 110    norm_num,
 111  dispersion := by
 112    intro _
 113    simp only [RS.cone_Cdisp_eq_one]
 114    norm_num
 115}
 116
 117/-- Verify the RS model has positive constants. -/

used by (1)

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

depends on (13)

Lean names referenced from this declaration's body.