x^y= x and xVy = y,if x <= y; x^y= y and xVy = x, if y <= x. x<y means that x<= y and x!=y.
Log in to post a comment.