symmetricity and transitivity

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:35 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

7 Terms

1
New cards

symmetric

R : A A is symmetric if for all (a1, a2) ∈ R ⇒ (a2, a1) ∈ R

the matrix will be symmetrical about the main diagonal and the digraph will have all two-way connections

2
New cards

antisymmetric

R : A A is antisymmetric if for all (a1, a2) ∈ R ∧ (a2, a1) ∈ R ⇒ (a1 = a2)

(the second element cannot reflect back to the first element unless they are the same element)

the matrix will have any 1 mirrored by a zero outside of the main diagonal, in the digraph any two-way connection will be a loop

3
New cards

symmetricity and powers

R is symmetric if R^-1 ⊆ R

4
New cards

simultaneous symmetricity and antisymmetricity

R can be both symmetric and antisymmetric at the same time if only self-loops exist

5
New cards

simultaneous symmetricity

if R : A ↔ A is both symmetric and antisymmetric then R ⊆ IA

6
New cards

transitive

R : A ↔ A is transitive if ∀ a1,a2,a3 ∈ A, (a1,a2) ∈ R ∧ (a2,a3) ∈ R ⇒ (a1,a3) ∈ R in a digraph, any two nodes with a two-arc path between them will also have a direct arc between them in the same direction the matrix will have a 1 in all the same spots where the matrix of R^2 has a one

7
New cards

transitivity and powers

R : A ↔ A is transitive if and only if R^2 ⊆ R