A lattice is distributive if for any elements \(a\), \(b\), and \(c\), the following holds:
\[ a \vee (b \wedge c) = (a \vee b) \wedge (a \vee c) \]
and
\[ a \wedge (b \vee c) = (a \wedge b) \vee (a \wedge c) \]
A lattice is modular if for any elements \(a\),
Show more…