in Unknown Category edited by
1,642 views
0 votes
0 votes

The relation $\leq$ and $>$ on a boolean algebra are defined as:

$x \leq y$ if and only if $x \vee y =y$

$x <y$ means $x \leq y$ but $x \neq y$

$x \geq y$ means $y \leq x$ and

$x>y$ means $y<x$

Considering the above definitions, which of the following is not true in the boolean algebra?

  1. If $x \leq y$ and $y \leq z$, then $x \leq z$
  2. If $x \leq y$ and $y \leq x$, then $x = y$
  3. If $x < y$ and $y < z$, then $x \leq y$
  4. If $x < y$ and $y <  z$, then $x < y$

Choose the correct answer from the code given below:

  1. i and ii only
  2. ii and iii only
  3. iii only
  4. iv only
in Unknown Category edited by
by
1.6k views

1 comment

option 3  rest are true
0
0

1 Answer

0 votes
0 votes
In Boolean algebra

x<y and y<z, then x<y is true but x=y is false.

Answer is option 3.

Related questions