91structure FaultToleranceThreshold where 92 /-- The threshold value -/ 93 threshold : ℝ 94 /-- The threshold is positive -/ 95 threshold_pos : 0 < threshold 96 97/-- A system is fault-tolerant if defect accumulation is bounded. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.