Chapter 1 Flashcards

1
Q

What are the three most important kind of mathematical sentences

A

Universal Statement, Conditional Statement, Existential Statement

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

A Universal Statement says that…

A

… a certain property is true for all elements in a set.

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

A Conditional Statement says that…

A

… if something is true, then another thing has also to be true.

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

A Existential Statement says that…

A

… given a property that may or not to be true, there is at least one thing for which the property is true.

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

What is a set?

A

A set is a collection of objects.

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

What ∈ means?

A

It means “belongs to”.

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

What the Axiom of extension says?

A

It says that the set is determined by what its elements are. The repetion or order of the elements doesn’t matter.

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

What are continuous objects?

A

Mathematical objects that have no space between them. Ex: the real number.

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

Whate are Discrete objects?

A

Mathematical objects that have space between them. Ex: integers.

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

How can we describe the set of elements “1”, “2”, “3” and “4” using the Set-Roster Notation?

A

{1, 2, 3, 4}

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

What is the model for the Set-Builder Notation…

A

{x E s | P(x)}

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

What is a subset?

A

Is a set which all its elements belongs to another set.

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

What is a proper subset?

A

Proper subsets are subsets of sets that are not themselves.

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

What A⊆B means?

A

It means A is a subset of B.

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

What is an Ordered pair?

A

Given elements a and b (a, b) is an ordered pair meaning that a is the first element and d is the second element. To say (a, b) = (c, d), necessarily means that a = c and b = d.

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

What is a tuple?

A

It is a finite ordered list of elements.

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

What is a n- tuple?

A

A tuple with n-elements in it.

18
Q

What is an Ordered n-tuple?

A

Is a generalization of the ordered pair to a set with a finite number of elements.

19
Q

What is the Cartesian product?

A

Is the product of two or more sets that forms a new set of ordered pairs.

20
Q

What A X B means?

A

The Cartesian product of A and B.

21
Q

What is a string?

A

For a finite set A, a string of length n over A is an ordered n-tuple of elements of A written without the parentheses or commas.

22
Q

What is a relation between mathematical objects?

A

Is anything that can be said that connects two or more differents objects.

23
Q

What 0 S 1 means?

A

It means that 0 and 1 are connect by the relation S.

24
Q

How a relation can be thougth in terms of Cartesian products?

A

Let A and B be sets. A relation R from A to B is a subset of A X B. Given an ordered pair (x, y) in A X B, x is related to y by R, if, and only if (x, y) is in R. A is called the domain of R and B is called the co-domain.

25
Given the relation B in Q X T, what is the domaind and the co-domain of B?
The domain of B is Q The co-domain of B is T
26
What is a function?
A function F from a set A to a set B is a relation that satisfies the following two properties: 1. For every element x in A, there is an element y in B such that (x,y) ∈ F. 2. For all elements x in A and y and z in B, if (x, y) ∈ F and (x, z) ∈ F, then y = z.
27
If A and B are sets and F is a function from A to B, given an element x in A, what is F(x) and how is it read?
F(x) is the unique element of the co-domian B which is related to x by F. Is is read "f of x".
28
What a graph is consisted of?
Two finites sets: a nonempty set V(G) of vertices. a set E(G) of edges.
29
What are edges associated with?
Edges are associated with a set consisting ofd either one or two vertices.
30
What are called the vertices associated with an edge?
The endpoint of that edge.
31
What is called the relation between the edge and its endpoints?
edge-endpoint function.
32
What is a loop?
An edge with only one endpoint.
33
What are parallel edges?
Two distinct edges with the same of endpoints.
34
What is an adjacent vertex?
Two vertices that are connected by the same edge.
35
How can a vertice be adjacent to itself?
By being connect by the same edge twice.
36
What are adjacente edges?
Two edges incidents on the same endpoints.
37
What is an isolated vertex?
A vertex that has no edges incident on itself.
38
What is a direct graph consisted of?
Two finite sets: A nonempty set V(G) of vertices A set D(G) of directed edges, where each directed edge is associated with an ordered pair of vertices called its endpoints.
39
What it means to say that in a direct graph, the edge e1 is associated with the pair (v, w)?
It means that e1 is a direct edge from v to w.
40
How can the degree of a vertice be calculated?
deg(v) = the number of edges that are incident in v. If the edge is a loop, it is counted twice.