Disjunktion
Disjunktion, in logic commonly known as logical disjunction, is a binary connective that represents the idea that at least one of two propositions is true. Its symbol is usually A ∨ B. The value of A ∨ B is true whenever A is true, or B is true, or both are true.
Truth-functional semantics: A ∨ B is true in all cases except when both A and B are false.
Variants: An exclusive or (XOR), true only if exactly one of A or B is true, is
Algebraic properties: Disjunction is commutative (A ∨ B = B ∨ A) and associative (A ∨ (B ∨ C) = (A ∨ B)
Applications: Disjunction is fundamental in mathematics, computer science, and language semantics. It forms larger statements, defines
Origin: The concept is central to Boolean algebra developed by George Boole, foundational for propositional logic