relations

PHIL 452 · Modal Logic

Gabriel Uzquiano

why relations?

plan

We use possible worlds models to interpret the language of modal logic, which consist of a set of possible worlds and an accessibility relation on them.

What counts as valid with respect to a family of possible worlds models turns on what features we stipulate the accessibility relation to have.

relations

ordered pairs

We will use the expression \(\langle a, b \rangle\) to denote the ordered pair of \(a\) and \(b\).

Ordered pairs are governed by the principle:

\[ \langle a, b \rangle = \langle c, d\rangle \ \text{ iff } \ a = c \text{ and } b = d \] Ordered pairs are generally defined in terms of unordered sets:

Ordered Pair

\(\langle x, y \rangle\) is the set \(\{ \{a\}, \{a, b\}\}\).

Cartesian Product

\(A \times B = \{\langle x, y\rangle: x \in A \wedge y \in B\}\)

binary relations

binary relation on a set

Given a set \(A\), \(R\) is a binary relation on \(A\) iff \(R \subseteq A \times A\).

binary relation

\(R\) is a binary relation iff \(R\) is a binary relation on a set.

Is a relation on the set {a, b}?

structural features of relations

reflexivity

reflexivity on \(A\)

\(R\) is reflexive on \(A\) iff for every \(x \in A\), \(Rxx\).

Let \(A = \{a, b\}\) and \(R = \{\langle a, a \rangle, \langle b, b\rangle\}\). Then \(R\) is reflexive on \(W\).

irreflexivity on \(A\)

\(R\) is irreflexive on \(A\) iff for every \(x \in A\), \(\neg Rxx\).

Let \(A = \{a, b\}\) and \(R = \{\langle a, b \rangle, \langle b, a\rangle \}\). Then \(R\) is irreflexive on \(W\).

non-reflexivity on \(A\)

\(R\) is non-reflexive on \(A\) iff for some \(x \in A\), \(\neg Rxx\).

examples

Fix \(W\) as the set of English words. Check whether each relation below is reflexive, irreflexive, or non-reflexive:

{⟨u, v⟩ : u shares at least a letter with v}
{⟨u, v⟩ : u shares at most one letter with v}

symmetry

symmetry on \(A\)

\(R\) is symmetric on \(A\) iff for every \(x, y \in A\), if \(Rxy\), then \(Ryx\).

Let \(A = \{a, b\}\) and \(R = \{\langle a, b \rangle, \langle b, a\rangle\}\). Then \(R\) is symmetric on \(W\).

asymmetry on \(A\)

\(R\) is asymmetric on \(A\) iff for every \(x, y \in A\), if \(Rxy\), then \(\neg Ryx\).

antisymmetry on \(A\)

\(R\) is antisymmetric on \(A\) iff for every \(x, y \in A\), if \(Rxy\) and \(Ryx\), then \(x = y\).

Let \(A = \{a, b\}\) and \(R = \{\langle a, a \rangle, \langle b, b\rangle\}\). Then \(R\) is antisymmetric on \(W\).

examples

Fix \(W\) as the set of English words. Check whether each relation below is symmetric, asymmetric, or antisymmetric:

{⟨u, v⟩ : u shares exactly two letters with v}
{⟨u, v⟩ : u comes no later than v in the lexicographical order}

transitivity

symmetry on \(A\)

\(R\) is transitive on \(A\) iff for every \(x, y, z\in A\), if \(Rxy\) and \(Ryz\), then \(Rxz\).

Let \(A = \{a, b, c\}\) and \(R = \{\langle a, b \rangle, \langle b, c\rangle, \langle a, c\rangle\}\). Then \(R\) is transitive on \(W\).

intransitivity on \(A\)

\(R\) is intransitive on \(A\) iff for every \(x, y \in A\), if \(Rxy\) and \(Ryz\), then \(\neg Rxz\).

Let \(A = \{a, b, c\}\) and \(R = \{\langle a, b \rangle, \langle b, c\rangle\}\). Then \(R\) is intransitive on \(W\).

non-transitivity on \(A\)

\(R\) is non-transitive on \(A\) iff for some \(x, y, z \in A\), \(Rxy\) and \(Ryz\), but \(\neg Rxz\).

examples

Fix \(W\) as the set of English words. Check whether each relation below is transitive, intransitive, or non-transitive:

{⟨u, v⟩ : u is an antonym of v}
{⟨u, v⟩ : u is v backwards}

equivalence relations

equivalence relation
\(R\) is an equivalence relation on a set \(A\) if, and only if
  • \(R\) is reflexive on \(A\)
  • \(R\) is symmetric on \(A\)
  • \(R\) is transitive on \(A\)

Synonymy is an equivalence relation on \(W\).

equivalence classes

equivalence class

If \(R\) is an equivalence relation on a set \(A\), for each \(x \in A\), the equivalence class of \(x\), written \([x]_R\) is the set of elements of \(A\) that are \(R\)-equivalent to \(x\): \[ [x]_R := \{y\in A: Rxy\} \]

If \(A\) is the set of undergraduate students at USC and we let \(R\) be \(\{\langle x, y\rangle: x \ \text{is in the same year as} \ y\}\), then if \(a\) is a freshman at \(USC\), then \([a]_R\) is the set of freshmen at USC.

euclidean relations

euclidean on \(A\)

\(R\) is euclidean on \(A\) iff for every \(x, y, z\in A\), if \(Rxy\) and \(Rxz\), then \(Ryz\).

If R is an equivalence relation on A, then R is euclidean on A

independence

some cautionary cases

Symmetry and transitivity on a set \(A\) do not entail reflexivity on \(A\).

Let \(A = \{a, b\}\) and \(R = \{\langle a, a \rangle\}\).

  • Symmetric? ✓
  • Transitive? ✓
  • Reflexive? ✗

Not every euclidean relation on \(A\) is an equivalence relation on \(A\).

Let \(A = \{a, b\}\) and \(R = \{\langle a, a \rangle\}\).

  • Euclidean? ✓
  • Symmetric? ✓
  • Transitive? ✓
  • Reflexive? ✗

Reading