def
definition
def or abbrev
model
show as:
view Lean formalization →
formal statement (Lean)
50noncomputable def model {N : ℕ} (H : Hypothesis N) : Model (State N) :=
proof body
Definition body.
51 { C := H.C
52 defectMass := H.F.defectMass
53 orthoMass := H.F.orthoMass
54 energyGap := H.F.energyGap
55 tests := H.F.tests
56 projection_defect := H.projection_defect
57 energy_control := H.energy_control
58 dispersion := H.dispersion }
59
60/-- Pack the `Model` into the bridge-local `CPMBridge` structure (for traceability notes). -/
used by (40)
-
RSNSBridgeSpec -
CPMBridge -
bridge -
DiscreteModel -
DiscretizationKind -
mem_modes_iff -
referenceHorizon -
BooleanCircuit -
CircuitWithEvalDecides -
ClayBridge -
demoRecognitionScenario -
main_resolution -
RecognitionComplete -
Turing_incomplete -
TuringModel -
Validation -
rhat_is_non_natural -
clauseUnit_correct -
both_predictions_match -
predicted_equals_observed -
Q_effective_bounds -
hessianAt_zero -
hessianEntry -
metricEntry_zero -
det_xHessianMatrix2_formula -
printExamples -
eightTickModel_pos -
rsConeModel -
rsConeModel_pos -
trivialModel