2

Can all functions of two variables ($x$ and $y$) be written as the sum of the products of a function of $x$ and a function of $y$? E.g.

$a(x,y) = f(x)g(y) + h(x)i(y) + j(x)k(y) ...$

Bernard
  • 175,478
  • 2
    This is a very vague question. Are you allowing infinite series? Must the infinite series converge everywhere? Are you assuming that the function $a$ has some smoothness? As it is, the function $a(x,y) = \begin{cases} 1 \quad (x^2+y^2 < 1) \ 0 \quad (x^2 + y^2 \ge 1) \end{cases}$ might be a counterexample. – Hans Engler Feb 21 '18 at 23:16
  • Yes, infinite series would work as it would converge to the value of the original function at the point. – John A. Feb 21 '18 at 23:21
  • Also, uniqueness is required. – John A. Feb 21 '18 at 23:22
  • @JohnA. Are you looking for an unique expression for the wjhole domain? – user Feb 21 '18 at 23:23
  • Oh whoops, I forgot as I was about to do it after (answer can only be accepted after 10 mins). Thanks for the help! – John A. Feb 23 '18 at 01:50

1 Answers1

2

Let consider as counterexample $$f(x,y)=\log (x+y)$$

user
  • 154,566