You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Assoziativität | $\begin{aligned} a + (b + c) &= (a + b) + a = a + b + c \\ a \cdot (b \cdot c) &= (a \cdot b) \cdot a = a \cdot b \cdot c\end{aligned}$ |
282
+
| Assoziativität | $\begin{aligned} a + (b + c) &= (a + b) + c = a + b + c \\ a \cdot (b \cdot c) &= (a \cdot b) \cdot a = a \cdot b \cdot c\end{aligned}$ |
283
283
| Idempotenzgesetze | $\begin{aligned} a + a &= a \\ a \cdot a &= a\end{aligned}$ |
284
284
| Absorptionsgesetz | $\begin{aligned} a + (a \cdot b) &= a \\ a \cdot (a + b) &= a\end{aligned}$ |
285
285
| Doppelnegation | $\begin{aligned} a = \overline{\overline{a}}\end{aligned}$ |
0 commit comments