Negation, Conjunction, Disjunction, Conditional

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/3

flashcard set

Earn XP

Description and Tags

Lecture 16 - Exam #4 - December 13th 2023

Philosophy

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

4 Terms

1
New cards

Negation

  • “not”

  • ~p

  • “non”, “no”, “un-”

  • not S

  • Truth Value: Opposite TV

    • EX. F = TF

2
New cards

Conjunction

  • “and”

  • p • q and p & q

  • “neither nor”, “but”, “although”, “moreover”

  • S and P

  • Truth Value: True if both are T

    • EX. T T = TTT

3
New cards

Disjunction

  • “or”

  • p v q

  • “either or”, “at least one of two things”, “provided that” , “unless”

  • S or P

  • Truth Value: False if both are F

    • EX. F F = FFF

4
New cards

Conditional

  • “if…then…”

  • p ⊃ q; p → q

  • “unless, only if…”

  • if S then P

  • Truth Value: False if Antecedent is T and Consequent is F

    • EX. T F = TFF