Discrete Math - Definitions Flashcards

(51 cards)

1
Q

contrapositive

A

of a conditional proposition p -> q is (~q) -> (~p)

Every polynomial that is not continuous has at most one zero.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

converse

A

Switching the hypothesis and conclusion of a conditional statement. If Q then P

Every continuous polynomial as at least two zeroes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

inverse

A

p → q is the proposition ∼ p →∼ q

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

negation

A

There exists some polynomial with at least two zeroes that is not continuous.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

constructive proof

A

An existential proof is constructive if it explicitly produces the desired ob- ject (or gives an algorithm to produce it).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

floor

A

The floor of real number x is the largest integer n with n ≤ x.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

odd

A

A number x is odd if there is an integer n with x=2n+1.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

irreducible

A

A number is irreducible if it cannot be factored into two nonunits.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

cardinal number

A

A cardinal number measures the size of some set.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

ordinal number

A

An ordinal number measures sequential position, as compared to ‘first’.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

binary relation

A

A binary relation on A,B is a subset of A×B.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

union

A

The union of two sets is the set containing all the elements in either or both sets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

injective

A

A function is injective if every pair of distinct elements in the domain get mapped to distinct elements of the codomain.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Modus Tollens

A

A rule of deduction that concludes ∼ p from hypotheses p → q and ∼ q

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Syntax

A

A set of artificial rules about arrangements of otherwise meaningless symbols

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Semantics

A

The interpretation of symbols to derive meaning about other things

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

tautology

A

A compound proposition that is true for every possible combination of truth values of its components

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

symmetric difference

A

the set of elements which are in either of the sets and not in their intersection

A∆B for sets A, B is (A−B)∪(B−A) or (A∪B)−(A∩B)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

power set

A

set S is the set consisting of all the subsets of S (including the empty subset)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

union

A

A ∪ B for sets A, B is the set {x : x ∈ A or x ∈ B}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

valid

A

An argument/proof is valid if the conclusion must be true if all the premises are true

22
Q

vacuous proof

A

It proves the implication p->q by proving that ~p holds

23
Q

proof by contradiction

A

Takes as additional hypothesis the negation of the desired conclusion, and derives a contradiction

24
Q

proposition

A

A statement that must be true or false but not both or neither

25
predicate
A collection of propositions indexed by one or more variables. A predicate is not a proposition, because it may be trie for certain values of its variable(s) and false for others
26
GCD
Greatest Common Divisor - of integers a,b, not both zero, is the largest integer that divides each of them
27
Union
With regards to two sets A,B it is the set that consists of those elements in A,B, or both.
28
Maximal
A poset element "a" is if only there isn't some different poset element "b" with a
29
codomain
It is the set of a function in which it takes its values. Alternatively, it is the second set of the direct product, from which the function relation is drawn
30
bijection
Only if a function is both one-to-one and onto.
31
counterexample
An example which disproves a proposition
32
subset
a set of which all the elements are contained in another set.
33
power set
The set of all the subsets of a set
34
Equivalence relation
the relation that holds between two elements if and only if they are members of the same cell within a set that has been partitioned into cells such that every element of the set is a member of one and only one cell of the partition
35
partial order
a set if it has: 1. Reflexivity 2. Antisymmetry 3. Transitivity: and implies
36
floor
the largest integer not greater than x
37
ceiling
the smallest integer not less than x
38
least upper bound
Let S be a nonempty set of real numbers that has an upper bound. Then a number c is called the least upper bound (or the supremum, denoted supS) for S iff it satisfies the following properties: 1. c>=x for all x in S. 2. For all real numbers k, if k is an upper bound for S, then k>=c.
39
event
any subset of a sample space
40
graph
a diagram showing the relation between variable quantities, typically of two variables, each measured along one of a pair of axes at right angles.
41
tree
an undirected graph if each pair of distinct vertices has exactly one path between them
42
modus ponens
If each of F and F=>G is either an axiom or a theorem formally deduced from axioms by application of inference rules, then G is also a formal theorem
43
absolute complement
When all sets under consideration are considered to be subsets of a given set U, the absolute complement of A is the set of all elements in U but not in A Ac ={x∈U|x̸∈A}.
44
Total Order
a set plus a relation on the set (called a total order) that satisfies the conditions for a partial order plus an additional condition known as the comparability condition If every pair of elements of A are comparable
45
function
a relation between a set of inputs and a set of permissible outputs with the property that each input is related to exactly one output.
46
pigeonhole principle
if n pigeons fly into k holes with n > k then some of the pigeonholes contain at least two pigeons
47
Eulerian path
A path that contains all edges of a graph G starts and ends at different vertices
48
Euler circuit
A path that is also a circuit which contains all edges of a graph G starts and ends at the same vertex
49
Hamiltonian path
if it visits every vertex of the graph exactly once
50
Hamiltonian circuit
A circuit that visits every vertex exactly once except for the last vertex which duplicates the first one
51
countable
(of a set) having a finite number of elements. (of a set) having elements that form a one-to-one correspondence with the natural numbers; denumerable; enumerable.