→ Material Conditional
“if … then”
Properties
- NOT commutative
- NOT associative
Truth table
A | B | A → B |
---|---|---|
✅ | ✅ | ✅ |
✅ | ❌ | ❌ |
❌ | ✅ | ✅ |
❌ | ❌ | ✅ |
📖 Example:
- ”If it rains, the street will be wet”
Search
Aug 04, 2024, 1 min read
“if … then”
A | B | A → B |
---|---|---|
✅ | ✅ | ✅ |
✅ | ❌ | ❌ |
❌ | ✅ | ✅ |
❌ | ❌ | ✅ |