I am studying for my exams and I am having some trouble understanding how to write the below statements in:
- Propositional logic
- Horn clause.
A. Customer chooses Converse shoes
B. Customer chooses Adidas shoesThe customer can choose at most one brand of shoes.
Here is what I have come up with:
$(A \lor B) \land \lnot(A \land B)$
Is the above correct? And how would this be represented in Horn clause?