F2 Flashcards

1
Q

An area of mathematics that investigates sets and their properties, as well as operations on sets and cardinality, among many other topics. It is a fundamental subject of mathematics that serves as the foundation for many fields such as algebra, topology, and probability.

A

Set theory


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

Used to describe the relationship between the elements of two sets. They are the mapping of elements from one set (the domain) to the elements of another set (the range), resulting in ordered pairs of the type (input, output).

A

Relations and functions

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

Properties of Relations


A

Identity Relation
Empty Relation
Reflexive Relation
Irreflexive Relation
Inverse Relation
Symmetric Relation
Transitive Relation
Equivalence Relation
Universal Relation

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

Each element only maps to itself in an ——–. Each element will only have one relationship with itself.

ex Id_A={(1,1),(2,2),(3,3)}

A

Identity Relation


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

A relation where no element of a set is mapped to another set’s element or to itself.

ex. ∅_A={}

A

Empty Relation


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

Every element in the relation maps back to itself.

Ex. R={(1,1),(2,2),(3,3),(1,2),(2,1)}

A

Reflexive Relation


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

relation on a set where no element is related to itself.

Ex R={(1,2),(2,1),(2,3),(3,2)}

A

Irreflexive Relation


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

he set of ordered pairs obtained by interchanging the first and second element in the ordered pair of a given relation.

R={(1,a),(2,b),(3,c),(2,a)}
R^-1={(a,1),(b,2),(c,3),(a,2)}

A

Inverse Relation


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

The inverse relation might** not **always be a function if the original relation is a function

T or F

A

True

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

is a type of binary relation on a set where if one element is related to another, then the second element is also related to the first in the same manner.

A

Symmetric Relation


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

require that if the first element is connected to the second element and the second element is related to the third element, then the first element must also be related to the third element.

A

Transitive Relation

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

is a fundamental concept in mathematics, particularly in areas such as set theory, abstract algebra, and topology.

A

Equivalence Relation


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

It’s a relation that divides a set into disjoint subsets called

A

equivalence classes

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

is one in which all of the elements from one set were related to all of the elements of some other set or to themselves.

A

Universal Relation


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

can be used to describe languages (such as compiler grammar or a universal Turing computer). Graph traversal needs sets to keep track of node visits. Relational databases are completely based on set theory.

A

Sets and set relations

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