Logical negation (NOT), conjunction (AND), disjunction (OR) and exclusive disjunction (XOR) are very often used in every programming language. Why isn't the material implication (p → q) used so often?
Why programmers doesn't use material conditional (implication)?
134 views Asked by vit-krizka At
1
I'd say the ubiquitous "if statement" represents material implication
If p is true then q follows: p->q