symmetry in natural numbers Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Grouping natural numbers into arithmetic progressionSymmetry groups of discrete functionsIs there a “natural” / “categorical” definition of the “parity” of a permutation?Demonstrate the isomorphism $textPerm(X) to S_n$ where $X$ is a finite set.Determining the symmetry group of an infinite horizontal line.Permutations on the set of natural numbers.Lexicographic Rank of First $n$ Natural Numbers PermutationDoes the concept of permutation make sense for a set indexed by the real numbers?Rotational symmetry and translation symmetry on a infinitely large plane.The Distribution of Weird Numbers in the Natural Numbers

Is there a kind of relay that only consumes power when switching?

What initially awakened the Balrog?

How fail-safe is nr as stop bytes?

Do wooden building fires get hotter than 600°C?

Can a new player join a group only when a new campaign starts?

Is it fair for a professor to grade us on the possession of past papers?

Is there public access to the Meteor Crater in Arizona?

Why does it sometimes sound good to play a grace note as a lead in to a note in a melody?

Maximum summed subsequences with non-adjacent items

What is Adi Shankara referring to when he says "He has Vajra marks on his feet"?

AppleTVs create a chatty alternate WiFi network

Project Euler #1 in C++

How does the secondary effect of the Heat Metal spell interact with a creature resistant/immune to fire damage?

Effects on objects due to a brief relocation of massive amounts of mass

Should there be a hyphen in the construction "IT affin"?

Is there any word for a place full of confusion?

Aligning an equation at multiple points, with both left and right alignment, as well as equals sign alignment

Would it be possible to dictate a bech32 address as a list of English words?

How to run automated tests after each commit?

How many time has Arya actually used Needle?

How does the math work when buying airline miles?

Strange behavior of Object.defineProperty() in JavaScript

draw dynamic circle around node and edges

Why is it faster to reheat something than it is to cook it?



symmetry in natural numbers



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Grouping natural numbers into arithmetic progressionSymmetry groups of discrete functionsIs there a “natural” / “categorical” definition of the “parity” of a permutation?Demonstrate the isomorphism $textPerm(X) to S_n$ where $X$ is a finite set.Determining the symmetry group of an infinite horizontal line.Permutations on the set of natural numbers.Lexicographic Rank of First $n$ Natural Numbers PermutationDoes the concept of permutation make sense for a set indexed by the real numbers?Rotational symmetry and translation symmetry on a infinitely large plane.The Distribution of Weird Numbers in the Natural Numbers










-1












$begingroup$


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 $mathbbN$ and by extension in countable sets ?










share|cite|improve this question











$endgroup$











  • $begingroup$
    Comments are not for extended discussion; this conversation has been moved to chat.
    $endgroup$
    – Aloizio Macedo
    Mar 28 at 12:45















-1












$begingroup$


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 $mathbbN$ and by extension in countable sets ?










share|cite|improve this question











$endgroup$











  • $begingroup$
    Comments are not for extended discussion; this conversation has been moved to chat.
    $endgroup$
    – Aloizio Macedo
    Mar 28 at 12:45













-1












-1








-1


1



$begingroup$


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 $mathbbN$ and by extension in countable sets ?










share|cite|improve this question











$endgroup$




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 $mathbbN$ and by extension in countable sets ?







number-theory permutations symmetry






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Mar 27 at 20:40









Bernard

124k742117




124k742117










asked Mar 27 at 20:39









HassanBHassanB

62




62











  • $begingroup$
    Comments are not for extended discussion; this conversation has been moved to chat.
    $endgroup$
    – Aloizio Macedo
    Mar 28 at 12:45
















  • $begingroup$
    Comments are not for extended discussion; this conversation has been moved to chat.
    $endgroup$
    – Aloizio Macedo
    Mar 28 at 12:45















$begingroup$
Comments are not for extended discussion; this conversation has been moved to chat.
$endgroup$
– Aloizio Macedo
Mar 28 at 12:45




$begingroup$
Comments are not for extended discussion; this conversation has been moved to chat.
$endgroup$
– Aloizio Macedo
Mar 28 at 12:45










1 Answer
1






active

oldest

votes


















0












$begingroup$

The objective of my question was trying to exhibit analytically some permutations of the set of natural numbers $mathbbN$. 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: mathbbN^* longrightarrow mathbbN^*$ defined by:
$$f(n)=begincases
n+1 & mboxif $n$ is odd \
n-1 & mboxif $n$ is even
endcases$$

To which I will be referring as $f_1$. From there I defined $f_2$ and $f_3$ as follows:
$$f_2(n)=begincases
n+2 & mboxif & nequiv 1 mod 3 \
n & mboxif & nequiv 2 mod 3 \
n-1 & mboxif & nequiv 0 mod 3
endcases$$

And,
$$f_3(n)=begincases
n+3 & mboxif & nequiv 1 mod 4 \
n+1 & mboxif & nequiv 2 mod 4 \
n-1 & mboxif & nequiv 3 mod 4 \
n-3 & mboxif & nequiv 0 mod 4
endcases$$

One can see that we can define a sequence of bijections, symmetries or "permutations" $f_k : mathbbN^* longrightarrow mathbbN^*$ where the pattern is now clear.
$$f_k(n)=begincasesbegincases
n+k-2i & mboxif & nequiv i+1 mod (k+1) & mboxfor & i=0,1,ldots,frack2 \
n-k+2i & mboxif & nequiv i+1 mod (k+1) & mboxfor & i=frack2+1,ldots,k
endcases & mboxif $k$ is even \
begincases
n+k-2i & mboxif & nequiv i+1 mod (k+1) & mboxfor & i=0,1,ldots,frack-12 \
n-k+2i & mboxif & nequiv i+1 mod (k+1) & mboxfor & i=frack-12+1,ldots,k
endcases & mboxif $k$ is odd
endcases$$

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 $mathbbN^*$ was partitioned into a union of disjoints sets. Namely $mathbbN^*=cup_m in mathbbN^*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_$ 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=
beginpmatrix
6 & 7 & 8 & 9 & 10 \
10 & 9 & 8 & 7 & 6
endpmatrix
qquad
f_5_E_3,5=
beginpmatrix
13 & 14 & 15 & 16 & 17 & 18 \
18 & 17 & 16 & 15 & 14 & 13
endpmatrix$$

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 mathbbNE_n qquad mbox, qquad cap_n in mathbbNE_n = emptyset qquad mboxand 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 mboxand 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.






share|cite|improve this answer









$endgroup$













    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "69"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    noCode: true, onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3165100%2fsymmetry-in-natural-numbers%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0












    $begingroup$

    The objective of my question was trying to exhibit analytically some permutations of the set of natural numbers $mathbbN$. 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: mathbbN^* longrightarrow mathbbN^*$ defined by:
    $$f(n)=begincases
    n+1 & mboxif $n$ is odd \
    n-1 & mboxif $n$ is even
    endcases$$

    To which I will be referring as $f_1$. From there I defined $f_2$ and $f_3$ as follows:
    $$f_2(n)=begincases
    n+2 & mboxif & nequiv 1 mod 3 \
    n & mboxif & nequiv 2 mod 3 \
    n-1 & mboxif & nequiv 0 mod 3
    endcases$$

    And,
    $$f_3(n)=begincases
    n+3 & mboxif & nequiv 1 mod 4 \
    n+1 & mboxif & nequiv 2 mod 4 \
    n-1 & mboxif & nequiv 3 mod 4 \
    n-3 & mboxif & nequiv 0 mod 4
    endcases$$

    One can see that we can define a sequence of bijections, symmetries or "permutations" $f_k : mathbbN^* longrightarrow mathbbN^*$ where the pattern is now clear.
    $$f_k(n)=begincasesbegincases
    n+k-2i & mboxif & nequiv i+1 mod (k+1) & mboxfor & i=0,1,ldots,frack2 \
    n-k+2i & mboxif & nequiv i+1 mod (k+1) & mboxfor & i=frack2+1,ldots,k
    endcases & mboxif $k$ is even \
    begincases
    n+k-2i & mboxif & nequiv i+1 mod (k+1) & mboxfor & i=0,1,ldots,frack-12 \
    n-k+2i & mboxif & nequiv i+1 mod (k+1) & mboxfor & i=frack-12+1,ldots,k
    endcases & mboxif $k$ is odd
    endcases$$

    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 $mathbbN^*$ was partitioned into a union of disjoints sets. Namely $mathbbN^*=cup_m in mathbbN^*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_$ 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=
    beginpmatrix
    6 & 7 & 8 & 9 & 10 \
    10 & 9 & 8 & 7 & 6
    endpmatrix
    qquad
    f_5_E_3,5=
    beginpmatrix
    13 & 14 & 15 & 16 & 17 & 18 \
    18 & 17 & 16 & 15 & 14 & 13
    endpmatrix$$

    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 mathbbNE_n qquad mbox, qquad cap_n in mathbbNE_n = emptyset qquad mboxand 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 mboxand 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.






    share|cite|improve this answer









    $endgroup$

















      0












      $begingroup$

      The objective of my question was trying to exhibit analytically some permutations of the set of natural numbers $mathbbN$. 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: mathbbN^* longrightarrow mathbbN^*$ defined by:
      $$f(n)=begincases
      n+1 & mboxif $n$ is odd \
      n-1 & mboxif $n$ is even
      endcases$$

      To which I will be referring as $f_1$. From there I defined $f_2$ and $f_3$ as follows:
      $$f_2(n)=begincases
      n+2 & mboxif & nequiv 1 mod 3 \
      n & mboxif & nequiv 2 mod 3 \
      n-1 & mboxif & nequiv 0 mod 3
      endcases$$

      And,
      $$f_3(n)=begincases
      n+3 & mboxif & nequiv 1 mod 4 \
      n+1 & mboxif & nequiv 2 mod 4 \
      n-1 & mboxif & nequiv 3 mod 4 \
      n-3 & mboxif & nequiv 0 mod 4
      endcases$$

      One can see that we can define a sequence of bijections, symmetries or "permutations" $f_k : mathbbN^* longrightarrow mathbbN^*$ where the pattern is now clear.
      $$f_k(n)=begincasesbegincases
      n+k-2i & mboxif & nequiv i+1 mod (k+1) & mboxfor & i=0,1,ldots,frack2 \
      n-k+2i & mboxif & nequiv i+1 mod (k+1) & mboxfor & i=frack2+1,ldots,k
      endcases & mboxif $k$ is even \
      begincases
      n+k-2i & mboxif & nequiv i+1 mod (k+1) & mboxfor & i=0,1,ldots,frack-12 \
      n-k+2i & mboxif & nequiv i+1 mod (k+1) & mboxfor & i=frack-12+1,ldots,k
      endcases & mboxif $k$ is odd
      endcases$$

      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 $mathbbN^*$ was partitioned into a union of disjoints sets. Namely $mathbbN^*=cup_m in mathbbN^*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_$ 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=
      beginpmatrix
      6 & 7 & 8 & 9 & 10 \
      10 & 9 & 8 & 7 & 6
      endpmatrix
      qquad
      f_5_E_3,5=
      beginpmatrix
      13 & 14 & 15 & 16 & 17 & 18 \
      18 & 17 & 16 & 15 & 14 & 13
      endpmatrix$$

      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 mathbbNE_n qquad mbox, qquad cap_n in mathbbNE_n = emptyset qquad mboxand 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 mboxand 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.






      share|cite|improve this answer









      $endgroup$















        0












        0








        0





        $begingroup$

        The objective of my question was trying to exhibit analytically some permutations of the set of natural numbers $mathbbN$. 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: mathbbN^* longrightarrow mathbbN^*$ defined by:
        $$f(n)=begincases
        n+1 & mboxif $n$ is odd \
        n-1 & mboxif $n$ is even
        endcases$$

        To which I will be referring as $f_1$. From there I defined $f_2$ and $f_3$ as follows:
        $$f_2(n)=begincases
        n+2 & mboxif & nequiv 1 mod 3 \
        n & mboxif & nequiv 2 mod 3 \
        n-1 & mboxif & nequiv 0 mod 3
        endcases$$

        And,
        $$f_3(n)=begincases
        n+3 & mboxif & nequiv 1 mod 4 \
        n+1 & mboxif & nequiv 2 mod 4 \
        n-1 & mboxif & nequiv 3 mod 4 \
        n-3 & mboxif & nequiv 0 mod 4
        endcases$$

        One can see that we can define a sequence of bijections, symmetries or "permutations" $f_k : mathbbN^* longrightarrow mathbbN^*$ where the pattern is now clear.
        $$f_k(n)=begincasesbegincases
        n+k-2i & mboxif & nequiv i+1 mod (k+1) & mboxfor & i=0,1,ldots,frack2 \
        n-k+2i & mboxif & nequiv i+1 mod (k+1) & mboxfor & i=frack2+1,ldots,k
        endcases & mboxif $k$ is even \
        begincases
        n+k-2i & mboxif & nequiv i+1 mod (k+1) & mboxfor & i=0,1,ldots,frack-12 \
        n-k+2i & mboxif & nequiv i+1 mod (k+1) & mboxfor & i=frack-12+1,ldots,k
        endcases & mboxif $k$ is odd
        endcases$$

        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 $mathbbN^*$ was partitioned into a union of disjoints sets. Namely $mathbbN^*=cup_m in mathbbN^*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_$ 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=
        beginpmatrix
        6 & 7 & 8 & 9 & 10 \
        10 & 9 & 8 & 7 & 6
        endpmatrix
        qquad
        f_5_E_3,5=
        beginpmatrix
        13 & 14 & 15 & 16 & 17 & 18 \
        18 & 17 & 16 & 15 & 14 & 13
        endpmatrix$$

        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 mathbbNE_n qquad mbox, qquad cap_n in mathbbNE_n = emptyset qquad mboxand 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 mboxand 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.






        share|cite|improve this answer









        $endgroup$



        The objective of my question was trying to exhibit analytically some permutations of the set of natural numbers $mathbbN$. 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: mathbbN^* longrightarrow mathbbN^*$ defined by:
        $$f(n)=begincases
        n+1 & mboxif $n$ is odd \
        n-1 & mboxif $n$ is even
        endcases$$

        To which I will be referring as $f_1$. From there I defined $f_2$ and $f_3$ as follows:
        $$f_2(n)=begincases
        n+2 & mboxif & nequiv 1 mod 3 \
        n & mboxif & nequiv 2 mod 3 \
        n-1 & mboxif & nequiv 0 mod 3
        endcases$$

        And,
        $$f_3(n)=begincases
        n+3 & mboxif & nequiv 1 mod 4 \
        n+1 & mboxif & nequiv 2 mod 4 \
        n-1 & mboxif & nequiv 3 mod 4 \
        n-3 & mboxif & nequiv 0 mod 4
        endcases$$

        One can see that we can define a sequence of bijections, symmetries or "permutations" $f_k : mathbbN^* longrightarrow mathbbN^*$ where the pattern is now clear.
        $$f_k(n)=begincasesbegincases
        n+k-2i & mboxif & nequiv i+1 mod (k+1) & mboxfor & i=0,1,ldots,frack2 \
        n-k+2i & mboxif & nequiv i+1 mod (k+1) & mboxfor & i=frack2+1,ldots,k
        endcases & mboxif $k$ is even \
        begincases
        n+k-2i & mboxif & nequiv i+1 mod (k+1) & mboxfor & i=0,1,ldots,frack-12 \
        n-k+2i & mboxif & nequiv i+1 mod (k+1) & mboxfor & i=frack-12+1,ldots,k
        endcases & mboxif $k$ is odd
        endcases$$

        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 $mathbbN^*$ was partitioned into a union of disjoints sets. Namely $mathbbN^*=cup_m in mathbbN^*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_$ 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=
        beginpmatrix
        6 & 7 & 8 & 9 & 10 \
        10 & 9 & 8 & 7 & 6
        endpmatrix
        qquad
        f_5_E_3,5=
        beginpmatrix
        13 & 14 & 15 & 16 & 17 & 18 \
        18 & 17 & 16 & 15 & 14 & 13
        endpmatrix$$

        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 mathbbNE_n qquad mbox, qquad cap_n in mathbbNE_n = emptyset qquad mboxand 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 mboxand 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.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Mar 29 at 15:41









        HassanBHassanB

        62




        62



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Mathematics Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            Use MathJax to format equations. MathJax reference.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3165100%2fsymmetry-in-natural-numbers%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Lowndes Grove History Architecture References Navigation menu32°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661132°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661178002500"National Register Information System"Historic houses of South Carolina"Lowndes Grove""+32° 48' 6.00", −79° 57' 58.00""Lowndes Grove, Charleston County (260 St. Margaret St., Charleston)""Lowndes Grove"The Charleston ExpositionIt Happened in South Carolina"Lowndes Grove (House), Saint Margaret Street & Sixth Avenue, Charleston, Charleston County, SC(Photographs)"Plantations of the Carolina Low Countrye

            How should I support this large drywall patch? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How do I cover large gaps in drywall?How do I keep drywall around a patch from crumbling?Can I glue a second layer of drywall?How to patch long strip on drywall?Large drywall patch: how to avoid bulging seams?Drywall Mesh Patch vs. Bulge? To remove or not to remove?How to fix this drywall job?Prep drywall before backsplashWhat's the best way to fix this horrible drywall patch job?Drywall patching using 3M Patch Plus Primer

            random experiment with two different functions on unit interval Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable