MT131 - Discrete Mathematics Lecture Flashcards

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/45

flashcard set

Earn XP

Description and Tags

Flashcards covering the foundational vocabulary and concepts of MT131 Discrete Mathematics, including logic, set theory, number theory, counting, relations, and graph theory.

Last updated 2:09 PM on 7/4/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

46 Terms

1
New cards

Proposition

A declarative statement that is either True (T) or False (F), but not both or somewhere in between.

2
New cards

Negation (¬p\neg p)

An operator that defines the logical opposite of a proposition; it is true when the operand is false and false when the operand is true.

3
New cards

Conjunction (pqp \land q)

A binary operator that is true only if both propositions pp and qq are true; also known as the AND operator.

4
New cards

Disjunction (pqp \lor q)

A binary operator that is true if at least one of the propositions pp or qq is true; also known as the inclusive OR.

5
New cards

Exclusive-OR (pqp \oplus q)

A logical operator that is true if exactly one of the propositions is true, and false if both are true or both are false.

6
New cards

Implication (pqp \rightarrow q)

A logical operator where pp is the hypothesis and qq is the conclusion; it is false only when pp is true and qq is false.

7
New cards

Biconditional (pqp \leftrightarrow q)

A logical operator translated as 'p if and only if q', which is true only when pp and qq have the same truth value.

8
New cards

Tautology

A compound proposition that is always true, regardless of the truth values of the individual propositions it contains.

9
New cards

Contradiction

A compound proposition that is always false, regardless of the truth values of the individual propositions it contains.

10
New cards

Universal Quantifier (\forall)

A quantifier indicating that a propositional function P(x)P(x) is true for every value of xx in the universe of discourse.

11
New cards

Existential Quantifier (\exists)

A quantifier indicating that there exists at least one element xx in the universe of discourse such that the propositional function P(x)P(x) is true.

12
New cards

Set

An unordered collection of distinct objects, which are called elements or members of the set.

13
New cards

Power Set (P(S)P(S))

The set containing all possible subsets of a set SS; if SS has nn elements, then the power set has 2n2^n elements.

14
New cards

Cartesian Product (A×BA \times B)

The set of all ordered pairs (a,b)(a, b) where aAa \in A and bBb \in B.

15
New cards

Inclusion-Exclusion Principle

A principle stating that the number of elements in the union of two sets is the sum of the elements in each set minus the number of elements in their intersection: AB=A+BAB|A \cup B| = |A| + |B| - |A \cap B|.

16
New cards

Injection

A function ff that is one-to-one, meaning f(a)=f(b)f(a) = f(b) implies a=ba = b for all aa and bb in the domain.

17
New cards

Surjection

A function ff from AA to BB that is onto, meaning that for every element bBb \in B, there is at least one element aAa \in A such that f(a)=bf(a) = b.

18
New cards

Bijection

A function that is both injective (one-to-one) and surjective (onto), also called a one-to-one correspondence.

19
New cards

Floor Function (x\lfloor x \rfloor)

A function that assigns to the real number xx the largest integer less than or equal to xx.

20
New cards

Ceiling Function (x\lceil x \rceil)

A function that assigns to the real number xx the smallest integer greater than or equal to xx.

21
New cards

Arithmetic Progression

A sequence of the form a,a+d,a+2d,,a+nd,a, a+d, a+2d, \dots, a+nd, \dots where aa is the initial term and dd is the common difference.

22
New cards

Geometric Progression

A sequence of the form a,ar,ar2,,arn,a, ar, ar^2, \dots, ar^n, \dots where aa is the initial term and rr is the common ratio.

23
New cards

Division Algorithm

The theorem stating that for an integer aa and a positive integer dd, there exist unique integers qq (quotient) and rr (remainder) such that a=d×q+ra = d \times q + r with 0r<d0 \le r < d.

24
New cards

Modular Congruence (ab(modm)a \equiv b \pmod m)

The condition where two integers aa and bb have the same remainder when divided by a positive integer mm, or equivalently, mm divides aba - b.

25
New cards

Prime Number

A positive integer p>1p > 1 whose only positive factors are 1 and pp.

26
New cards

Composite Number

An integer greater than 1 that is not prime, meaning it can be factored into at least two integers greater than 1.

27
New cards

Greatest Common Divisor (gcd(a,b)\text{gcd}(a, b))

The largest positive integer that is a divisor of both aa and bb.

28
New cards

Least Common Multiple (lcm(a,b)\text{lcm}(a, b))

The smallest positive integer that is a multiple of both aa and bb.

29
New cards

Boolean Product (ABA \odot B)

An operation on zero-one matrices defined by cij=(ai1b1j)(ai2b2j)(aikbkj)c_{ij} = (a_{i1} \land b_{1j}) \lor (a_{i2} \land b_{2j}) \lor \dots \lor (a_{ik} \land b_{kj}).

30
New cards

Permutation (P(n,r)P(n, r))

An ordered arrangement of rr distinct elements from a set of nn elements, calculated as P(n,r)=n!(nr)!P(n, r) = \frac{n!}{(n-r)!}.

31
New cards

Combination (C(n,r)C(n, r))

An unordered selection of rr distinct elements from a set of nn elements, calculated as C(n,r)=n!r!(nr)!C(n, r) = \frac{n!}{r!(n-r)!}.

32
New cards

Bernoulli Trial

An experiment with exactly two possible outcomes, usually called success and failure.

33
New cards

Binary Relation

A set of ordered pairs representing a relationship between elements of two sets, specifically a subset of the Cartesian product A×BA \times B.

34
New cards

Reflexive Relation

A relation RR on a set AA where every element is related to itself, such that (a,a)R(a, a) \in R for every aAa \in A.

35
New cards

Symmetric Relation

A relation RR on a set AA where if (a,b)R(a, b) \in R, then (b,a)R(b, a) \in R for all a,bAa, b \in A.

36
New cards

Transitive Relation

A relation RR on a set AA where if (a,b)R(a, b) \in R and (b,c)R(b, c) \in R, then (a,c)R(a, c) \in R for all a,b,cAa, b, c \in A.

37
New cards

Equivalence Relation

A binary relation on a set AA that is simultaneously reflexive, symmetric, and transitive.

38
New cards

Partial Ordering

A relation on a set SS that is reflexive, antisymmetric, and transitive.

39
New cards

Poset

Short for 'partially ordered set', which consists of a set SS together with a partial ordering relation RR.

40
New cards

Hasse Diagram

A visual representation of a partial ordering on a finite set that omits reflexive loops and transitive edges, with all edges pointing 'upward'.

41
New cards

Simple Graph

An undirected graph where each edge connects two different vertices and at most one edge connects any pair of vertices.

42
New cards

Handshaking Theorem

The theorem stating that the sum of the degrees of the vertices in an undirected graph is twice the number of edges: vVdeg(v)=2E\sum_{v \in V} \text{deg}(v) = 2|E|.

43
New cards

Adjacency Matrix

A matrix A=[aij]A = [a_{ij}] used to represent a graph, where aija_{ij} is 1 if there is an edge between vertices viv_i and vjv_j, and 0 otherwise.

44
New cards

Tree

A connected simple undirected graph with no simple circuits.

45
New cards

m-ary Tree

A rooted tree where every internal vertex has no more than mm children.

46
New cards

Binary Search Tree

A binary tree used for data storage where each node's key is larger than all keys in its left subtree and smaller than all keys in its right subtree.