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.
-
model
in IndisputableMonolith.ClassicalBridge.Fluids.CPM2D
decl_use
-
cone_Cdisp_eq_one
in IndisputableMonolith.CPM.LawOfExistence
decl_use
-
cone_Ceng_eq_one
in IndisputableMonolith.CPM.LawOfExistence
decl_use
-
coneConstants
in IndisputableMonolith.CPM.LawOfExistence
decl_use
-
cone_Cproj_eq_two
in IndisputableMonolith.CPM.LawOfExistence
decl_use
-
cone_Knet_eq_one
in IndisputableMonolith.CPM.LawOfExistence
decl_use
-
Model
in IndisputableMonolith.CPM.LawOfExistence
decl_use
-
has
in IndisputableMonolith.Engineering.AsteroidOreSpectroscopy
decl_use
-
dispersion
in IndisputableMonolith.Foundation.SimplicialLedger.LorentzEmergence
decl_use
-
defectMass
in IndisputableMonolith.ILG.CPMInstance
decl_use
-
energyGap
in IndisputableMonolith.ILG.CPMInstance
decl_use
-
orthoMass
in IndisputableMonolith.ILG.CPMInstance
decl_use
-
tests
in IndisputableMonolith.ILG.CPMInstance
decl_use