3 - Ordering Flashcards

1
Q

< is ______\_ on A

if for all a in A, a < a

A

< is reflexive on A

if for all a in A, a < a

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

a structure is ______\_ if all points have looping arrows to them

A

a structure is reflexive​ if all points have looping arrows to them

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

< is _______\_

if for all a, b in A, B

a < b

iff

b < a

A

< is symmetric

if for all a, b in A, B

a < b

iff

b < a

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

a structure is ______\_ if all arrows are bidirectional (also includes a single point with a self-loop)

A

a structure is symmetric if all arrows are bidirectional (also includes a single point with a self-loop)

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

< is _______\_

if for all a,b,c in A

if a < b AND b < c

then a < c

A

< is transitive

if for all a,b,c in A

if a < b AND b < c

then a < c

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

a structure is ______\_

if an arrow goes to an object with an arrow to something else, then that arrow also goes to that something else (also includes self-loop)

A

a structure is transitive

if an arrow goes to an object with an arrow to something else, then that arrow also goes to that something else (also includes self-loop)

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

< satisfies ______\_

if for all a,b in A

ab

A

< satisfies trichotomy

if for all a,b in A

ab

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

< is _________\_

if a !< a for all a in A

A

< is irreflexive

if a !< a for all a in A

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

a structure is ______\_

if it has no looping arrows (which is NOT the same thing as saying it is not reflexive)

A

a structure is irreflexive

if it has no looping arrows (which is NOT the same thing as saying it is not reflexive)

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

< is _______\_

if for all a,b in A

if a < b

then b!

A

< is asymmetric

if for all a,b in A

if a < b

then b!

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

a structure is ______\_

if a relation exists then it is NOT a bidirectional arrow

(ie - there are no one directional arrows)

A

a structure is asymmetric

if a relation exists then it is NOT a bidirectional arrow

(ie - there are no one directional arrows)

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

< is __________\_

if for all a,b in A

if a

then a=b

A

< is antisymmetric

if for all a,b in A

if a

then a=b

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

a structure is _________\_

if there is an arrow coming one way

AND

there is an arrow coming the other way

then it MUST be a self-loop to the same point

A

a structure is antisymmetric

if there is an arrow coming one way

AND

there is an arrow coming the other way

then it MUST be a self-loop to the same point

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

is a (strict) _____** **order of <

if < is ______**, **______**, and **_____\_

A

is a (strict) partial** **order of <

if < is transitive**, **irreflexive**, and **​asymmetric

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

is a (total) _______ order of <

if < is ________, ________, and _​_______

AND

satisfies ______\_.

A

is a (total) linear order of <

if < is transitive, irreflexity, and ​asymmetric

AND

satisfies trichotomy​.

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

< is well-founded if for all x as a subset of A:

1)

2)

A

< is well-founded if it:

1) x is not an empty set
2) x has an <-minimal element (no infinite descending chains)

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

Which of the following are well-founded?

N, Z, Q, R, (0,1)

A

Which of the following are well-founded?

N = well-founded

Z = not well-founded (has not <-minimal element)

Q = not well-founded

R = not well-founded

(0,1) = no since you can keep dividing by 2 for any # and still not reach a minimal element

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

a structure is well-ordered if

1)

2)

A

a structure is well-ordered if

1) well-founded

2) total / linear

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

If f: W -> U Then we say f is _____**-**________\_

if for all x,y in W

if x < y

then f(x) <| f(y)

A

If f: W -> U Then we say f is order-preserving

if for all x,y in W

if x < y

then f(x) <| f(y)

20
Q

a function is _____**-**________\_

if there is a relation in the first set

then there is a relation in the mapped set

A

a function is order-preserving

if there is a relation in the first set

then there is a relation in the mapped set

21
Q

{<m>}~ represents an <strong><u>\_\_\_\_\_\_\_\_\_\_</u></strong> <strong><u>\_\_\_\_\_</u></strong>.</m>

It is defined as the subset s which includes all the elements that are equivalent to each other where “equivalent” is dependent on a specific relationship called an “equivalence relationship”, defined {x in S | x~a}

A

{<m>}~ represents an <b><u>equivalence class</u></b>.</m>

It is defined as the subset s which includes all the elements that are equivalent to each other where “equivalent” is dependent on a specific relationship called an “equivalence relationship”, defined {x in S | x~a}

22
Q

Equivalence classes form a partition** of a set S. This is the set of equivalence classes which is sometimes called the **quotient set** or **quotient space of S, denoted S/~

A
23
Q

To be a binary equivalence relation on a set X, it must satisfy 3 properties:

1)

2)

3)

A

To be a binary equivalence relation on a set X, it must satisfy 3 properties:

1) Reflexivity (all nodes have self-loops)
2) Symmetry (all arrows are bidirectional)
3) Transitivity

24
Q

Real numbers are defined in terms of a ________** **__\_. We define this as the infinite set of…

A

Real numbers are defined in terms of a Dedekind cut. We define this as the infinite set of points underneath the line but not including the line

25
Q

A well-ordered relation is both ________** and **_______\_.

A

A well-ordered relation is both well-founded (no infinite descending chains and no loops)** and **linearly-ordered​.

26
Q

An ______\_ number is a type of well-ordering.

A

An ordinal number is a type of well-ordering​.

27
Q

In some sense an ______**-**_________\_ function is one in which the mapped set contains or is bigger than the input set (that is, all relations are maintained)

A

In some sense an order-preserving function is one in which the mapped set contains or is bigger than the input set (that, is all relations are maintained)

28
Q

If f is a bijection and order-preserving

then

if the input and output sets are linear orders

then f is an ________\_

A

If f is a bijection and order-preserving

then

if the input and output sets are linear orders

then f is an isomorphism

29
Q

if you have 2 well-orderings then there is only one such way to make a bijective / injective / surjective map between them.

A

if you have 2 well-orderings then there is only one such way to make a bijective map between them.

30
Q

A _______** **_______** **____** or **____\_ formalizes the intuitive concept of ordering/sequencing/arrangement of elements in a set.

It consists of a set together with a binary relation indicating that for certain pairs of elements in a set, one of the elements precedes the other in the ordering.

The word _____\_ in the name is used as an indication that not every pair of elements needs to be comparable.

A

A partially ordered set** or **poset formalizes the intuitive concept of ordering/sequencing/arrangement of elements in a set.

It consists of a set together with a binary relation indicating that for certain pairs of elements in a set, one of the elements precedes the other in the ordering.

The word partial in the name is used as an indication that not every​ pair of elements needs to be comparable (only at least one pair needs to be able to be compared).

31
Q

Stricter than a partially ordered set (or a special type of poset), is a _____** **_____** otherwise known as a **_____** **_____** (or **____** **____** or **___\_) which is a set in which every pair of elements is comparable.

It exhibits the following three properties:

1)

2)

3)

A

Stricter than a partially ordered set (or a special type of poset), is a total order** otherwise known as a **linear order** (or **full order** or **chain) which is a set in which every pair of elements is comparable.

It exhibits the following three properties:

1) Antisymmetry : If a<=b AND b<=a, then a=b

(eliminates uncertain cases where both a precedes b and b preceeds a)

2) Transitivity : If a<=b AND b<=c, then a<=c
3) Connexivity / Linearity : a<=b OR b<=a

(grants that any pair of elements in the set are comparable under the relation, ie - the set can be diagrammed as a line of elements, giving it the name linear (also implies reflexivity, ie - a<=a)

*There are only a few nontrivial structures that are (interdefinable as) reducts of a total order. Forgetting the orientation results in a betweenness relation (you can define how one element is between two others, but not if one element is greater than the other, or the direction, and thus has no notion of measurement). Forgetting the location of the ends results in a cyclic order (still has a direction or orientation, or comparability, but not a start nor an end point). Forgetting both of the prior concepts results in a separation relation (or an unoriented circle, so just has a notion of connectedness).

32
Q

A ____**-**____\_ relation on a set S is a total order on S with the property that every non-empty subset of S has a least element in this ordering (an element that is smaller than every other element in S).

The set S together with this relation is then called a ____**-**____\_ set.

The prototypical example of this type of set are the _____\_.

*This differs from a total order in that any subset of this set will always have a least element.

An example of a set that is a total order but is not the above type of order are the _____\_, because there is linearity but no least element.

A

A well-ordering relation on a set S is a total order on S with the property that every non-empty subset of S has a least element in this ordering (an element that is smaller than every other element in S).

The set S together with this relation is then called a well-ordered set.

The prototypical example of this type of set are the ordinals.

*This differs from a total order in that any subset of this set will always have a least element.

An example of a set that is a total order but is not the above type of order are the integers, because there is linearity but no least element.

33
Q

The ________ of a subset S of a partially ordered set T is the greatest element in T that is less than or equal to all elements of S, if such an element exists.

Consequently, the term _______ _____** **____\_ (abbreviated as GLB) is also commonly used.

The _________ of a subset S of a partially ordered set T is the least element in T that is greater than or equal to all elements of S, if such an element exists.

Consequently, this is also referred to as the _______ _____** **______\_ (or LUB).

A

The infimum of a subset S of a partially ordered set T is the greatest element in T that is less than or equal to all elements of S, if such an element exists.

Consequently, the term greatest lower bound (abbreviated as GLB) is also commonly used.

The supremum of a subset S of a partially ordered set T is the least element in T that is greater than or equal to all elements of S, if such an element exists.

Consequently, this is also referred to as the least upper bound (or LUB).

*The concepts of infimum and supremum are similar to minimum and maximum, but are more useful in analysis because they better characterize special sets which may have no minimum or maximum.

For instance, the positive real numbers ℝ+ (not including 0) does not have a minimum, because any given element of ℝ+ could simply be divided in half resulting in a smaller number that is still in ℝ+. There is, however, exactly one infimum of the positive real numbers: 0, which is smaller than all the positive real numbers and greater than any other real number which could be used as a lower bound.

Ie - These are not the same as the concepts of minima and maxima!

34
Q

Any total order with unique top and bottom elements is a ________, where the meet of two elements is their infinum and the join of two elements is their supremum.

A

Any total order with unique top and bottom elements is a lattice, where the meet of two elements is their infinum and the join of two elements is their supremum.

(every subset of this graph has to have an infinum and supremum for it to be considered a lattice)

35
Q

The _______** **_______\_ of two sets A and B, denoted A X B, is the set of all combinations of ordered pairs with the first element being a member of A and the second element being a member of B.

A

The Cartesian Product of two sets A and B, denoted A X B, is the set of all combinations of ordered pairs with the first element being a member of A and the second element being a member of B.

36
Q

x is ______\_ if

for all y, (if y is in x, then y is a subset of x)

A

x is transitive if

for all y, (if y is in x, then y is a subset of x)

37
Q

x is ______\_ iff

for all z, for all y, (z is in y AND y is in x IMPLIES z is in x)

A

x is transitive iff

for all z, for all y, (z is in y AND y is in x IMPLIES z is in x)

38
Q

epsilon is _______-________\_ on <x> if </x>

for all y,z,w in x, (y is in z AND z is in w IMPLIES y is in w)

A

epsilon is epsilon-transitive on <x> if </x>

for all y,z,w in x, (y is in z AND z is in w IMPLIES y is in w)

39
Q

The difference between _________ and ________-______\_ is that the former applies to the final object, and the latter applies to all relationships that are elements of the final object

A

The difference between transitivity and epsilon-transitivity is that the former applies to the final object, and the latter applies to all​ relationships that are elements of the final object

40
Q

A partial order or total order < on a set X is said to be _____\_

if for all x,y in X where x<y></y>

<p>there is a z in X such that x<z>

<p>ie - for any two elements, one less than the other, there is another element in between them</p></z></p>

</y>

A

A partial order or total order < on a set X is said to be dense

if for all x,y in X where x<y></y>

<p>there is a z in X such that x<z>

<p>ie - for any two elements, one less than the other, there is another element in between them</p>

<p>ex - Rational Numbers, Real Numbers, etc</p></z></p>

</y>

41
Q

Any ordinal is defined by the set of ordinals that _____\_ it.

A

Any ordinal is defined by the set of ordinals that precede it.

42
Q

Ordinals may be used to label elements of any given well-ordered set, with the smallest element being labeled 0, the one after that a 1, then a 2, etc.

The “length” of a set, also called its _____** **____\_ is the least ordinal that is not a label for an element of the set.

The smallest infinite ordinal is called _\_, which is the order type of the natural numbers (which can also be identified as the set of natural numbers itself).

A

Ordinals may be used to label elements of any given well-ordered set, with the smallest element being labeled 0, the one after that a 1, then a 2, etc.

The “length” of a set, also called its order type is the least ordinal that is not a label for an element of the set.

The smallest infinite ordinal is called omega, which is the order type of the natural numbers (which can also be identified as the set of natural numbers itself).

*ie - After all the natural numbers comes the first infinite ordinal called omega, then omega+1, then omega+2….after all these comes omegax2 (omega+omega), etc.

43
Q

A _____** **_____\_ is an ordinal number that is neither zero, nor a successor ordinal.

Alternatively, an ordinal Lambda is a _____** **_____\_ if there is an ordinal less than Lambda called Beta, and an ordinal Gamma such that Beta < Gamma < Lambda.

For example, Omega, the smallest ordinal greater than every natural number is a _____** **_____\_ because for any smaller ordinal, ie - for any natural number n (our Beta in this case), we can find another natural number larger than it called n+1 (our Gamma), that is still less than Omega

A

A limit ordinal is an ordinal number that is neither zero, nor a successor ordinal.

Alternatively, an ordinal Lambda is a limit ordinal if there is an ordinal less than Lambda called Beta, and an ordinal Gamma such that Beta < Gamma < Lambda.

For example, Omega, the smallest ordinal greater than every natural number is a limit ordinal because for any smaller ordinal, ie - for any natural number n (our Beta in this case), we can find another natural number larger than it called n+1 (our Gamma), that is still less than Omega

44
Q

_________** **_______\_ is an extension to mathematical induction to well-ordered sets, for example to sets of ordinal numbers or cardinal numbers.

Proof technique is broken down into 3 steps:

1) Zero Case: Prove that P(0) is true
2) Successor Case: Prove that for any successor ordinal alpha+1

If P(alpha), then P(alpha+1)

And P(beta) for all beta < alpha

3) Limit Case: Prove that for any limit ordinal lambda,

P(lambda) follows from P(beta) for all beta < alpha

A

Transfinite Induction is an extension to mathematical induction to well-ordered sets, for example to sets of ordinal numbers or cardinal numbers.

Proof technique is broken down into 3 steps:

1) Zero Case: Prove that P(0) is true
2) Successor Case: Prove that for any successor ordinal alpha+1

If P(alpha), then P(alpha+1)

And P(beta) for all beta < alpha

3) Limit Case: Prove that for any limit ordinal lambda,

P(lambda) follows from P(beta) for all beta < alpha

45
Q

___________ _______\_ is similar to transfinite induction; however, instead of proving that something holds for all ordinal numbers, we construct a sequence of objects, one for each ordinal.

Given a class function G: V → V (where V is the class of all sets), there exists a unique transfinite sequence F: Ord → V (where Ord is the class of all ordinals) such that

F(α) = G(F Î α) for all ordinals α, where Î denotes the restriction of F’s domain to ordinals <  α.

A

Transfinite recursion is similar to transfinite induction; however, instead of proving that something holds for all ordinal numbers, we construct a sequence of objects, one for each ordinal.

Given a class function G: V → V (where V is the class of all sets), there exists a unique transfinite sequence F: Ord → V (where Ord is the class of all ordinals) such that

F(α) = G(F Î α) for all ordinals α, where Î denotes the restriction of F’s domain to ordinals <  α.