Math Problem Statement

how many smmetric, antisymmetric, reflexive , transitive are posibile formulas

Solution

In the context of binary relations on a set, here’s a breakdown of the properties you're asking about and how they can interact:

1. Symmetric Relations:

A relation RR on a set AA is symmetric if for all a,bAa, b \in A, (a,b)R    (b,a)R(a, b) \in R \implies (b, a) \in R.

  • For nn-element set AA, the number of possible symmetric relations is 2n(n+1)22^{\frac{n(n+1)}{2}}. This is because the relation matrix is symmetric along the diagonal, and we only need to consider the entries on or above the diagonal.

2. Antisymmetric Relations:

A relation RR on a set AA is antisymmetric if for all a,bAa, b \in A, (a,b)R(a, b) \in R and (b,a)R    a=b(b, a) \in R \implies a = b.

  • The number of antisymmetric relations is 2n(n1)/2+n2^{n(n-1)/2 + n}, where the first term comes from the entries above the diagonal and the second term from the diagonal entries.

3. Reflexive Relations:

A relation RR on a set AA is reflexive if for all aAa \in A, (a,a)R(a, a) \in R.

  • The number of reflexive relations on a set of size nn is 2n(n1)2^{n(n-1)}, because for reflexive relations, all diagonal elements are fixed, and we only choose the n(n1)n(n-1) off-diagonal elements.

4. Transitive Relations:

A relation RR on a set AA is transitive if for all a,b,cAa, b, c \in A, (a,b)R(a, b) \in R and (b,c)R    (a,c)R(b, c) \in R \implies (a, c) \in R.

  • Counting transitive relations is a more complex problem, as transitivity imposes dependencies among the pairs. There is no simple formula for the number of transitive relations, though bounds and estimates exist.

Combination of Properties:

If you want to count how many binary relations satisfy multiple properties (e.g., symmetric and transitive, reflexive and antisymmetric, etc.), you need to consider how these properties intersect. Some combinations are easy to count, while others (like transitive relations) are more challenging.

Would you like more details on how to compute combinations of these properties or a specific property for a given set size?

Related Questions:

  1. How do you compute the number of transitive relations for small sets?
  2. What are examples of relations that are both symmetric and transitive?
  3. How do reflexive and antisymmetric properties interact on small sets?
  4. Can a relation be symmetric, antisymmetric, and transitive simultaneously?
  5. What real-world problems can be modeled using transitive relations?

Tip:

Remember that for small sets (e.g., 2 or 3 elements), manually constructing relations and checking their properties can help clarify how the properties interact.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Set Theory
Binary Relations
Symmetry
Antisymmetry
Reflexivity
Transitivity

Formulas

Number of symmetric relations: 2^(n(n+1)/2)
Number of antisymmetric relations: 2^(n(n-1)/2 + n)
Number of reflexive relations: 2^(n(n-1))
Counting transitive relations is more complex with no simple formula

Theorems

Properties of binary relations on a set
Intersection of relational properties

Suitable Grade Level

College Level or Advanced High School