First Order Logic

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/28

flashcard set

Earn XP

Description and Tags

∧ ∨ ¬ ∃x ∀x

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

29 Terms

1
New cards

Symbolize: Someone is a spy

∃xSx

2
New cards

Symbolize: Everyone is a vegetarian

∀xVx

3
New cards

Symbolize: Every spy is a vegetarian

∀x(Sx → Vx)

4
New cards

Symbolize: Some spy is a vegetarian

∃x(Sx ∧ Vx)

5
New cards

Symbolize: Not every spy is a vegetarian

¬∀x(Sx → Vx) OR ∃x(Sx ∧ ¬Vx)

6
New cards

Symbolize: No spys are vegetarian

¬∃x(Vx ∧ Sx) OR ∀x(Sx → ¬Vx)

7
New cards

What quantifier symbolizes: There is

∃x

8
New cards

What do you do when you have: Only F is G

FLIP ORDER

only dogs like samurai movies: ∀x(Sx → Dx)

9
New cards

What can you say about: ∃x

At least one thing in the domain can be plugged in for x

10
New cards

What can you say about: ∀x

Everything satisfies some condition

11
New cards

Symbolize: hofthor loves somebody

∃xLhx

12
New cards

Symbolize: sombody loves hofthor

∃xLxh

13
New cards

Symbolize: sombody loves themselves

∃xLxx

14
New cards

Symbolize: everybody loves somebody

  1. For each person, there’s someone that they love: ∀x∃yLxy

  2. There is somebody everyone loves: ∃y∀xLxy

15
New cards

Symbolize: At least one spy

∃xSx

16
New cards

Symbolize: At least two spies

∃x∃y(Sx ∧ Sy ∧ ¬x=y)

17
New cards

Symbolize: At least three spies

∃x∃y∃z(Sx ∧ Sy ∧ Sz ∧ ¬x=y ∧ ¬y=z ∧ ¬x=z )

18
New cards

Symbolize: At most one spy

It’s not the case that there are 2 spies: ¬∃x∃y(Sx ∧ Sy ∧ ¬x=y)

OR

∀x∀y((Sx ∧ Sy) → x=y)

19
New cards

Symbolize: Exactly one spy

∃x(Sx ∧ ∀y(Sy → x=y))

20
New cards

Symbolize: Exactly two spies

There are at least two different spies, and every spy is one of those two

∃x∃y(Sx ∧ Sy ∧ ¬(x = y) ∧ ∀z(Sz → x=y ∨ y = z))

21
New cards

What can you say about: At least

sets min, Quantifier # = n

22
New cards

What can you say about: At most

sets max, Quantifer # = n+1

23
New cards

Symbolize: The

∃x(Fx ∧ ∀y(Fy → x=y) ∧ Gx)

  • There is at least one F: ∃xFx

  • There is at most one F: ∀y(Fy → x=y)

  • and that thing is G: Gx

*symbolizes definite descriptions

24
New cards

Symbolize: The wrestler

∃x(Wx ∧ Ɐy(Wy → x = y))

  • there is at least one thing that’s a wrestler and at most one thing that’s a wrestler

25
New cards

Symbolize: Every F is G

∀x(Fx → Gx)

‘Every dog is both in the house and a Jack Russell’: Ɐx(Hx → Jx)

26
New cards

Symbolize: Some F is G

∃x(Fx ∧ Gx)

‘Some dog in the house is a Jack Russell Terrier’: ∃x(Hx ∧ Jx)

  • ‘There is some dog that is both in the house and a Jack Russell’

27
New cards

Symbolize: Not all Fs are G

¬Ɐx(Fx → Gx) OR ∃x(Fx ∧ ¬Gx)

‘Not all the dogs in the house are Jack Russell Terriers’:

  • ‘It is not the case that every dog in the house is a Jack Russell’: ¬Ɐx(Hx → Jx)

OR

  • ‘There is a dog in the house that is not a Jack Russell’: ∃x(Hx ∧ ¬Jx)

28
New cards

Symbolize: No Fs are G

¬∃x(Fx ∧ Gx) OR Ɐx(Fx → ¬ Gx)

‘No dogs in the house are Jack Russell Terriers’:

  • ‘It is not the case that there is some dog in the house that is a Jack Russell’: ¬∃x(Hx ∧ Jx)

OR

  • ‘Every dog in the house is a non-Jack Russell’: Ɐx(Hx → ¬ Jx)

29
New cards

Some important logical equivalences

knowt flashcard image