It is my understanding that relations are best described with predicate logic. I have a homework question that asks me to convert English sentences into propositional logic. The following list of sentences are similar to the homework, but do not reflect the actual assignment.
a) Humans have two legs.
b) If Humans had four legs, they would be related to Mutants.
Writing something like $P \land L$, where $P = \text{Human}$ and $L = \text{has two legs}$ does not make much sense to me. Is it even possible to show a relation like this with propositional logic?
Typically, I would assume that one would represent the first sentence by stating $P = \text{Humans have two legs}$
As for the second sentence, it makes more sense to let $P = \text{Humans had eight legs}$ and $Q = \text{Humans are related to Mutants}$. Then you could state $P \implies Q$.
So my question is this: Is there a way to break these sentences down even further using propositional logic?