Problem about composition operator
- From: theronruiz@xxxxxxxxx
- Date: Mon, 30 Jul 2007 06:11:57 -0700
Let S is the set of all R^2 -> R functions.
Let O is S^3 -> S function such that for every f, g, h in S and every
x, y in R:
O(f, g, h)(x, y) = f(g(x, y), h(x, y))
Let T is S -> S function such that for every f, g, h in S:
T(O(f, g, h)) = O(T(f), T(g), T(h))
The identity function on S is a solution. Does there exist other non-
constant solutions?
If so, can you give an example?
If R is replaced with set X such that |X| = 2 then there exists at
least one non-constant solution which is not an identity function. It
is a bijection.
Thank you,
Theron
.
- Follow-Ups:
- Re: Problem about composition operator
- From: hagman
- Re: Problem about composition operator
- Prev by Date: Re: Ellipse coordinates
- Next by Date: Re: A question in noetherian ring!
- Previous by thread: covariance without mean
- Next by thread: Re: Problem about composition operator
- Index(es):
Relevant Pages
|