C959: Discrete Mathematics 1 latest updated version with 100% correct answers 2026-2027

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/32

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:57 PM on 6/5/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

33 Terms

1
New cards

proposition

a statement that is either true or false

2
New cards

truth value

a value indicating whether the proposition is actually true or false

3
New cards

truth table

A table used as a convenient method for organizing the truth values of statements

4
New cards

compound proposition

created by connecting individual propositions with logical operations

5
New cards

logical operation

combines propositions using a particular composition rule

6
New cards

conjunction (^, and)

- p ∧ q is true if both p is true and q is true

- p ∧ q is false if p is false, q is false, or both are false

<p>- p ∧ q is true if both p is true and q is true</p><p>- p ∧ q is false if p is false, q is false, or both are false</p>
7
New cards

disjunction (v, inclusive or)

- p ∨ q is true if either one of p or q is true, or

- p V q is true if both are true

<p>- p ∨ q is true if either one of p or q is true, or</p><p>- p V q is true if both are true</p>
8
New cards

exclusive or (⊕)

p and q evaluate to true when p is true and q is false or when q is true and p is false.

9
New cards

negation operation (¬)

reverses the truth value of a proposition

<p>reverses the truth value of a proposition</p>
10
New cards

order of operations (no parenthesis)

negation, conjunction (and), disjunction (or)

11
New cards

conditional operation (→)

The proposition p → q is false if p is true and q is false; otherwise, p → q is true.

<p>The proposition p → q is false if p is true and q is false; otherwise, p → q is true.</p>
12
New cards

biconditional operation (↔)

The proposition p ↔ q is true when p and q have the same truth value and is false when p and q have different truth values.

<p>The proposition p ↔ q is true when p and q have the same truth value and is false when p and q have different truth values.</p>
13
New cards

Converse Statement

q → p

the opposite of the conditional statement

14
New cards

inverse statement

¬p → ¬q

the negation of the conditional statement

15
New cards

contrapositive statement

¬q → ¬p

the opposite and negative of the conditional statement

16
New cards

tautology (t)

a statement that is always true

17
New cards

contradiction (c)

a statement that is always false

18
New cards

logical equivalence

Sentences p and q are logically equivalent if and only if it is not possible for one of these sentences to be true while the other sentence is false.

19
New cards

DeMorgan's Law

logical equivalences that show how to correctly distribute a negation operation inside a parenthesized expression

¬(p ∨ q) ≡ (¬p ∧ ¬q)

¬(p ∧ q) ≡ (¬p ∨ ¬q)

20
New cards

Idempotent Laws

p ∨ p ≡ p

p ∧ p ≡ p

21
New cards

Associative Laws

(p ∨ q) ∨ r ≡ p ∨ (q ∨ r)

(p ∧ q) ∧ r ≡ p ∧ (q ∧ r)

22
New cards

Commutative Laws

p ∨ q ≡ q ∨ p

p ∧ q ≡ q ∧ p

23
New cards

Distributive Laws

p ∨ (q ∧ r) ≡ (p ∨ q) ∧ (p ∨ r)

p ∧ (q ∨ r) ≡ (p ∧ q) ∨ (p ∧ r)

24
New cards

Identity Laws

p ∧ T ≡ p

p ∨ F ≡ p

25
New cards

Domination Laws

p ∨ T ≡ T

p ∧ F ≡ F

26
New cards

Double Negation Laws

¬(¬p) ≡ p

27
New cards

Complement Laws

p ∧ ¬p ≡ F

¬T ≡ F

p ∨ ¬p ≡ T

¬F ≡ T

28
New cards

Absorption Laws

p ∨ (p ∧ q) ≡ p

p ∧ (p ∨ q) ≡ p

29
New cards

Conditional Identities

p → q ≡ ¬p ∨ q

p ↔ q ≡ ( p → q ) ∧ ( q → p )

30
New cards

predicate P(x)

A logical statement whose truth value is a function of one or more variables

31
New cards

domain

the set of all possible values for the variable of a predicate

32
New cards

universal quantifier ∀x P(x)

asserts that P(x) is true for every possible value for x in its domain

33
New cards

existential quantifier ∃x P(x)

asserts that P(x) is true for at least one possible value for x in its domain