Sign in

Libre University uses your GitHub account. Signing in is only needed to sit a final test, so the score is kept on your profile.

Predicates and quantifiers

1.[2p]

"All ravens are black" translates as

Correct
The answer is: $\forall x (Rx \rightarrow Bx)$
The answer is: $\forall x (Rx \rightarrow Bx)$
The answer is: $\forall x (Rx \rightarrow Bx)$

2.[2p]

"Some ravens are black" translates as

Correct
The answer is: $\exists x (Rx \wedge Bx)$
The answer is: $\exists x (Rx \wedge Bx)$
The answer is: $\exists x (Rx \wedge Bx)$

3.[3p]

What is wrong with writing "some ravens are black" as x(RxBx)?

Correct
The answer is: A single non-raven in the domain makes it true, whatever ravens are like
The answer is: A single non-raven in the domain makes it true, whatever ravens are like
The answer is: A single non-raven in the domain makes it true, whatever ravens are like

4.[3p]

Match each categorical form to its translation.

  • All F are G

  • No F is G

  • Some F is G

  • Some F is not G

  • x(Fx¬Gx)

  • x(FxGx)

  • x(Fx¬Gx)

  • x(FxGx)

Show the answer

All F are G: x(FxGx) No F is G: x(Fx¬Gx) Some F is G: x(FxGx) Some F is not G: x(Fx¬Gx)

5.[3p]

Of the 256 categorical syllogism forms, how many are valid under modern semantics, with no assumption that the terms are non-empty?

CorrectNot quite: 15

6.[2p]

How many are valid once every term is assumed to name at least one thing?

CorrectNot quite: 24

7.[2p]

"Every unicorn in this room is on fire" is true in a room with no unicorns.

Correct
The answer is: True

8.[3p]

Which formula is not a sentence?

Correct
The answer is: $\forall x\, Fx \rightarrow Gx$
The answer is: $\forall x\, Fx \rightarrow Gx$
The answer is: $\forall x\, Fx \rightarrow Gx$

9.[2p]

¬xFx and x¬Fx differ because

Correct
The answer is: the first says not everything is $F$, the second that nothing is
The answer is: the first says not everything is $F$, the second that nothing is
The answer is: the first says not everything is $F$, the second that nothing is