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

            Solar Wings Breeze Design and development Specifications (Breeze) References Navigation menu1368-485X"Hang glider: Breeze (Solar Wings)"e

            Kathakali Contents Etymology and nomenclature History Repertoire Songs and musical instruments Traditional plays Styles: Sampradayam Training centers and awards Relationship to other dance forms See also Notes References External links Navigation menueThe Illustrated Encyclopedia of Hinduism: A-MSouth Asian Folklore: An EncyclopediaRoutledge International Encyclopedia of Women: Global Women's Issues and KnowledgeKathakali Dance-drama: Where Gods and Demons Come to PlayKathakali Dance-drama: Where Gods and Demons Come to PlayKathakali Dance-drama: Where Gods and Demons Come to Play10.1353/atj.2005.0004The Illustrated Encyclopedia of Hinduism: A-MEncyclopedia of HinduismKathakali Dance-drama: Where Gods and Demons Come to PlaySonic Liturgy: Ritual and Music in Hindu Tradition"The Mirror of Gesture"Kathakali Dance-drama: Where Gods and Demons Come to Play"Kathakali"Indian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceMedieval Indian Literature: An AnthologyThe Oxford Companion to Indian TheatreSouth Asian Folklore: An Encyclopedia : Afghanistan, Bangladesh, India, Nepal, Pakistan, Sri LankaThe Rise of Performance Studies: Rethinking Richard Schechner's Broad SpectrumIndian Theatre: Traditions of PerformanceModern Asian Theatre and Performance 1900-2000Critical Theory and PerformanceBetween Theater and AnthropologyKathakali603847011Indian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceBetween Theater and AnthropologyBetween Theater and AnthropologyNambeesan Smaraka AwardsArchivedThe Cambridge Guide to TheatreRoutledge International Encyclopedia of Women: Global Women's Issues and KnowledgeThe Garland Encyclopedia of World Music: South Asia : the Indian subcontinentThe Ethos of Noh: Actors and Their Art10.2307/1145740By Means of Performance: Intercultural Studies of Theatre and Ritual10.1017/s204912550000100xReconceiving the Renaissance: A Critical ReaderPerformance TheoryListening to Theatre: The Aural Dimension of Beijing Opera10.2307/1146013Kathakali: The Art of the Non-WorldlyOn KathakaliKathakali, the dance theatreThe Kathakali Complex: Performance & StructureKathakali Dance-Drama: Where Gods and Demons Come to Play10.1093/obo/9780195399318-0071Drama and Ritual of Early Hinduism"In the Shadow of Hollywood Orientalism: Authentic East Indian Dancing"10.1080/08949460490274013Sanskrit Play Production in Ancient IndiaIndian Music: History and StructureBharata, the Nāṭyaśāstra233639306Table of Contents2238067286469807Dance In Indian Painting10.2307/32047833204783Kathakali Dance-Theatre: A Visual Narrative of Sacred Indian MimeIndian Classical Dance: The Renaissance and BeyondKathakali: an indigenous art-form of Keralaeee

            Method to test if a number is a perfect power? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Detecting perfect squares faster than by extracting square rooteffective way to get the integer sequence A181392 from oeisA rarely mentioned fact about perfect powersHow many numbers such $n$ are there that $n<100,lfloorsqrtn rfloor mid n$Check perfect squareness by modulo division against multiple basesFor what pair of integers $(a,b)$ is $3^a + 7^b$ a perfect square.Do there exist any positive integers $n$ such that $lfloore^nrfloor$ is a perfect power? What is the probability that one exists?finding perfect power factors of an integerProve that the sequence contains a perfect square for any natural number $m $ in the domain of $f$ .Counting Perfect Powers