Disjonctif
Disjonctif, in logic and mathematics, refers to the disjunction operation, commonly denoted by the symbol ∨ and read as "or" in ordinary language. It combines two or more propositions to form a new proposition that is true if at least one of the components is true. For two propositions A and B, A ∨ B is true when A is true, or B is true, or both.
The truth-functional nature of disjunction is captured by a standard truth table: T ∨ T equals T,
In practical terms, disjunction forms the backbone of many logical and computational frameworks. In programming languages,