I am having a hard time understanding how to represent sentences in first order logic. Here is an example I am trying to understand, but I really can't:
There's another slide I cannot upload (don't have enough reputation), which says:
The "all its children can fly" part needs to be read as: "if it's a child of the elephant, then it can fly"
This will be inside another if-then statement: "if all the children of an elephant can fly, then the elephant is happy"
Then, we need a third implication to say that if something is an elephant, then, if all its children can fly, it is happy.
The original sentence seems to implicitly state that children of an elephant could also not fly, while according to the explanation: if one is a child, then it can fly (as if this was a direct implication). This seems wrong to me.
I would have said that the 4) is the right answer. I can't understand why 1) is correct instead.