Math Problem Statement

In sets theory Prove that the composition of a binary relationship has a cardinality greater than 2, is associative and not commutative.

Solution

To prove the statements about the composition of a binary relation, we need to clarify some concepts first.

Definitions

  1. Binary Relation: A binary relation RR from set AA to set BB is a subset of A×BA \times B.
  2. Composition of Relations: Given two binary relations RA×BR \subseteq A \times B and SB×CS \subseteq B \times C, the composition SRS \circ R is defined as: SR={(a,c)A×CbB such that (a,b)R and (b,c)S}S \circ R = \{ (a, c) \in A \times C \mid \exists b \in B \text{ such that } (a, b) \in R \text{ and } (b, c) \in S \}

Proving the Statements

  1. Cardinality Greater than 2:

    • Example: Let A={x,y}A = \{x, y\}, B={a,b}B = \{a, b\}, and C={1,2}C = \{1, 2\}.
    • Define relations:
      • R={(x,a),(y,b)}R = \{(x, a), (y, b)\}
      • S={(a,1),(b,2)}S = \{(a, 1), (b, 2)\}
    • The composition SRS \circ R:
      • From RR, we can map xx to aa and yy to bb.
      • From SS, we can map aa to 11 and bb to 22.
      • Thus, SR={(x,1),(y,2)}S \circ R = \{(x, 1), (y, 2)\}.
    • The cardinality of SRS \circ R is 2, but this is a specific case.
    • In general, for larger sets or different configurations, the cardinality can easily exceed 2. For instance, if there are multiple elements in BB leading to multiple mappings in CC, the cardinality will grow.
  2. Associativity:

    • We need to show that (TS)R=T(SR)(T \circ S) \circ R = T \circ (S \circ R).
    • Let RA×BR \subseteq A \times B, SB×CS \subseteq B \times C, and TC×DT \subseteq C \times D.
    • For (TS)R(T \circ S) \circ R:
      • Take an element (a,d)(a, d) such that bB,cC\exists b \in B, c \in C such that (a,b)R(a, b) \in R, (b,c)S(b, c) \in S, (c,d)T(c, d) \in T.
    • For T(SR)T \circ (S \circ R):
      • Take an element (a,d)(a, d) such that cC\exists c \in C such that (a,b)R(a, b) \in R, (b,c)S(b, c) \in S, (c,d)T(c, d) \in T.
    • Both compositions lead to the same pairs (a,d)(a, d), thus showing that composition is associative.
  3. Non-commutativity:

    • To demonstrate that composition is not commutative, we can find a counterexample.
    • Let A={x}A = \{x\}, B={a,b}B = \{a, b\}, C={1}C = \{1\}.
    • Define relations:
      • R={(x,a)}R = \{(x, a)\}
      • S={(a,1),(b,1)}S = \{(a, 1), (b, 1)\}
    • Compute SRS \circ R:
      • SR={(x,1)}S \circ R = \{(x, 1)\}
    • Compute RSR \circ S:
      • RS=R \circ S = \emptyset (since there’s no (b,x)(b, x) in RR).
    • Since SRRSS \circ R \neq R \circ S, we conclude that relation composition is not commutative.

Summary

  • Cardinality: Can be greater than 2 depending on the sets involved.
  • Associativity: Verified through a structural argument.
  • Non-commutativity: Proven via counterexamples.

Further Questions

  1. How does the cardinality of the relations impact their composition?
  2. Can you give examples of binary relations that are both associative and commutative?
  3. What are the implications of non-commutativity in practical applications?
  4. How does the concept of inverse relations fit into this discussion?
  5. What happens when relations are not defined over distinct sets?

Tip

Always visualize the relations with Venn diagrams or directed graphs for better understanding of compositions and cardinalities.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Set Theory
Relations
Composition of Relations

Formulas

S \circ R = \{ (a, c) \in A \times C \mid \exists b \in B: (a, b) \in R \text{ and } (b, c) \in S \}
(T \circ S) \circ R = T \circ (S \circ R)

Theorems

Associativity of Relation Composition
Non-commutativity of Relation Composition

Suitable Grade Level

Grades 11-12