Formal Methods Assignment 2 Solution
Formal Methods Assignment 2 Solution
02
Semester Fall 2024
CS636 – Formal Methods
Marks: 15
Due Date: January 04, 2025
FAIQA SHAHZADI
(BC230209196)
Using set theory, express the failure condition of the system as a union of intersections
of the given sets.
The system fails if at least two components fail simultaneously. This condition can be broken
into three cases:
Sf=(Af∩Bf)∪(Af∩Cf)∪(Bf∩Cf)
Using set theory properties, there’s no direct simplification beyond recognizing that the
expression already represents the failure condition of the system explicitly.
The system fails if any pairwise combination of failures occurs among A, B and C.
Each intersection (e.g., Af∩Bf) represents the simultaneous failure of two
components.
The union ensures that any such pairwise failure is accounted for in the overall system
failure condition.
..........*****..........