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
Q

Given the relation B in Q X T, what is the domaind and the co-domain of B?

A

The domain of B is Q
The co-domain of B is T

26
Q

What is a function?

A

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
Q

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?

A

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
Q

What a graph is consisted of?

A

Two finites sets:
a nonempty set V(G) of vertices.
a set E(G) of edges.

29
Q

What are edges associated with?

A

Edges are associated with a set consisting ofd either one or two vertices.

30
Q

What are called the vertices associated with an edge?

A

The endpoint of that edge.

31
Q

What is called the relation between the edge and its endpoints?

A

edge-endpoint function.

32
Q

What is a loop?

A

An edge with only one endpoint.

33
Q

What are parallel edges?

A

Two distinct edges with the same of endpoints.

34
Q

What is an adjacent vertex?

A

Two vertices that are connected by the same edge.

35
Q

How can a vertice be adjacent to itself?

A

By being connect by the same edge twice.

36
Q

What are adjacente edges?

A

Two edges incidents on the same endpoints.

37
Q

What is an isolated vertex?

A

A vertex that has no edges incident on itself.

38
Q

What is a direct graph consisted of?

A

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
Q

What it means to say that in a direct graph, the edge e1 is associated with the pair (v, w)?

A

It means that e1 is a direct edge from v to w.

40
Q

How can the degree of a vertice be calculated?

A

deg(v) = the number of edges that are incident in v. If the edge is a loop, it is counted twice.