I was doodling around today and thought of this fun game. Two players take alternate turns playing this game. A function from now on refers to real valued functions with domain $\mathbb R$, and Odd and Even functions have the usual meaning.
A function $F$ is said to be complimentary to a function $H$, if one of the following is true:-
- $F$ is Odd when $H$ is Even.
- $F$ is Even when $H$ is Odd.
The first player starts with a function $h_n$, which is either Odd or Even. The second player is said to make a move when he/she provides another function $g$ along with an operation $*$, (where $*$ is one of $+,-,\times,\circ$), so as to create a function $h_{n+1} = h_n*g$ or $h_{n+1}=g*h_n$ such that $g$ is complimentary to $h_n$ and in accordance with the rules (stated below). Moves are made alternately between the two players, and the player who is unable to make a move loses.
Rules
$h_n$ is added to a set $V$ for each $n$.
$\forall g_1,g_2,.... \in V$ and $\forall a_1,a_2,.... \in \mathbb R$, $(a_1g_1^n+a_2g_2^n+....)$ is added to $V$, where $n \in \mathbb N$ and $g_k^n = {g_k} \times {g_k} \times \cdots g_k$ $n$ times.
If $g \in V,$ $g$ cannot be used in a move.
At the end of each move, the function used by the player is added to $V$.
The $*$ provided by the player cannot be used in consecutive moves.
Example
Player 1: $h_1(x)=x$, which is Odd.
Player 2: $g(x)=|x|$ and $* = \circ$ so that $h_2(x) = (h_1 \circ g)(x) = |x|$, which is Even.
Player 1: $g(x)=sin(x)$ and $*=\times$ so that $h_3(x)=h_2(x)\times g(x) = |x|sin(x),$ which is Odd.
Player 2: $g(x) = cos(x)$ and $* = \circ$ so that $h_4(x) = (g \circ h_3)(x) = cos(|x|sin(x))$, which is Even.
And it goes on...
I don't know much of higher mathematics to analyze this game, so I would appreciate it if someone could answer the following questions which I had in mind:-
Are the rules well defined? I don't think my statement of Rule #2 is correctly written, since $V$ turns out to be an infinite set.
Are the rules strong enough to ensure that both players don't have a "trick" to play for an indefinitely long time? If not, how do I make them stronger?
Does the game terminate, in theory?
What is $V$ eventually? Can it ever contain all Even and Odd functions?