Number of Binary Operations on a Set with a Special Property

  • Context: Undergrad 
  • Thread starter Thread starter Expiring
  • Start date Start date
  • Tags Tags
    Set
Click For Summary
SUMMARY

The discussion focuses on determining the number of binary operations on a set S with n elements, where each element satisfies the property x * x = x. The solution involves representing the operations as an n x n matrix, where the diagonal entries are predetermined, leading to the conclusion that there are n^(n^2 - n) total binary operations. A correction is noted, stating that the correct formula is n^(n(n-1)), as there are n(n-1) entries off the diagonal that can be freely assigned values from the set S.

PREREQUISITES
  • Understanding of binary operations in set theory
  • Familiarity with matrix representation of operations
  • Knowledge of combinatorial counting principles
  • Basic concepts of algebraic structures
NEXT STEPS
  • Study the properties of idempotent operations in algebra
  • Explore combinatorial enumeration techniques in set theory
  • Learn about algebraic structures such as semigroups and monoids
  • Investigate applications of binary operations in computer science
USEFUL FOR

Mathematicians, computer scientists, and students studying abstract algebra or combinatorial mathematics will benefit from this discussion.

Expiring
Messages
4
Reaction score
3
TL;DR
I was wondering if anyone could look over my solution to the question

"How many different binary operations on a set S with n elements have the property that for all x ∈ S, x * x = x ?"
Hello all,

The question I am tackling is as follows:

How many different binary operations on a set S with n elements have the property that for all x ∈ S, x * x = x ?

I was wondering if any of you could look over my solution and tell me if my logic is correct.

Solution:

Thinking of all the possible operations as entries on an n x n matrix, the entries x * x would lie on the diagonal of the matrix. The total number of entries in the matrix would be n^2, and, since the elements on the diagonal of the matrix (the elements x * x) have a pre-determined value (and there are n of these elements), the number of elements that we need to map would total n^2 - n.

So, when when we map n^2 - n elements to n elements, there will be n^(n^2 - n) total binary operations.

Any feedback would be great!
 
  • Like
Likes   Reactions: Bosko and Hill
Physics news on Phys.org
Very good. makes sense to me.
 
Expiring said:
I was wondering if any of you could look over my solution and tell me if my logic is correct.
Yes, you are right. ##n^{n(n-1)}## is the solution , if there no any other constraint on the binary operation *.
There are n(n-1) places in the matrix that are not on the diagonal.
On any of them you can put any of n elements of the set S.
 

Similar threads

  • · Replies 26 ·
Replies
26
Views
983
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 25 ·
Replies
25
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 33 ·
2
Replies
33
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 27 ·
Replies
27
Views
2K