From: olfa on
hello mathematica community,
knowing tha x,xP,y,yP are integer variables so
y + Log[2, x] == yP + Log[2, xP] ==> y + Floor[Log[2, x]] == yP + Floor
[Log[2, xP]]
is true
how should I formulate this sentence in mathematica in order to have
as output the value true?
thank you.