1. Define the assertion: Let P(x,y) be the assertion f(x+y+xy)=f(x)+f(y)+f(xy).
2. **Evaluate P(0,0)**:
P(0,0)⟹f(0+0+0⋅0)=f(0)+f(0)+f(0)⟹f(0)=3f(0)⟹2f(0)=0⟹f(0)=0
3. **Evaluate P(x,−1)**:
P(x,−1)⟹f(x−1+x(−1))=f(x)+f(−1)+f(−x)⟹f(−1)=f(x)+f(−1)+f(−x)
Since f(−1)=f(−1), we get:
f(−x)=−f(x)(i.e., f is odd)
4. **Evaluate P(x,x+1y) for x,y=−1**:
P(x,x+1y)⟹f(x+x+1y+x⋅x+1y)=f(x)+f(x+1y)+f(x+1xy)
Simplifying the left-hand side:
x+x+1y+x+1xy=x+x+1y(1+x)=x+y
Thus:
f(x+y)=f(x)+f(x+1y)+f(x+1xy)
5. **Evaluate P(x,−x+1y)**:
P(x,−x+1y)⟹f(x−x+1y+x⋅−x+1y)=f(x)+f(−x+1y)+f(−x+1xy)
Simplifying the left-hand side:
x−x+1y−x+1xy=x−x+1y(1+x)=x−y
Thus:
f(x−y)=f(x)−f(x+1y)−f(x+1xy)
6. **Evaluate P(y,y+1x)**:
P(y,y+1x)⟹f(y+y+1x+y⋅y+1x)=f(y)+f(y+1x)+f(y+1xy)
Simplifying the left-hand side:
y+y+1x+y+1xy=y+y+1x(1+y)=y+x
Thus:
f(x+y)=f(y)+f(y+1x)+f(y+1xy)
7. **Evaluate P(y,−y+1x)**:
P(y,−y+1x)⟹f(y−y+1x+y⋅−y+1x)=f(y)+f(−y+1x)+f(−y+1xy)
Simplifying the left-hand side:
y−y+1x−y+1xy=y−y+1x(1+y)=y−x
Thus:
f(y−x)=f(y)−f(y+1x)−f(y+1xy)
8. Add the four equations:
f(x+y)=f(x)+f(x+1y)+f(x+1xy)
f(x−y)=f(x)−f(x+1y)−f(x+1xy)
f(x+y)=f(y)+f(y+1x)+f(y+1xy)
f(y−x)=f(y)−f(y+1x)−f(y+1xy)
Adding these four equations, we get:
2f(x+y)+2f(x−y)=2f(x)+2f(y)
Dividing by 2:
f(x+y)+f(x−y)=f(x)+f(y)
9. **Remove the constraint x,y=−1**:
Let x=0:
f((x−1)+1)=f(x−1)+f(1)⟹f(x−1)=f(x)+f(−1)
Since f(−1)=−f(1), we have:
f(x−1)=f(x)−f(1)
Thus, f(x+y)=f(x)+f(y) for all x=−1 and y.
10. **Generalize to all x,y**:
Since f(1+1)=f(1)+f(1) and f(−1−1)=f(−1)+f(−1), we conclude:
f(x+y)=f(x)+f(y)∀x,y
■