Prove , <= , is a partial order on a Boolean algebra, where we define x <= y iff x + y = y.
A partial ordering on a set X is a binary relation on X which is reflexive, transitive, and antisymmetric;
not sure what you mean by that?
so we can prove the following: 1. x<= x for all x, 2. if x<= y , and y<= z then x <= z 3. if x <= y then y is not <= x if x,y are distinct (equivalently you can prove if x<= y and y<= x , then x = y )
a partial ordering distills the features of what an ordering is, in terms of a binary relation.
for example the relation "less than or equal" or "<= " is a partial ordering on the integers. 2 <= 2 (reflexivity) if 2 =< 3 and 3 =< 5 then 2 =< 5 (transitivity) if 2 <= 3 then 3 is not <= 2 (antisymmetric) But keep in mind, partial order is more general than 'less than' , they don't have to deal with numbers. You can make a partial ordering on subsets of a set.
but its easier to use the equivalent definition of antisymmetric relation, if x <= y and y<= x , then x = y .
Antisymmetric relation. if R(a,b) and R(b,a), then a = b, or, equivalently, if R(a,b) with a \(\neq \) b, then R(b,a) must not hold.
Now we want to prove that for any boolean algebra , the relation <= defined by x <= y iff x + y = y , is a partial ordering.
the first thing we have to prove is that x<=x (which we defined x<=y means x+x = x ) is it true in a boolean algebra that x + x = x ?
Join our real-time social learning platform and learn together with your friends!