What function symmetric and has unique solution? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Need mathematical function for “adding” 0.5 and 0.5 and getting 0.4Show that $frac(1-y^-1)^2(1-y^-1 -c)(1-y^-1+c )$ is decreasing in $y > 1 $.Understanding summations with PoissonIs 'a' differentiable in f when f is a product of a differentiable and non-differentiable function?Reflection with respect to a parabolaIs there a function $f(x,y)$ such that f is equal to “a” when $x>y$ and “b” when $x<y$ and “c”when $x=y$?Symmetric Direct Product Distributive?Evaluating a sum of factorials and exponentialsHow to choose a set of numbers such that sum of any combination of numbers in that set yields a unique result?Wassertein and symmetry
Two different pronunciation of "понял"
Antler Helmet: Can it work?
I'm thinking of a number
Geometric mean and geometric standard deviation
When communicating altitude with a '9' in it, should it be pronounced "nine hundred" or "niner hundred"?
Losing the Initialization Vector in Cipher Block Chaining
How do I keep my slimes from escaping their pens?
What's the point in a preamp?
What LEGO pieces have "real-world" functionality?
How to say that you spent the night with someone, you were only sleeping and nothing else?
Is there folklore associating late breastfeeding with low intelligence and/or gullibility?
Why does this iterative way of solving of equation work?
Blender game recording at the wrong time
Estimated State payment too big --> money back; + 2018 Tax Reform
If A makes B more likely then B makes A more likely"
What do you call the holes in a flute?
How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time
3 doors, three guards, one stone
Keep going mode for require-package
Classification of bundles, Postnikov towers, obstruction theory, local coefficients
Why does tar appear to skip file contents when output file is /dev/null?
Is there a documented rationale why the House Ways and Means chairman can demand tax info?
Single author papers against my advisor's will?
Is above average number of years spent on PhD considered a red flag in future academia or industry positions?
What function symmetric and has unique solution?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Need mathematical function for “adding” 0.5 and 0.5 and getting 0.4Show that $frac(1-y^-1)^2(1-y^-1 -c)(1-y^-1+c )$ is decreasing in $y > 1 $.Understanding summations with PoissonIs 'a' differentiable in f when f is a product of a differentiable and non-differentiable function?Reflection with respect to a parabolaIs there a function $f(x,y)$ such that f is equal to “a” when $x>y$ and “b” when $x<y$ and “c”when $x=y$?Symmetric Direct Product Distributive?Evaluating a sum of factorials and exponentialsHow to choose a set of numbers such that sum of any combination of numbers in that set yields a unique result?Wassertein and symmetry
$begingroup$
I have multiple operands, say a, b, and c. I want an operator acting on a, b, and c, but the result should be invariant of order of operands (symmetric), and there should be no other pair with same result (unique).
What I tried:
Sum: a+b is symmetric, but 5+3 = 7+1.
Similarly, product.
I am unable to prove or disprove whether (a+b/ab) has the property I am asking for.
Does anybody have any ideas about the function I am looking for?
functions summation products symmetry
$endgroup$
add a comment |
$begingroup$
I have multiple operands, say a, b, and c. I want an operator acting on a, b, and c, but the result should be invariant of order of operands (symmetric), and there should be no other pair with same result (unique).
What I tried:
Sum: a+b is symmetric, but 5+3 = 7+1.
Similarly, product.
I am unable to prove or disprove whether (a+b/ab) has the property I am asking for.
Does anybody have any ideas about the function I am looking for?
functions summation products symmetry
$endgroup$
$begingroup$
What is the domain of your operator.
$endgroup$
– Don Thousand
Mar 25 at 18:34
$begingroup$
Integers basically numbers
$endgroup$
– Ajinkya Gawali
Mar 25 at 18:52
add a comment |
$begingroup$
I have multiple operands, say a, b, and c. I want an operator acting on a, b, and c, but the result should be invariant of order of operands (symmetric), and there should be no other pair with same result (unique).
What I tried:
Sum: a+b is symmetric, but 5+3 = 7+1.
Similarly, product.
I am unable to prove or disprove whether (a+b/ab) has the property I am asking for.
Does anybody have any ideas about the function I am looking for?
functions summation products symmetry
$endgroup$
I have multiple operands, say a, b, and c. I want an operator acting on a, b, and c, but the result should be invariant of order of operands (symmetric), and there should be no other pair with same result (unique).
What I tried:
Sum: a+b is symmetric, but 5+3 = 7+1.
Similarly, product.
I am unable to prove or disprove whether (a+b/ab) has the property I am asking for.
Does anybody have any ideas about the function I am looking for?
functions summation products symmetry
functions summation products symmetry
edited Mar 25 at 20:09
J. W. Tanner
4,7871420
4,7871420
asked Mar 25 at 18:31
Ajinkya GawaliAjinkya Gawali
234
234
$begingroup$
What is the domain of your operator.
$endgroup$
– Don Thousand
Mar 25 at 18:34
$begingroup$
Integers basically numbers
$endgroup$
– Ajinkya Gawali
Mar 25 at 18:52
add a comment |
$begingroup$
What is the domain of your operator.
$endgroup$
– Don Thousand
Mar 25 at 18:34
$begingroup$
Integers basically numbers
$endgroup$
– Ajinkya Gawali
Mar 25 at 18:52
$begingroup$
What is the domain of your operator.
$endgroup$
– Don Thousand
Mar 25 at 18:34
$begingroup$
What is the domain of your operator.
$endgroup$
– Don Thousand
Mar 25 at 18:34
$begingroup$
Integers basically numbers
$endgroup$
– Ajinkya Gawali
Mar 25 at 18:52
$begingroup$
Integers basically numbers
$endgroup$
– Ajinkya Gawali
Mar 25 at 18:52
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
If you want to define such a function for $a,b$ in the positive integers and with values in the positive integers, you can create it by filling in a table of values without repeating any values, except that the value for $(a,b)$ is the same as the one $(b,a)$. It might start out like this:
$$
beginarrayc
&1&2&3&4&5\
hline
1&1&2&4&7&11\
2&2&3&5&8&12\
3&4&5&6&9&13\
4&7&8&9&10&14\
5&11&12&13&14&15
endarray
$$
In this example, the values in each row up to the diagonal are $1$; then $2,3$; then $4,5,6$, etc.
That defines a function which is symmetric, but otherwise does not repeat value.
If you want a formula,
$$
f(a,b) = begincasesfrac12 (a^2 - a) + b,& text for a ge b\ \
frac12 (b^2 - b) + a,& text for a le bendcases
$$
or, without the cases,
$$
f(a,b) = frac14(a^2 + b^2 + a + b + (a + b - 3)|a-b|).
$$
$endgroup$
add a comment |
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
);
);
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%2f3162166%2fwhat-function-symmetric-and-has-unique-solution%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
$begingroup$
If you want to define such a function for $a,b$ in the positive integers and with values in the positive integers, you can create it by filling in a table of values without repeating any values, except that the value for $(a,b)$ is the same as the one $(b,a)$. It might start out like this:
$$
beginarrayc
&1&2&3&4&5\
hline
1&1&2&4&7&11\
2&2&3&5&8&12\
3&4&5&6&9&13\
4&7&8&9&10&14\
5&11&12&13&14&15
endarray
$$
In this example, the values in each row up to the diagonal are $1$; then $2,3$; then $4,5,6$, etc.
That defines a function which is symmetric, but otherwise does not repeat value.
If you want a formula,
$$
f(a,b) = begincasesfrac12 (a^2 - a) + b,& text for a ge b\ \
frac12 (b^2 - b) + a,& text for a le bendcases
$$
or, without the cases,
$$
f(a,b) = frac14(a^2 + b^2 + a + b + (a + b - 3)|a-b|).
$$
$endgroup$
add a comment |
$begingroup$
If you want to define such a function for $a,b$ in the positive integers and with values in the positive integers, you can create it by filling in a table of values without repeating any values, except that the value for $(a,b)$ is the same as the one $(b,a)$. It might start out like this:
$$
beginarrayc
&1&2&3&4&5\
hline
1&1&2&4&7&11\
2&2&3&5&8&12\
3&4&5&6&9&13\
4&7&8&9&10&14\
5&11&12&13&14&15
endarray
$$
In this example, the values in each row up to the diagonal are $1$; then $2,3$; then $4,5,6$, etc.
That defines a function which is symmetric, but otherwise does not repeat value.
If you want a formula,
$$
f(a,b) = begincasesfrac12 (a^2 - a) + b,& text for a ge b\ \
frac12 (b^2 - b) + a,& text for a le bendcases
$$
or, without the cases,
$$
f(a,b) = frac14(a^2 + b^2 + a + b + (a + b - 3)|a-b|).
$$
$endgroup$
add a comment |
$begingroup$
If you want to define such a function for $a,b$ in the positive integers and with values in the positive integers, you can create it by filling in a table of values without repeating any values, except that the value for $(a,b)$ is the same as the one $(b,a)$. It might start out like this:
$$
beginarrayc
&1&2&3&4&5\
hline
1&1&2&4&7&11\
2&2&3&5&8&12\
3&4&5&6&9&13\
4&7&8&9&10&14\
5&11&12&13&14&15
endarray
$$
In this example, the values in each row up to the diagonal are $1$; then $2,3$; then $4,5,6$, etc.
That defines a function which is symmetric, but otherwise does not repeat value.
If you want a formula,
$$
f(a,b) = begincasesfrac12 (a^2 - a) + b,& text for a ge b\ \
frac12 (b^2 - b) + a,& text for a le bendcases
$$
or, without the cases,
$$
f(a,b) = frac14(a^2 + b^2 + a + b + (a + b - 3)|a-b|).
$$
$endgroup$
If you want to define such a function for $a,b$ in the positive integers and with values in the positive integers, you can create it by filling in a table of values without repeating any values, except that the value for $(a,b)$ is the same as the one $(b,a)$. It might start out like this:
$$
beginarrayc
&1&2&3&4&5\
hline
1&1&2&4&7&11\
2&2&3&5&8&12\
3&4&5&6&9&13\
4&7&8&9&10&14\
5&11&12&13&14&15
endarray
$$
In this example, the values in each row up to the diagonal are $1$; then $2,3$; then $4,5,6$, etc.
That defines a function which is symmetric, but otherwise does not repeat value.
If you want a formula,
$$
f(a,b) = begincasesfrac12 (a^2 - a) + b,& text for a ge b\ \
frac12 (b^2 - b) + a,& text for a le bendcases
$$
or, without the cases,
$$
f(a,b) = frac14(a^2 + b^2 + a + b + (a + b - 3)|a-b|).
$$
answered Mar 25 at 19:49
FredHFredH
3,7401024
3,7401024
add a comment |
add a comment |
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%2f3162166%2fwhat-function-symmetric-and-has-unique-solution%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
$begingroup$
What is the domain of your operator.
$endgroup$
– Don Thousand
Mar 25 at 18:34
$begingroup$
Integers basically numbers
$endgroup$
– Ajinkya Gawali
Mar 25 at 18:52