42theorem protocolFalsifiable_all (c : CombinationID) : 43 ProtocolFalsifiable c := by
proof body
Term-mode proof.
44 unfold ProtocolFalsifiable 45 exact ⟨datasetClass c, predictedObservable c, failureMode c, rfl, rfl, rfl⟩ 46 47/-- A concrete protocol record matches a combination when all three fields agree. -/
used by (10)
From the project-wide theorem graph. These declarations reference this one in their body.