Discrete Math

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

1/34

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:08 PM on 6/17/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

35 Terms

1
New cards

Statement

Is a sentence that is true or false but not btoh

2
New cards

conjunction

The compound statement of hte joining of p and q to be “p and q”. It is true when and only when both p and q are true

3
New cards

disjunction

The compound statement formed by joining p and q using "or". It is true when at least one of p or q is true.

4
New cards

Logically equivalent

Statements that have the same truth value in every possible scenario.

5
New cards

Testing whether two statement forms P and Q are logically equivalent

  1. Construct a truth table with one column for the truth values of P and the other Column for the truth value of Q.

  2. Check each combination of truth values of the statement variables to see whether the truth value of P is the same as the truth value of Q

    1. If in each row the truth value of P is the same as the truth value of Q, then P and Q are logically equivalent

    2. If in some row P has a different truth value from Q, then P and Q are not logically equivalent

6
New cards

tautology

statement form that is always true regardless of the truth values regardless of the truth values of the individual statements substituted for its statement variables.

7
New cards

contradiction

statement form that is always false regardless of the truth values regardless of the truth values of the individual statements substituted for its statement variables.

8
New cards

Commutative Laws

p∧ q = q /\ p & p\/ = q\/ p

9
New cards

Associative Laws

(p/\q)/\r= p/\(q/\r)

10
New cards

distributive laws

p/\(q\/r) = (p/\q)\/(p/\r)

11
New cards

identity laws

p/\ t= p & p\/c=p

12
New cards

negation laws

knowt flashcard image
13
New cards

double negative law

-(-p) =p

14
New cards

idempotent laws

p/\p= p & p\/p=p

15
New cards

Universal bound laws

p\/t=t and p/\c=c

16
New cards

De morgans laws

-(p/\q)= -p \/-q and -(p\/q)= -p /\ -q

17
New cards

absorption laws

p \/(p/\ q) = p and p /\(pV q) =p

18
New cards

contrapositive of a conditional statement of the form if p then q is

if not q then not p

19
New cards

converse of if p then q is

if q then p

20
New cards

the inverse of if p then q is

if not p then not q

21
New cards

Testing an argument form for validity

  1. Identify the premises and conclusion of the argument form.

  2. Construct a truth table showing the truth values of all the premises and the conclusion.

  3. A row of the truth table in which all the premises are true is called a critical row. If there is a critical row in which the conclusion is false, then it is possible for an argument of the given form to have true premises and a false conclusion, and so the argument form is invalid. If the conclusion in every critical row is true, then the argument form is valid.

22
New cards

A predicate

is a sentence that contains a finite number of variables and becomes a statement when specific values are substituted for the variables.

23
New cards

The domain

of a predicate variable is the set of all values that may be substituted in place of the variable

24
New cards

Set Notation

A set is a collection of distinct objects, written with curly braces. For example {1, 2, 3}. The symbol ∈ means "is an element of" so 2 ∈ {1,2,3} is true. ∉ means "is not an element of."

25
New cards

Subset (⊆)

A is a subset of B if every element of A is also in B. Written A ⊆ B. The key thing is that A can be equal to B and it still counts. So {1,2} ⊆ {1,2,3} and also {1,2,3} ⊆ {1,2,3} are both true.

26
New cards

Proper Subset (⊂)

Same as subset BUT A cannot equal B. A must be strictly smaller. So {1,2} ⊂ {1,2,3} is true, but {1,2,3} ⊂ {1,2,3} is false.

27
New cards

Setup Rule

How do you start every truth tree?

Write all PREMISES then add ~CONCLUSION (negate the conclusion)

28
New cards

AND Rule (∧)

p ∧ q — branch or stack?

Stack

29
New cards

OR Rule (∨)

p ∨ q — branch or stack?

Branch

30
New cards

Conditional Rule (→)

p → q — what do you do first?

Convert: p→q ≡ ~p∨q then BRANCH

31
New cards

Negation of AND

~(p ∧ q) — what does this become?

De Morgan's: ~(p∧q) ≡ ~p∨~q then BRANCH

32
New cards

Negation of OR

~(p ∨ q) — what does this become?

De Morgan's: ~(p∨q) ≡ ~p∧~q then STACK

33
New cards

Negation of Conditional

~(p → q) — what does this become?

Negation of Conditional

~(p→q) ≡ p ∧ ~q then STACK p ~q

34
New cards

Double Negation

~~p — what does this simplify to?

~~p ≡ p Just write p and continue (no branching needed)

35
New cards