Given a finite set $E$ we can associate a group of symmetries or permutation $S_n$ where $n=|E|$ is the cardinal of $E$. My question is what if the set is infinite or more precisely countable ? Is there any symmetries in the set of natural numbers $\mathbb{N}$ and by extension in countable sets ?
2026-03-25 19:03:14.1774465394
symmetry in natural numbers
232 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in NUMBER-THEORY
- Maximum number of guaranteed coins to get in a "30 coins in 3 boxes" puzzle
- Interesting number theoretical game
- Show that $(x,y,z)$ is a primitive Pythagorean triple then either $x$ or $y$ is divisible by $3$.
- About polynomial value being perfect power.
- Name of Theorem for Coloring of $\{1, \dots, n\}$
- Reciprocal-totient function, in term of the totient function?
- What is the smallest integer $N>2$, such that $x^5+y^5 = N$ has a rational solution?
- Integer from base 10 to base 2
- How do I show that any natural number of this expression is a natural linear combination?
- Counting the number of solutions of the congruence $x^k\equiv h$ (mod q)
Related Questions in PERMUTATIONS
- A weird automorphism
- List Conjugacy Classes in GAP?
- Permutation does not change if we multiply by left by another group element?
- Validating a solution to a combinatorics problem
- Selection of at least one vowel and one consonant
- How to get the missing brick of the proof $A \circ P_\sigma = P_\sigma \circ A$ using permutations?
- Probability of a candidate being selected for a job.
- $S_3$ action on the splitting field of $\mathbb{Q}[x]/(x^3 - x - 1)$
- Expected "overlap" between permutations of a multiset
- Selecting balls from infinite sample with certain conditions
Related Questions in SYMMETRY
- Do projective transforms preserve circle centres?
- Decomposing an arbitrary rank tensor into components with symmetries
- A closed manifold of negative Ricci curvature has no conformal vector fields
- Show, by means of an example, that the group of symmetries of a subset X of a Euclidean space is, in general, smaller than Sym(x).
- How many solutions are there if you draw 14 Crosses in a 6x6 Grid?
- Symmetry of the tetrahedron as a subgroup of the cube
- Number of unique integer coordinate points in an $n$- dimensional hyperbolic-edged tetrahedron
- The stretch factors of $A^T A$ are the eigenvalues of $A^T A$
- The square root of a positive semidefinite matrix
- Every conformal vector field on $\mathbb{R}^n$ is homothetic?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
The objective of my question was trying to exhibit analytically some permutations of the set of natural numbers $\mathbb{N}$. Although there is no consensus on what is a permutation of a countable set as @lulu had mentioned. The following is based on the discussion and particularly on the idea given by @TheSilverDoe. He (She) is the one who gave the following example of a bijection $f: \mathbb{N}^* \longrightarrow \mathbb{N}^*$ defined by: $$f(n)=\begin{cases} n+1 & \mbox{if $n$ is odd} \\ n-1 & \mbox{if $n$ is even} \end{cases}$$ To which I will be referring as $f_1$. From there I defined $f_2$ and $f_3$ as follows: $$f_2(n)=\begin{cases} n+2 & \mbox{if} & n\equiv 1 \mod 3 \\ n & \mbox{if} & n\equiv 2 \mod 3 \\ n-1 & \mbox{if} & n\equiv 0 \mod 3 \end{cases}$$ And, $$f_3(n)=\begin{cases} n+3 & \mbox{if} & n\equiv 1 \mod 4 \\ n+1 & \mbox{if} & n\equiv 2 \mod 4 \\ n-1 & \mbox{if} & n\equiv 3 \mod 4 \\ n-3 & \mbox{if} & n\equiv 0 \mod 4 \end{cases}$$ One can see that we can define a sequence of bijections, symmetries or "permutations" $f_k : \mathbb{N}^* \longrightarrow \mathbb{N}^*$ where the pattern is now clear. $$f_k(n)=\begin{cases}\begin{cases} n+k-2i & \mbox{if} & n\equiv i+1 \mod (k+1) & \mbox{for} & i=0,1,\ldots,\frac{k}{2} \\ n-k+2i & \mbox{if} & n\equiv i+1 \mod (k+1) & \mbox{for} & i=\frac{k}{2}+1,\ldots,k \end{cases} & \mbox{if $k$ is even} \\ \begin{cases} n+k-2i & \mbox{if} & n\equiv i+1 \mod (k+1) & \mbox{for} & i=0,1,\ldots,\frac{k-1}{2} \\ n-k+2i & \mbox{if} & n\equiv i+1 \mod (k+1) & \mbox{for} & i=\frac{k-1}{2}+1,\ldots,k \end{cases} & \mbox{if $k$ is odd} \end{cases}$$ One can notice that if $k$ is odd $f_k$ has no fixed points and if it is even, then $f_k$ has infinitely many fixed points. A closer look at the above definition of $f_k$, shows that the set $\mathbb{N}^*$ was partitioned into a union of disjoints sets. Namely $\mathbb{N}^*=\cup_{m \in \mathbb{N}^*}E_{m,k}$, where $E_{m,k}=\{m(k+1)-k,m(k+1)-k+1,\ldots,m(k+1)\}$ with the same cardinality of each set, $|E_{m,k}|=k+1$ for any index $m$. And the restriction of the $f_k$ to $E_{m,k}$ noted ${f_{k}}_{|E_{m,k}}$ is just a flip of that set, which is one permutation. As examples written in Cauchy's two line representation $${f_4}_{|E_{2,4}}= \begin{pmatrix} 6 & 7 & 8 & 9 & 10 \\ 10 & 9 & 8 & 7 & 6 \end{pmatrix} \qquad {f_5}_{|E_{3,5}}= \begin{pmatrix} 13 & 14 & 15 & 16 & 17 & 18 \\ 18 & 17 & 16 & 15 & 14 & 13 \end{pmatrix}$$ The above can be generalized to different partition of the set of natural numbers where the sets of that partition do not have the same cardinality. This suggest that we actually can make sense for a permutation of an infinite countable set. Therefore I drop the following definition.
Definition (Permutation in countable set): Let $E$ be a countable set, and $(E_n)_{n=1,\ldots , \infty}$ is a disjoint partition of E composed by finite sets that is $$ E=\cup_{n \in \mathbb{N}}E_n \qquad \mbox{,} \qquad \cap_{n \in \mathbb{N}}E_n = \emptyset \qquad \mbox{and} \qquad |E_n| < \infty$$ A bijection $\sigma : E \longrightarrow E$ is a permuation of $E$ if and only if the following two conditions are satisfied $$ \sigma_{|E_n}(E_n)=E_n \qquad \mbox{and} \qquad \sigma_{|E_n} \in S_{|E_n|}$$ where $S_{|E_n|}$ is the group of permutations of order $|E_n|$.
Let $p$ denote one partition of a countable set $E$ satisfying the conditions of the above definition, the set of permutations $\sigma$ as defined which we denote $\Sigma_p(E)$ with the composition operation is a group.
Thank you.