The disjunction of a set of logic statements is true if and only if any of its statements are true. The symbol to represent conjunction is , i.e. given logical statements , is true if either or is true. It is read as “A or B”.
Truth table
| A | B | |
|---|---|---|
| F | F | F |
| F | T | T |
| T | F | T |
| T | T | T |