i need to verify if the two expressions below are equivalent.
π₯π¦Μ
π§ + π₯π¦Μ
π§Μ
+ π₯Μ
π¦Μ
π§Μ
and π₯π¦Μ
+ π¦Μ
π§Μ
.
i have done it to this point
π₯.π¦Μ
+ π₯.π¦Μ
.(z + π§Μ
) + π₯Μ
.π¦Μ
.π§Μ
(distribute over + )
π₯.π¦Μ
+ π₯.π¦Μ
.1 + π₯Μ
.π¦Μ
.π§Μ
(z + π§Μ
= 1 )
π₯.π¦Μ
+ π₯.π¦Μ
+ π₯Μ
.π¦Μ
.π§Μ
(y.1 = 1.y = y )
π₯.π¦Μ
+ π¦Μ
+ (π₯+π₯Μ
).π¦Μ
.π§Μ
( distribute over + )
π₯.π¦Μ
+ π¦Μ
+ 1.π¦Μ
.π§Μ
(x + π₯Μ
= 1 )
π₯.π¦Μ
+ π¦Μ
+ π¦Μ
.π§Μ
(x.1 = 1.x = x )
and i know the answer is π₯.π¦Μ
+ π¦Μ
.π§Μ
but im not sure what the actual rule is used to remove the extra π¦Μ
and i need to give it for each step
am i missing something simple?