I can't understand how absorption law is obtained. I get following steps.
$$a∨(a∧) = (a∧⊤)∨(a∧)$$ $$=(a∨a)∧(a∨b)∧(⊤∨a)∧(⊤∨b)$$ then,
I come up with $$=a∧(a∨b)∧⊤∧⊤$$ $$=a∧(a∨b)$$
But, I cannot get $\color{blue}{a∧(⊤∨)}$, as shown on Boolean Algebra: Axiom (1 2): ∧ distributes over ∨, therefore $\color{blue}a$.
Can you help me? I cannot obtain $\color{blue}{a∧(⊤∨)}$. Some people say in other answers in different questions, it is obtained by distribution law. However, what I got by this is the first equation.
Distribution, like any other boolean algebra law, is an equivalence principle, and so works both ways.
That is, given that $$P \land (Q \lor R) = (P \land Q) \lor (P \land R)$$
you can not only go from $$P \land (Q \lor R)$$ to $$ (P \land Q) \lor (P \land R)$$
but you can also go ‘back’, i.e. go from $$(P \land Q) \lor (P \land R)$$ to $$P \land (Q \lor R)$$
And yes, that doesn’t *feel * like ‘distribution’ … maybe more like ‘un-distribution’ or ‘factoring’ … but it is an application of Distribution nevertheless.
This is really not any different from basic high school algebra: we know that $3* (4 +7) = (3*4) + (3 * 7)$ … but that also means that $(3*4) + (3 *7) = 3 *(4 +7)$. Again, it can go both ways.