Week 9 - Conditional Statements (Vocabulary)

0.0(0)
studied byStudied by 1 person
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/20

flashcard set

Earn XP

Description and Tags

Vocabulary terms from Week 9 notes on conditional statements, including identification of statements, negation, quantifiers, symbolic logic, truth tables, De Morgan's laws, and how conjunctions/disjunctions affect truth values.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards

Statement

A declarative sentence that is either true or false (but not both).

2
New cards

Simple statement

A statement with a single proposition and no logical connectives.

3
New cards

Compound statement

A statement formed by combining two or more simple statements using logical connectives (e.g., and, or).

4
New cards

Negation

The logical operation that reverses the truth value of a statement, typically denoted by ~.

5
New cards

Quantifier

A word that indicates how many elements in a domain satisfy a property (e.g., all, some).

6
New cards

Universal quantifier

Indicates that every element in the domain satisfies the property (often expressed as 'for all').

7
New cards

Existential quantifier

Indicates that at least one element satisfies the property (often 'there exists' or 'some').

8
New cards

Negation of All S are P

The negation of 'All S are P' is 'There exists an S that is not P'.

9
New cards

Negation of Some S are P

The negation of 'There exists an S that is P' is 'No S is P' (equivalently, 'All S are not P').

10
New cards

All vs Some (quantifiers)

All = universal quantification; Some = existential quantification.

11
New cards

Symbolic translation

Expressing statements with symbols (e.g., p, q, r, ~, ∧, ∨).

12
New cards

Negation symbol (~)

The symbol used to negate a statement (NOT).

13
New cards

Conjunction

The ∧ operator meaning 'and' — true when both components are true.

14
New cards

Disjunction

The ∨ operator meaning 'or' (inclusive) — true when at least one component is true.

15
New cards

Truth table

A chart listing all possible truth values for propositions and the resulting truth value of a compound statement.

16
New cards

Propositional variables

Letters like p, q, r used to stand for simple propositions in truth tables.

17
New cards

De Morgan's Laws

Rules: not (P ∧ Q) ≡ (¬P ∨ ¬Q) and not (P ∨ Q) ≡ (¬P ∧ ¬Q).

18
New cards

Negation of a conjunction

Negating P ∧ Q yields ¬P ∨ ¬Q (per De Morgan's Law).

19
New cards

Negation of a disjunction

Negating P ∨ Q yields ¬P ∧ ¬Q (per De Morgan's Law).

20
New cards

Testing a claim with logic (conjunction vs disjunction)

A conjunction claim is true only if all parts are true; a disjunction claim is true if at least one part is true.

21
New cards

Truth tables for specific forms

Truth tables are constructed for forms like ~p ∧ q, p ∨ ~q, (p ∧ q) ∨ r, and p ∧ (q ∨ r) to show all valuation outcomes.