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/~

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
A *well-ordered* relation is both **_\_\_\_\_\_\_\_\_**_ and _**\_\_\_\_\_\_\_\__**.
A *well-ordered* relation is both **_well-founded (no infinite descending chains and no loops)**_ and _**linearly-ordered_**​.
26
An **_\_\_\_\_\_\_\__** number is a type of *well-ordering*.
An **_ordinal_** number is a type of *well-ordering*​.
27
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)
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
If f is a *bijection* and *order-preserving* then if the input and output sets are *linear orders* then f is an **_\_\_\_\_\_\_\_\_\__**
If f is a *bijection* and *order-preserving* then if the input and output sets are *linear orders* then f is an **_isomorphism_**
29
if you have 2 well-orderings then there is only one such way to make a **_bijective / injective / surjective_** map between them.
if you have 2 well-orderings then there is only one such way to make a **_bijective_** map between them.
30
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 **_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
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)
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
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 **_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
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).
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
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*.
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
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.
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
x is **_\_\_\_\_\_\_\__** if for all y, (if y is in x, then y is a subset of x)
x is **_transitive_** if for all y, (if y is in x, then y is a subset of x)
37
x is **_\_\_\_\_\_\_\__** iff for all z, for all y, (z is in y AND y is in x IMPLIES z is in x)
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
epsilon is _**\_\_\_\_\_**_-**_\_\_\_\_\_\_\_\_\__** on if for all y,z,w in x, (y is in z AND z is in w IMPLIES y is in w)
epsilon is **_epsilon-transitive_** on if for all y,z,w in x, (y is in z AND z is in w IMPLIES y is in w)
39
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
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
A *partial order* or *total order* \< on a set X is said to be **_\_\_\_\_\_\__** if for all x,y in X where x

there is a z in X such that x

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

A *partial order* or *total order* \< on a set X is said to be **_dense_** if for all x,y in X where x

there is a z in X such that x

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

ex - Rational Numbers, Real Numbers, etc

41
Any *ordinal* is defined by the set of *ordinals* that **_\_\_\_\_\_\__** it.
Any *ordinal* is defined by the set of *ordinals* that **_precede_** it.
42
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).
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
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 **_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
**_\_\_\_\_\_\_\_\_\_**_ _**\_\_\_\_\_\_\_\__** 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
**_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
_**\_\_\_\_\_\_\_\_\_**_ **_\_\_\_\_\_\_\_\__** 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 \<  α.
**_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 \<  α.