Beta Phase: Square45 is currently in beta testing. Expect some features or content to be incomplete or missing.
45

Boolean Algebra Postulates

The fundamental axioms defining the algebraic structure of Boolean variables (0 and 1). These include the identity, complement, and absorption laws, forming the basis for digital logic operations.
📜

The statement of the theorem

Let (B,,,¬)(\text{B}, \land, \lor, \neg) be the Boolean algebra defined over the set B={0,1}\text{B} = \{0, 1\}. The structure must satisfy the following axioms for all A,BBA, B \in \text{B}: \n1. Commutativity: AB=BAA \land B = B \land A and AB=BAA \lor B = B \lor A.\n2. Associativity: (AB)C=A(BC)(A \land B) \land C = A \land (B \land C) and (AB)C=A(BC)(A \lor B) \lor C = A \lor (B \lor C).\n3. Distributivity: A(BC)=(AB)(AC)A \land (B \lor C) = (A \land B) \lor (A \land C) and A(BC)=(AB)(AC)A \lor (B \land C) = (A \lor B) \land (A \lor C).\n4. Identity: A1=AA \land 1 = A and A0=AA \lor 0 = A.\n5. Complement: A¬A=0A \land \neg A = 0 and A¬A=1A \lor \neg A = 1.\n6. Absorption: A(AB)=AA \land (A \lor B) = A and A(AB)=AA \lor (A \land B) = A.