Before you can build or read a fault tree (see the parent topic), you need a toolbox. The parent note freely uses words like probability, product, independent events, and symbols like P, ∏, ×. Here we earn each one from absolute zero, in an order where every item leans only on the ones before it.
The picture: think of a light switch. It is either ON (the event happened) or OFF (it did not). There is no "half-on".
Why the topic needs it: a fault tree is built entirely out of these on/off boxes. Every "Solar Fail", "Cell1", "HGA Fail" in the parent note is one of these switches. Before we can combine failures, we must agree that each failure is a clean yes/no thing.
The symbol P is just shorthand for the words "the probability of". So P(Battery Fail)=0.02 reads "the probability that the battery fails is 0.02".
Why the topic needs it: every basic event in the parent note (P=0.001, P=0.05, …) is a point on this ruler. The entire "quantitative analysis" is arithmetic on these numbers.
The picture: the whole ruler has length 1. If the "happens" part takes up a slice of length P, the leftover slice — "does not happen" — must be the rest, 1−P.
Why the topic needs it: the OR-gate formula in the parent note is built entirely from complements — "1 minus the chance nothing fails". You cannot read that formula until 1−P feels obvious.
The picture: two separate dice. Rolling a 6 on the first die does not change the odds of the second. They live in separate worlds.
Why the topic needs it: both the AND and OR probability formulas in the parent note carry a hidden footnote — "for independent events". If events are not independent, those formulas are wrong. So this concept guards every calculation.
Reading it piece by piece:
∏i=1nPi=P1×P2×⋯×Pn
i is a counter (like a page number). It starts at the bottom value and steps up by 1.
i=1 under the symbol: start counting at 1.
n on top: stop when the counter reaches n (the total number of items).
Pi: "the i-th probability" — plug in i=1,2,3,… in turn.
Why the topic needs it: both the AND-gate formula (∏Pi) and the OR-gate formula (∏(1−Pi)) in the parent note use this symbol. It is just "multiply the list" — nothing more.
The picture: a family tree drawn upside-down. The disaster sits on top; its causes branch downward; the smallest causes are the leaves at the bottom. Reading down = "what could cause this?". Computing up = "so how likely is the disaster?".
Why the topic needs it: this is the object the whole method produces. See Boolean logic for the algebra behind AND/OR, and Reliability Block Diagrams for the same logic drawn a different way.