inductive
definition
FailureMode
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Foundation.OptionAFalsifierRegistry on GitHub at line 93.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
formal source
90 decide
91
92/-- What empirical pattern would count as a failure of the associated claim. -/
93inductive FailureMode where
94 | singleAxisDecoderSuffices
95 | noSmallPhiPowerRatio
96 | additiveTherapyResponse
97 | depthExceedsFiveBits
98 | nonFortyPlateauSpectrum
99 | nonReverseDementiaOrder
100 | nonUnitSharedCoefficient
101 | nonQSpaceSpanCollapse
102 | moduleExceedsCeiling70
103 deriving DecidableEq, Repr, Fintype
104
105theorem failureMode_count : Fintype.card FailureMode = 9 := by
106 decide
107
108/-- The empirical test class for each Option A combination. -/
109def falsifierClass : CombinationID → TestClass
110 | .c1CognitiveTensor => .eegDecoder
111 | .c2PlanetStrata => .seismicAtmosphericRatio
112 | .c3OncologyTensor => .tcgaClinicalResponse
113 | .c4QuantumMolecularDepth => .quantumCircuitDepth
114 | .c5AttentionTensor => .attentionBlinkPlateaus
115 | .c6EriksonReverse => .adniDementiaProgression
116 | .c7UniversalResponse => .crossFieldEquilibriumResponse
117 | .c8MillerSpan => .workingMemorySpanReduction
118 | .c9RegulatoryCeiling => .encodeTcgaRegulatoryModule
119
120/-- Whether the implemented Lean content is purely structural or paired with an
121empirical hypothesis. -/
122def empiricalStatus : CombinationID → EmpiricalStatus
123 | .c1CognitiveTensor => .theoremPlusHypothesis