What are the most efficient date systems with temporal symmetry?
$begingroup$
Most date or time systems have an Epoch, or privileged "starting" point. For example, the Epoch of the Gregorian calendar is 1 A.D. The Epoch of Unix time January 1, 1970.
These Epochs introduce a temporal asymmetry of sorts. What would be nice if we had date systems with temporal symmetry. We define temporal symmetry for a date system as follows:
First we will define a date system. For simplicity, we will only worry about years. A date system is a function $d$ that assigns each year (which, for simplicity, is defined as a time period from the midnight of a December 31st exclusive to the midnight of the next December 31st inclusive) to a string in a formal language $L(d)$. For example, the Gregorian calendar would assign the year this post was posted the string "2019 A.D.".
A date system $d$ is said to have temporal symmetry if there exists a permutation $sigma$ on $L(d)$'s alphabet such that
$$forall y. d(y + text{1 year}) = sigma_*(d(y))$$
Where $sigma_*(s)$ applies $sigma$ to each letter of $s$. Note that this implies that $|d(y)|$ is equal to some constant $V(d)$, which we will call the verbosity of $d$. Unfortunately, this also implies that if $V(d)$ and $L(d)$ are finite, then $d$ is periodic. If $d$ has a large enough of period though (such as, say, $10,000$ years) this hopefully won't be a problem. We define $P(d)$ to be the fundamental period of $d$.
For any alphabet $Sigma$, we can define a $d$ with temporal symmetry such that $Sigma$ is the alphabet of $L(d)$. Moreover, $P(d) = g(|Sigma|)$ (where $g$ is Landau's Function). Let $sigma$ be some maximal order permutation of $Sigma$. Say it decomposes into disjoint cycles ${c_1, c_2, dots, c_k}$. Let $s$ be a string such that $|s| = k$ and $s_n in c_n$ for all $n in [1 .. k]$. Also let $y$ be an arbitrary year.
We define $$d(y + text{n years}) := sigma_*^n(s)$$ for all integers $n$. $sigma$ itself witnesses that $d$ has temporal symmetry. The $P(d) = g(|Sigma|)$ since that is defined as the order of $sigma$, which is also the period of $d$. Additionally, $V(d) = k$.
Now, for my question. For a given (finite) alphabet $Sigma$, what are the most efficient temporally symmetric date systems such that $L(d) = Sigma$? We say that a temporally symmetric date system $d$ is most efficient if for all other temporally symmetric date systems $d'$ such that $L(d') = L(d)$, one of the following is true:
- $P(d) gt P(d')$
- $V(d) lt V(d')$
- $P(d) = P(d') land V(d) = V(d')$
Clearly the only important thing about $Sigma$ for the purposes of this question is its size. Something to figure out first is if the date system I gave above is efficient.
group-theory optimization permutations symmetric-groups formal-languages
$endgroup$
add a comment |
$begingroup$
Most date or time systems have an Epoch, or privileged "starting" point. For example, the Epoch of the Gregorian calendar is 1 A.D. The Epoch of Unix time January 1, 1970.
These Epochs introduce a temporal asymmetry of sorts. What would be nice if we had date systems with temporal symmetry. We define temporal symmetry for a date system as follows:
First we will define a date system. For simplicity, we will only worry about years. A date system is a function $d$ that assigns each year (which, for simplicity, is defined as a time period from the midnight of a December 31st exclusive to the midnight of the next December 31st inclusive) to a string in a formal language $L(d)$. For example, the Gregorian calendar would assign the year this post was posted the string "2019 A.D.".
A date system $d$ is said to have temporal symmetry if there exists a permutation $sigma$ on $L(d)$'s alphabet such that
$$forall y. d(y + text{1 year}) = sigma_*(d(y))$$
Where $sigma_*(s)$ applies $sigma$ to each letter of $s$. Note that this implies that $|d(y)|$ is equal to some constant $V(d)$, which we will call the verbosity of $d$. Unfortunately, this also implies that if $V(d)$ and $L(d)$ are finite, then $d$ is periodic. If $d$ has a large enough of period though (such as, say, $10,000$ years) this hopefully won't be a problem. We define $P(d)$ to be the fundamental period of $d$.
For any alphabet $Sigma$, we can define a $d$ with temporal symmetry such that $Sigma$ is the alphabet of $L(d)$. Moreover, $P(d) = g(|Sigma|)$ (where $g$ is Landau's Function). Let $sigma$ be some maximal order permutation of $Sigma$. Say it decomposes into disjoint cycles ${c_1, c_2, dots, c_k}$. Let $s$ be a string such that $|s| = k$ and $s_n in c_n$ for all $n in [1 .. k]$. Also let $y$ be an arbitrary year.
We define $$d(y + text{n years}) := sigma_*^n(s)$$ for all integers $n$. $sigma$ itself witnesses that $d$ has temporal symmetry. The $P(d) = g(|Sigma|)$ since that is defined as the order of $sigma$, which is also the period of $d$. Additionally, $V(d) = k$.
Now, for my question. For a given (finite) alphabet $Sigma$, what are the most efficient temporally symmetric date systems such that $L(d) = Sigma$? We say that a temporally symmetric date system $d$ is most efficient if for all other temporally symmetric date systems $d'$ such that $L(d') = L(d)$, one of the following is true:
- $P(d) gt P(d')$
- $V(d) lt V(d')$
- $P(d) = P(d') land V(d) = V(d')$
Clearly the only important thing about $Sigma$ for the purposes of this question is its size. Something to figure out first is if the date system I gave above is efficient.
group-theory optimization permutations symmetric-groups formal-languages
$endgroup$
add a comment |
$begingroup$
Most date or time systems have an Epoch, or privileged "starting" point. For example, the Epoch of the Gregorian calendar is 1 A.D. The Epoch of Unix time January 1, 1970.
These Epochs introduce a temporal asymmetry of sorts. What would be nice if we had date systems with temporal symmetry. We define temporal symmetry for a date system as follows:
First we will define a date system. For simplicity, we will only worry about years. A date system is a function $d$ that assigns each year (which, for simplicity, is defined as a time period from the midnight of a December 31st exclusive to the midnight of the next December 31st inclusive) to a string in a formal language $L(d)$. For example, the Gregorian calendar would assign the year this post was posted the string "2019 A.D.".
A date system $d$ is said to have temporal symmetry if there exists a permutation $sigma$ on $L(d)$'s alphabet such that
$$forall y. d(y + text{1 year}) = sigma_*(d(y))$$
Where $sigma_*(s)$ applies $sigma$ to each letter of $s$. Note that this implies that $|d(y)|$ is equal to some constant $V(d)$, which we will call the verbosity of $d$. Unfortunately, this also implies that if $V(d)$ and $L(d)$ are finite, then $d$ is periodic. If $d$ has a large enough of period though (such as, say, $10,000$ years) this hopefully won't be a problem. We define $P(d)$ to be the fundamental period of $d$.
For any alphabet $Sigma$, we can define a $d$ with temporal symmetry such that $Sigma$ is the alphabet of $L(d)$. Moreover, $P(d) = g(|Sigma|)$ (where $g$ is Landau's Function). Let $sigma$ be some maximal order permutation of $Sigma$. Say it decomposes into disjoint cycles ${c_1, c_2, dots, c_k}$. Let $s$ be a string such that $|s| = k$ and $s_n in c_n$ for all $n in [1 .. k]$. Also let $y$ be an arbitrary year.
We define $$d(y + text{n years}) := sigma_*^n(s)$$ for all integers $n$. $sigma$ itself witnesses that $d$ has temporal symmetry. The $P(d) = g(|Sigma|)$ since that is defined as the order of $sigma$, which is also the period of $d$. Additionally, $V(d) = k$.
Now, for my question. For a given (finite) alphabet $Sigma$, what are the most efficient temporally symmetric date systems such that $L(d) = Sigma$? We say that a temporally symmetric date system $d$ is most efficient if for all other temporally symmetric date systems $d'$ such that $L(d') = L(d)$, one of the following is true:
- $P(d) gt P(d')$
- $V(d) lt V(d')$
- $P(d) = P(d') land V(d) = V(d')$
Clearly the only important thing about $Sigma$ for the purposes of this question is its size. Something to figure out first is if the date system I gave above is efficient.
group-theory optimization permutations symmetric-groups formal-languages
$endgroup$
Most date or time systems have an Epoch, or privileged "starting" point. For example, the Epoch of the Gregorian calendar is 1 A.D. The Epoch of Unix time January 1, 1970.
These Epochs introduce a temporal asymmetry of sorts. What would be nice if we had date systems with temporal symmetry. We define temporal symmetry for a date system as follows:
First we will define a date system. For simplicity, we will only worry about years. A date system is a function $d$ that assigns each year (which, for simplicity, is defined as a time period from the midnight of a December 31st exclusive to the midnight of the next December 31st inclusive) to a string in a formal language $L(d)$. For example, the Gregorian calendar would assign the year this post was posted the string "2019 A.D.".
A date system $d$ is said to have temporal symmetry if there exists a permutation $sigma$ on $L(d)$'s alphabet such that
$$forall y. d(y + text{1 year}) = sigma_*(d(y))$$
Where $sigma_*(s)$ applies $sigma$ to each letter of $s$. Note that this implies that $|d(y)|$ is equal to some constant $V(d)$, which we will call the verbosity of $d$. Unfortunately, this also implies that if $V(d)$ and $L(d)$ are finite, then $d$ is periodic. If $d$ has a large enough of period though (such as, say, $10,000$ years) this hopefully won't be a problem. We define $P(d)$ to be the fundamental period of $d$.
For any alphabet $Sigma$, we can define a $d$ with temporal symmetry such that $Sigma$ is the alphabet of $L(d)$. Moreover, $P(d) = g(|Sigma|)$ (where $g$ is Landau's Function). Let $sigma$ be some maximal order permutation of $Sigma$. Say it decomposes into disjoint cycles ${c_1, c_2, dots, c_k}$. Let $s$ be a string such that $|s| = k$ and $s_n in c_n$ for all $n in [1 .. k]$. Also let $y$ be an arbitrary year.
We define $$d(y + text{n years}) := sigma_*^n(s)$$ for all integers $n$. $sigma$ itself witnesses that $d$ has temporal symmetry. The $P(d) = g(|Sigma|)$ since that is defined as the order of $sigma$, which is also the period of $d$. Additionally, $V(d) = k$.
Now, for my question. For a given (finite) alphabet $Sigma$, what are the most efficient temporally symmetric date systems such that $L(d) = Sigma$? We say that a temporally symmetric date system $d$ is most efficient if for all other temporally symmetric date systems $d'$ such that $L(d') = L(d)$, one of the following is true:
- $P(d) gt P(d')$
- $V(d) lt V(d')$
- $P(d) = P(d') land V(d) = V(d')$
Clearly the only important thing about $Sigma$ for the purposes of this question is its size. Something to figure out first is if the date system I gave above is efficient.
group-theory optimization permutations symmetric-groups formal-languages
group-theory optimization permutations symmetric-groups formal-languages
edited Jan 2 at 0:49
PyRulez
asked Jan 2 at 0:40


PyRulezPyRulez
4,63622369
4,63622369
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3059040%2fwhat-are-the-most-efficient-date-systems-with-temporal-symmetry%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3059040%2fwhat-are-the-most-efficient-date-systems-with-temporal-symmetry%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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