Incorrect Solution for Problem 7 of Pinter's Book of Abstract Algebra, Chapter 2?
I'm just getting started with Pinter's A Book of Abstract Algebra, please be kind. The book solution for Chapter 2, Problem 7 claims that the following operator is non-associative:
$$ x * y = frac{xy}{x+y+1}$$
The book solution:
$$ (x * y) * z = left(frac{xy}{x+y+1}right) * z = frac{xyz(x+y+1)}{x+y+z+xy+yz+xz+1}$$
$$ x * (y * z) = x * left(frac{yz}{y+z+1}right) = frac{xyz(y+z+1)}{x+y+z+xy+yz+xz+1}$$
However the $(x+y+1)$ and $(y+z+1)$ terms appear to actually cancel out:
$$ (x * y) * z = left(frac{xy}{x+y+1}right) * z = frac{left(frac{xy}{x+y+1}right)z}{frac{xy}{x+y+1} + z + 1} $$
$$ x * (y * z) = x * left(frac{yz}{y+z+1}right) =frac{xleft(frac{yz}{y+z+1}right)}{x+frac{yz}{y+z+1} + 1} $$
So the denominators cancel out, the two groupings are equivalent, the operator is associative. This result is duplicated in Mathematica, but I'd like to make sure I'm not missing something. Sorry for bothering people with such a basic question.
abstract-algebra
add a comment |
I'm just getting started with Pinter's A Book of Abstract Algebra, please be kind. The book solution for Chapter 2, Problem 7 claims that the following operator is non-associative:
$$ x * y = frac{xy}{x+y+1}$$
The book solution:
$$ (x * y) * z = left(frac{xy}{x+y+1}right) * z = frac{xyz(x+y+1)}{x+y+z+xy+yz+xz+1}$$
$$ x * (y * z) = x * left(frac{yz}{y+z+1}right) = frac{xyz(y+z+1)}{x+y+z+xy+yz+xz+1}$$
However the $(x+y+1)$ and $(y+z+1)$ terms appear to actually cancel out:
$$ (x * y) * z = left(frac{xy}{x+y+1}right) * z = frac{left(frac{xy}{x+y+1}right)z}{frac{xy}{x+y+1} + z + 1} $$
$$ x * (y * z) = x * left(frac{yz}{y+z+1}right) =frac{xleft(frac{yz}{y+z+1}right)}{x+frac{yz}{y+z+1} + 1} $$
So the denominators cancel out, the two groupings are equivalent, the operator is associative. This result is duplicated in Mathematica, but I'd like to make sure I'm not missing something. Sorry for bothering people with such a basic question.
abstract-algebra
1
On which set is $*$ defined?
– Rebecca J. Stones
Jan 26 '14 at 0:35
There is no cancellation. It is more pleasant to work with numbers, like $1,1,2$.
– André Nicolas
Jan 26 '14 at 1:36
@Rebecca the set is $x > 0$. $o(1,o(1,2))$ and $o(o(1,1),2)$ ("o" being the operator function) give the same value of 1/5... sure looks like there's cancellation to me.
– bjsdaiyu
Jan 27 '14 at 1:37
add a comment |
I'm just getting started with Pinter's A Book of Abstract Algebra, please be kind. The book solution for Chapter 2, Problem 7 claims that the following operator is non-associative:
$$ x * y = frac{xy}{x+y+1}$$
The book solution:
$$ (x * y) * z = left(frac{xy}{x+y+1}right) * z = frac{xyz(x+y+1)}{x+y+z+xy+yz+xz+1}$$
$$ x * (y * z) = x * left(frac{yz}{y+z+1}right) = frac{xyz(y+z+1)}{x+y+z+xy+yz+xz+1}$$
However the $(x+y+1)$ and $(y+z+1)$ terms appear to actually cancel out:
$$ (x * y) * z = left(frac{xy}{x+y+1}right) * z = frac{left(frac{xy}{x+y+1}right)z}{frac{xy}{x+y+1} + z + 1} $$
$$ x * (y * z) = x * left(frac{yz}{y+z+1}right) =frac{xleft(frac{yz}{y+z+1}right)}{x+frac{yz}{y+z+1} + 1} $$
So the denominators cancel out, the two groupings are equivalent, the operator is associative. This result is duplicated in Mathematica, but I'd like to make sure I'm not missing something. Sorry for bothering people with such a basic question.
abstract-algebra
I'm just getting started with Pinter's A Book of Abstract Algebra, please be kind. The book solution for Chapter 2, Problem 7 claims that the following operator is non-associative:
$$ x * y = frac{xy}{x+y+1}$$
The book solution:
$$ (x * y) * z = left(frac{xy}{x+y+1}right) * z = frac{xyz(x+y+1)}{x+y+z+xy+yz+xz+1}$$
$$ x * (y * z) = x * left(frac{yz}{y+z+1}right) = frac{xyz(y+z+1)}{x+y+z+xy+yz+xz+1}$$
However the $(x+y+1)$ and $(y+z+1)$ terms appear to actually cancel out:
$$ (x * y) * z = left(frac{xy}{x+y+1}right) * z = frac{left(frac{xy}{x+y+1}right)z}{frac{xy}{x+y+1} + z + 1} $$
$$ x * (y * z) = x * left(frac{yz}{y+z+1}right) =frac{xleft(frac{yz}{y+z+1}right)}{x+frac{yz}{y+z+1} + 1} $$
So the denominators cancel out, the two groupings are equivalent, the operator is associative. This result is duplicated in Mathematica, but I'd like to make sure I'm not missing something. Sorry for bothering people with such a basic question.
abstract-algebra
abstract-algebra
edited Jan 25 '14 at 23:54
TMM
9,12032848
9,12032848
asked Jan 25 '14 at 23:45
bjsdaiyubjsdaiyu
283
283
1
On which set is $*$ defined?
– Rebecca J. Stones
Jan 26 '14 at 0:35
There is no cancellation. It is more pleasant to work with numbers, like $1,1,2$.
– André Nicolas
Jan 26 '14 at 1:36
@Rebecca the set is $x > 0$. $o(1,o(1,2))$ and $o(o(1,1),2)$ ("o" being the operator function) give the same value of 1/5... sure looks like there's cancellation to me.
– bjsdaiyu
Jan 27 '14 at 1:37
add a comment |
1
On which set is $*$ defined?
– Rebecca J. Stones
Jan 26 '14 at 0:35
There is no cancellation. It is more pleasant to work with numbers, like $1,1,2$.
– André Nicolas
Jan 26 '14 at 1:36
@Rebecca the set is $x > 0$. $o(1,o(1,2))$ and $o(o(1,1),2)$ ("o" being the operator function) give the same value of 1/5... sure looks like there's cancellation to me.
– bjsdaiyu
Jan 27 '14 at 1:37
1
1
On which set is $*$ defined?
– Rebecca J. Stones
Jan 26 '14 at 0:35
On which set is $*$ defined?
– Rebecca J. Stones
Jan 26 '14 at 0:35
There is no cancellation. It is more pleasant to work with numbers, like $1,1,2$.
– André Nicolas
Jan 26 '14 at 1:36
There is no cancellation. It is more pleasant to work with numbers, like $1,1,2$.
– André Nicolas
Jan 26 '14 at 1:36
@Rebecca the set is $x > 0$. $o(1,o(1,2))$ and $o(o(1,1),2)$ ("o" being the operator function) give the same value of 1/5... sure looks like there's cancellation to me.
– bjsdaiyu
Jan 27 '14 at 1:37
@Rebecca the set is $x > 0$. $o(1,o(1,2))$ and $o(o(1,1),2)$ ("o" being the operator function) give the same value of 1/5... sure looks like there's cancellation to me.
– bjsdaiyu
Jan 27 '14 at 1:37
add a comment |
3 Answers
3
active
oldest
votes
As far as I can tell it's associative. You've proved it twice yourself already, but my nitty-gritty arithmetic is:
begin{align*}
(x * y) * z &= left(frac{xy}{x+y+1}right) * z \
&= frac{left(frac{xy}{x+y+1}right)z}{frac{xy}{x+y+1} + z + 1} \
&= frac{left(frac{xyz}{x+y+1}right)}{frac{xy+(z+1)(x+y+1)}{x+y+1}} \
&= frac{xyz}{xy+(z+1)(x+y+1)} \
&= frac{xyz}{xy+xz+yz+x+y+z+1} \
&= frac{xyz}{yz+(x+1)(y+z+1)} \
&= frac{left(frac{xyz}{y+z+1}right)}{frac{yz+(x+1)(y+z+1)}{y+z+1}} \
&= frac{xleft(frac{yz}{y+z+1}right)}{x + frac{yz}{y+z+1} + 1} \
&= x*left(frac{yz}{y+z+1}right) \
&= x*(y*z).
end{align*}
add a comment |
Let $f(x)=1+frac 1x$. Then $f^{-1}(z)=frac{1}{z-1}$ and show that:
$$x*y = f^{-1}(f(x) f(y))$$
This means that:
$$begin{align}(x*y)*z &= f^{-1}(f(x)f(y))* z\
&= f^{-1}left(fleft(f^{-1}(f(x)f(y))right)f(z)right)\
&= f^{-1}(f(x)f(y)f(z))
end{align}$$
Since $*$ is commutative, we get:
$$begin{align}x*(y*z)&= (y*z)*x\
&= f^{-1}(f(y)f(z)f(x))
end{align}$$
Clearly, these two are equal.
This is true in general for any invertible function $f$ if we define $*$ in this way.
Most easily defined associative operators on the real numbers are of this form. Even addition can be defined this way in terms of multiplication, with $f(x)=e^x$ and $f^{-1}(x)=log x$, then:
$$x+y = log(e^xe^y)$$
Alternatively, of course, you can define positive multiplication in terms of addition:
$$xy = e^{log x + log y}$$
add a comment |
Define $a = x^{-1}$, $b = y^{-1}$, and $c = z^{-1}$. Furthermore, let $d = (x*y)^{-1}$. Then it is easy to see that $$d = (1+a)(1+b) - 1.$$ Then $$((x*y)*z)^{-1} = (d^{-1}*c^{-1})^{-1} = (1+d)(1+c)-1 = (1+a)(1+b)(1+c)-1.$$ Being that this is a symmetric function in $a,b,c$, it immediately follows that $*$ is associative.
add a comment |
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%2f651396%2fincorrect-solution-for-problem-7-of-pinters-book-of-abstract-algebra-chapter-2%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
As far as I can tell it's associative. You've proved it twice yourself already, but my nitty-gritty arithmetic is:
begin{align*}
(x * y) * z &= left(frac{xy}{x+y+1}right) * z \
&= frac{left(frac{xy}{x+y+1}right)z}{frac{xy}{x+y+1} + z + 1} \
&= frac{left(frac{xyz}{x+y+1}right)}{frac{xy+(z+1)(x+y+1)}{x+y+1}} \
&= frac{xyz}{xy+(z+1)(x+y+1)} \
&= frac{xyz}{xy+xz+yz+x+y+z+1} \
&= frac{xyz}{yz+(x+1)(y+z+1)} \
&= frac{left(frac{xyz}{y+z+1}right)}{frac{yz+(x+1)(y+z+1)}{y+z+1}} \
&= frac{xleft(frac{yz}{y+z+1}right)}{x + frac{yz}{y+z+1} + 1} \
&= x*left(frac{yz}{y+z+1}right) \
&= x*(y*z).
end{align*}
add a comment |
As far as I can tell it's associative. You've proved it twice yourself already, but my nitty-gritty arithmetic is:
begin{align*}
(x * y) * z &= left(frac{xy}{x+y+1}right) * z \
&= frac{left(frac{xy}{x+y+1}right)z}{frac{xy}{x+y+1} + z + 1} \
&= frac{left(frac{xyz}{x+y+1}right)}{frac{xy+(z+1)(x+y+1)}{x+y+1}} \
&= frac{xyz}{xy+(z+1)(x+y+1)} \
&= frac{xyz}{xy+xz+yz+x+y+z+1} \
&= frac{xyz}{yz+(x+1)(y+z+1)} \
&= frac{left(frac{xyz}{y+z+1}right)}{frac{yz+(x+1)(y+z+1)}{y+z+1}} \
&= frac{xleft(frac{yz}{y+z+1}right)}{x + frac{yz}{y+z+1} + 1} \
&= x*left(frac{yz}{y+z+1}right) \
&= x*(y*z).
end{align*}
add a comment |
As far as I can tell it's associative. You've proved it twice yourself already, but my nitty-gritty arithmetic is:
begin{align*}
(x * y) * z &= left(frac{xy}{x+y+1}right) * z \
&= frac{left(frac{xy}{x+y+1}right)z}{frac{xy}{x+y+1} + z + 1} \
&= frac{left(frac{xyz}{x+y+1}right)}{frac{xy+(z+1)(x+y+1)}{x+y+1}} \
&= frac{xyz}{xy+(z+1)(x+y+1)} \
&= frac{xyz}{xy+xz+yz+x+y+z+1} \
&= frac{xyz}{yz+(x+1)(y+z+1)} \
&= frac{left(frac{xyz}{y+z+1}right)}{frac{yz+(x+1)(y+z+1)}{y+z+1}} \
&= frac{xleft(frac{yz}{y+z+1}right)}{x + frac{yz}{y+z+1} + 1} \
&= x*left(frac{yz}{y+z+1}right) \
&= x*(y*z).
end{align*}
As far as I can tell it's associative. You've proved it twice yourself already, but my nitty-gritty arithmetic is:
begin{align*}
(x * y) * z &= left(frac{xy}{x+y+1}right) * z \
&= frac{left(frac{xy}{x+y+1}right)z}{frac{xy}{x+y+1} + z + 1} \
&= frac{left(frac{xyz}{x+y+1}right)}{frac{xy+(z+1)(x+y+1)}{x+y+1}} \
&= frac{xyz}{xy+(z+1)(x+y+1)} \
&= frac{xyz}{xy+xz+yz+x+y+z+1} \
&= frac{xyz}{yz+(x+1)(y+z+1)} \
&= frac{left(frac{xyz}{y+z+1}right)}{frac{yz+(x+1)(y+z+1)}{y+z+1}} \
&= frac{xleft(frac{yz}{y+z+1}right)}{x + frac{yz}{y+z+1} + 1} \
&= x*left(frac{yz}{y+z+1}right) \
&= x*(y*z).
end{align*}
answered Jan 27 '14 at 2:25
Rebecca J. StonesRebecca J. Stones
20.9k22781
20.9k22781
add a comment |
add a comment |
Let $f(x)=1+frac 1x$. Then $f^{-1}(z)=frac{1}{z-1}$ and show that:
$$x*y = f^{-1}(f(x) f(y))$$
This means that:
$$begin{align}(x*y)*z &= f^{-1}(f(x)f(y))* z\
&= f^{-1}left(fleft(f^{-1}(f(x)f(y))right)f(z)right)\
&= f^{-1}(f(x)f(y)f(z))
end{align}$$
Since $*$ is commutative, we get:
$$begin{align}x*(y*z)&= (y*z)*x\
&= f^{-1}(f(y)f(z)f(x))
end{align}$$
Clearly, these two are equal.
This is true in general for any invertible function $f$ if we define $*$ in this way.
Most easily defined associative operators on the real numbers are of this form. Even addition can be defined this way in terms of multiplication, with $f(x)=e^x$ and $f^{-1}(x)=log x$, then:
$$x+y = log(e^xe^y)$$
Alternatively, of course, you can define positive multiplication in terms of addition:
$$xy = e^{log x + log y}$$
add a comment |
Let $f(x)=1+frac 1x$. Then $f^{-1}(z)=frac{1}{z-1}$ and show that:
$$x*y = f^{-1}(f(x) f(y))$$
This means that:
$$begin{align}(x*y)*z &= f^{-1}(f(x)f(y))* z\
&= f^{-1}left(fleft(f^{-1}(f(x)f(y))right)f(z)right)\
&= f^{-1}(f(x)f(y)f(z))
end{align}$$
Since $*$ is commutative, we get:
$$begin{align}x*(y*z)&= (y*z)*x\
&= f^{-1}(f(y)f(z)f(x))
end{align}$$
Clearly, these two are equal.
This is true in general for any invertible function $f$ if we define $*$ in this way.
Most easily defined associative operators on the real numbers are of this form. Even addition can be defined this way in terms of multiplication, with $f(x)=e^x$ and $f^{-1}(x)=log x$, then:
$$x+y = log(e^xe^y)$$
Alternatively, of course, you can define positive multiplication in terms of addition:
$$xy = e^{log x + log y}$$
add a comment |
Let $f(x)=1+frac 1x$. Then $f^{-1}(z)=frac{1}{z-1}$ and show that:
$$x*y = f^{-1}(f(x) f(y))$$
This means that:
$$begin{align}(x*y)*z &= f^{-1}(f(x)f(y))* z\
&= f^{-1}left(fleft(f^{-1}(f(x)f(y))right)f(z)right)\
&= f^{-1}(f(x)f(y)f(z))
end{align}$$
Since $*$ is commutative, we get:
$$begin{align}x*(y*z)&= (y*z)*x\
&= f^{-1}(f(y)f(z)f(x))
end{align}$$
Clearly, these two are equal.
This is true in general for any invertible function $f$ if we define $*$ in this way.
Most easily defined associative operators on the real numbers are of this form. Even addition can be defined this way in terms of multiplication, with $f(x)=e^x$ and $f^{-1}(x)=log x$, then:
$$x+y = log(e^xe^y)$$
Alternatively, of course, you can define positive multiplication in terms of addition:
$$xy = e^{log x + log y}$$
Let $f(x)=1+frac 1x$. Then $f^{-1}(z)=frac{1}{z-1}$ and show that:
$$x*y = f^{-1}(f(x) f(y))$$
This means that:
$$begin{align}(x*y)*z &= f^{-1}(f(x)f(y))* z\
&= f^{-1}left(fleft(f^{-1}(f(x)f(y))right)f(z)right)\
&= f^{-1}(f(x)f(y)f(z))
end{align}$$
Since $*$ is commutative, we get:
$$begin{align}x*(y*z)&= (y*z)*x\
&= f^{-1}(f(y)f(z)f(x))
end{align}$$
Clearly, these two are equal.
This is true in general for any invertible function $f$ if we define $*$ in this way.
Most easily defined associative operators on the real numbers are of this form. Even addition can be defined this way in terms of multiplication, with $f(x)=e^x$ and $f^{-1}(x)=log x$, then:
$$x+y = log(e^xe^y)$$
Alternatively, of course, you can define positive multiplication in terms of addition:
$$xy = e^{log x + log y}$$
edited Aug 23 '14 at 18:43
answered Aug 23 '14 at 17:59
Thomas AndrewsThomas Andrews
130k11146297
130k11146297
add a comment |
add a comment |
Define $a = x^{-1}$, $b = y^{-1}$, and $c = z^{-1}$. Furthermore, let $d = (x*y)^{-1}$. Then it is easy to see that $$d = (1+a)(1+b) - 1.$$ Then $$((x*y)*z)^{-1} = (d^{-1}*c^{-1})^{-1} = (1+d)(1+c)-1 = (1+a)(1+b)(1+c)-1.$$ Being that this is a symmetric function in $a,b,c$, it immediately follows that $*$ is associative.
add a comment |
Define $a = x^{-1}$, $b = y^{-1}$, and $c = z^{-1}$. Furthermore, let $d = (x*y)^{-1}$. Then it is easy to see that $$d = (1+a)(1+b) - 1.$$ Then $$((x*y)*z)^{-1} = (d^{-1}*c^{-1})^{-1} = (1+d)(1+c)-1 = (1+a)(1+b)(1+c)-1.$$ Being that this is a symmetric function in $a,b,c$, it immediately follows that $*$ is associative.
add a comment |
Define $a = x^{-1}$, $b = y^{-1}$, and $c = z^{-1}$. Furthermore, let $d = (x*y)^{-1}$. Then it is easy to see that $$d = (1+a)(1+b) - 1.$$ Then $$((x*y)*z)^{-1} = (d^{-1}*c^{-1})^{-1} = (1+d)(1+c)-1 = (1+a)(1+b)(1+c)-1.$$ Being that this is a symmetric function in $a,b,c$, it immediately follows that $*$ is associative.
Define $a = x^{-1}$, $b = y^{-1}$, and $c = z^{-1}$. Furthermore, let $d = (x*y)^{-1}$. Then it is easy to see that $$d = (1+a)(1+b) - 1.$$ Then $$((x*y)*z)^{-1} = (d^{-1}*c^{-1})^{-1} = (1+d)(1+c)-1 = (1+a)(1+b)(1+c)-1.$$ Being that this is a symmetric function in $a,b,c$, it immediately follows that $*$ is associative.
answered Jan 27 '14 at 2:55
heropupheropup
62.7k66099
62.7k66099
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f651396%2fincorrect-solution-for-problem-7-of-pinters-book-of-abstract-algebra-chapter-2%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
1
On which set is $*$ defined?
– Rebecca J. Stones
Jan 26 '14 at 0:35
There is no cancellation. It is more pleasant to work with numbers, like $1,1,2$.
– André Nicolas
Jan 26 '14 at 1:36
@Rebecca the set is $x > 0$. $o(1,o(1,2))$ and $o(o(1,1),2)$ ("o" being the operator function) give the same value of 1/5... sure looks like there's cancellation to me.
– bjsdaiyu
Jan 27 '14 at 1:37