Terminology ONLY for Discrete Math Quiz (for memorization only)

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

1/30

flashcard set

Earn XP

Description and Tags

make sure to actually study the contents

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

31 Terms

1
New cards

Discrete Mathematics

  • Deals with separate, distinct objects (like whole numbers, graphs, logic statements).

  • Common in computer science, since computers work with binary (Os and 1s).

2
New cards

Examples of Discrete Math

integers, algorithms, networks, sets, logic, and graph theory

3
New cards

Continuous Mathematics

  • Deals with smooth, unbroken quantities that can take on any value in a range

  • Common in engineering, physics, and natural sciences, where change is gradual and measured.

4
New cards

Countable

Values are what In Discrete Mathematics?

5
New cards

Uncountable

Values are what In Continuous Mathematics?

6
New cards

Discrete

countable, step-by-step, digital (like pixels).

7
New cards

Continuous

uncountable, smooth, analog (like a rainbow's gradient).

8
New cards

Proposition

  • is a declarative statement that is either TRUE or FALSE, but not both.

     statements with a truth value.


NOT A COMMAND

NOT A QUESTION

9
New cards

Logical Connectives

are used to combine or modify propositions to form more complex logical statements.

 rules to combine or change those truth values in propositions

10
New cards

 Conjunction

True only if both propositions are true.
Both must happen.


Example: Miku AND Teto Dance.

11
New cards

AND/BUT

Key Word For Conjunction?

12
New cards

^/HAT

Symbol for Conjunction ?

13
New cards

Disjunction

At least one is true.

Example: “Miku sings OR Teto sings.”
True if Miku sings, Teto sings, or both sing.

14
New cards

OR

Key Word For Disjunction?

15
New cards

v/VEL

Symbol for Disjunction ?

16
New cards

Negation

Reverses the truth value. FLIPPING EVERYTHING

Example: “Miku is on stage.”
NOT = “Miku is not on stage.”

(Just like the equivalent its just changing true to false and Vice Versa)

17
New cards

NOT

Key Word For Negation?

18
New cards

¬ or ~/ TILDE

Symbol for Negation?

19
New cards

Conditional

The second part depends on the first being true.

Example: If Miku performs, then Teto will join.”
False only if Miku performs
but Teto doesn’t.
In all other cases, it’s true.

20
New cards

IF THEN

Key Word For Conditional?

21
New cards

→/ARROW

Symbol for Conditional?

22
New cards

Biconditional

True if both propositions have the same truth value.

They must match.

(either both are true or both are false)

Example: “Miku wears her outfit IF AND ONLY IF Teto wears hers.”
True if they both wear outfits or both don’t.
False if one wears it and the other doesn’t.

23
New cards

Propositions and Connectives

 are the building blocks of logic.
Used in mathematical proofs, programming (if-else statements), and digital circuits.

24
New cards

Truth Tables

is a tool used to show all possible truth values of propositions and how logical connectives affect them.

It lists all combinations of True (T) and False (F) for the given propositions.

25
New cards

Conjunction Truth Table

knowt flashcard image
26
New cards

Negation Truth Table

knowt flashcard image
27
New cards

Disjunction Truth Table

knowt flashcard image
28
New cards

Implication/Conditional Truth Table

knowt flashcard image
29
New cards

Bi Conditional Truth Table

knowt flashcard image
30
New cards

Logical Equivalence

  • Refers to two logical statements or propositions that always yield the same truth value (either both true or both false) in every possible scenario. If two statements are logically equivalent, they essentially mean the same thing, even if they are written or structured differently. 

  • (Uses or triple hyphen)

  • (Statement A: “If Miku is singing, then Teto is harmonizing.”

  • Statement B: “If Teto is not harmonizing, then Miku is not singing.”

These two are logically equivalent — they always match up.
They’re just saying the same thing in different ways:

  • Miku singing → Teto harmonizing

  • No Teto harmonizing → No Miku singing

31
New cards

Double Negation

states that if you negate a statement twice, you return to the original statement.

Two NOTs cancel each other out.
Like saying: “I don’t dislike Teto.” → which just means “I like Teto.”