∀x(L(x)∧¬O(x)→R(x))
says all lions that are not old roar.
To render the except requires more:
∀x(L(x)∧¬O(x)→R(x)) ∧ ∀x(L(x)∧O(x)→¬R(x))
∀x(L(x)∧¬O(x)→R(x))
says all lions that are not old roar.
To render the except requires more:
∀x(L(x)∧¬O(x)→R(x)) ∧ ∀x(L(x)∧O(x)→¬R(x))