equivalence and ordering

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/12

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:52 PM on 8/12/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

13 Terms

1
New cards

means "is a subset of or equal (in the form of a hierarchy where lower elements come before) to" can also be used to denote an ordered relation

2
New cards

ordering

an ordering on a set A is a relation ≼ : A ↔ A that is reflexive, anti-symmetric and transitive

3
New cards

strict ordering

a relation that is irreflexive, anti-symmetric and transitive ≺

4
New cards

identity relations and ordering

if ≼ : A A is an ordering, then ≼ \ IA is a strict ordering

if ≺ : A A is a strict ordering then ≺ ∪ IA is an ordering

(the difference between an ordering and a strict ordering is the identity matrix)

5
New cards

hasse diagram

a digraph showing an ordering leaves out some details for simplicity: -no reflexive self-loops -no transitive direct edges if there exists a longer path -no arrows, elements are ordered from bottom to top (so instead of an arrow from A to B, it's a line pointing up to B from A) INC DIAGRAM

6
New cards

comparable and incompatable

for any ordering ≼ on a set A: elements a1, a2 ∈ A are comparable if a1 ≼ a2 ∨ a2 ≼ a1 (they are either the exact same element or they are connected by ordering in the hierarchy, where one branches up to another) otherwise they're incomparable

7
New cards

total/linear ordering

an ordering where every pair of elements is comparable

8
New cards

partial ordering

a non-total ordering can also be used to refer to orderings in general to emphasize they are not necessarily total

9
New cards

equivalence relation

the relation R≡ : A ↔ A is an equivalence if it is reflexive, symmetric and transitive

10
New cards

equivalence class

for equivalence relation R≡ : A ↔ A, for each a ∈ A, the equivalence class is the subset: [a]R≡ = {a1 | aR≡a1} (the set of all elements a is equivalent to)

11
New cards

equivalence classes and relations

if a1∈[a]R≡ , a2∈[a]R≡ then a1R≡a2 (they're connected)

12
New cards

inequality and joint classes

unequal R≡ classes are disjoint this is because an element cannot belong to two equivalence classes at the same time

13
New cards

equivalence classes and partitions

if R≡ : A ↔ A is an equivalence, its equivalence classes form a partition of A