COS 203 - Discrete Structures

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

1/28

flashcard set

Earn XP

Description and Tags

Flashcards for Discrete Structures course, covering topics from propositional logic to sequences and summations.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

29 Terms

1
New cards

Propositions

Statements that are either true or false.

2
New cards

Connectives

Logical connectives used to form complex statements.

3
New cards

Conjunction (AND, ^)

A logical connective that is true only if both propositions are true.

4
New cards

Disjunction (OR, v)

A logical connective that is true if at least one proposition is true.

5
New cards

Negation (NOT, ¬)

The inverse of a proposition.

6
New cards

Implication (IF…THEN, →)

If this is the case, then this will happen.

7
New cards

Biconditional (IF AND ONLY IF, ↔)

Connective when both propositions are either true or false.

8
New cards

Truth Table

A table that lists all possible truth values of propositions and their combinations.

9
New cards

Logical Equivalences

Propositions that have the same truth values in all scenarios.

10
New cards

De Morgan's Laws

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

11
New cards

Predicate Logic

Extends propositional logic by dealing with predicates and quantifiers.

12
New cards

Universal Quantifiers (∀)

Indicate the predicate is true for all elements in the domain. Represented by symbol ∀.

13
New cards

Existential Quantifiers (∃)

Indicates that there exists at least one element in the domain for which the predicate is true. Represented by symbol ∃.

14
New cards

Negation of Quantifiers

¬∀xP(x) ≡ ∃x¬P(x) and ¬∃xP(x) ≡ ∀x¬P(x)

15
New cards

Set

A collection of distinct objects, considered as an object in itself.

16
New cards

Roster Notation

Listing elements explicitly. e.g., A = {1, 2, 3, 4}

17
New cards

Set Builder Notation

Defining elements by a property they satisfy. e.g., B = {x | x > 0}

18
New cards

Union (∪)

Combines elements from both sets.

19
New cards

Intersection (∩)

Elements that are common to both sets.

20
New cards

Difference (-)

Elements in one set but not in the other.

21
New cards

Complement (A')

Elements not in the set.

22
New cards

Function (f: A -> B)

Assigns each element in A exactly one element in B.

23
New cards

Injective (One-to-one)

Different elements in A are mapped to different elements in B.

24
New cards

Surjective (Onto)

Every element in B is mapped by some element in A.

25
New cards

Bijective (One-to-one Correspondence)

Function is both Injective and Surjective.

26
New cards

Sequence

An ordered list of elements, typically defined by a function an where n is a positive integer.

27
New cards

Arithmetic Sequence

Each term is obtained by adding a constant difference to the previous term.

28
New cards

Geometric Sequence

Each term is obtained by multiplying the previous term by a constant ratio.

29
New cards

Summation (∑)

Denotes the sum of terms in a sequence.