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)
48def ProtocolMatches (c : CombinationID) (p : ProtocolSpec) : Prop :=
proof body
Definition body.
49 p.dataset = datasetClass c ∧
50 p.observable = predictedObservable c ∧
51 p.failure = failureMode c
52
used by (4)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (5)
Lean names referenced from this declaration's body.
-
ProtocolSpec
in IndisputableMonolith.Foundation.OptionAEmpiricalProtocol
decl_use
-
CombinationID
in IndisputableMonolith.Foundation.OptionAFalsifierRegistry
decl_use
-
datasetClass
in IndisputableMonolith.Foundation.OptionAFalsifierRegistry
decl_use
-
failureMode
in IndisputableMonolith.Foundation.OptionAFalsifierRegistry
decl_use
-
predictedObservable
in IndisputableMonolith.Foundation.OptionAFalsifierRegistry
decl_use