It is needed to prove an existing of such constant C that for any words $x$,$y$
$K(x,y) \le K(x) + K(y) + log(|x|+|y|) + C$
(K is Kolmogorov complexity)
I tried to prove it by using next true inequalities:
$K(x|l(x)) \le l(x) + c$
and
$K(x) \le K(x|l(x)) + 2log(l(x)) + c$
But theese inequalities are about Kolmogorov complexity for one word and I do not know how to expand them for a case of two words (like in inequality that I must prove). Could you help me please? Thank you in advance.