Pravdivostní tabulka pro logické výrazy
Udělejte pravdivostní tabulku a zjistěte, zda jsou oba výroky ekvivalentní:
\( \large a \Rightarrow \left( b \lor c\right) ; \left( a \Rightarrow b\right) \lor \left( a \Rightarrow c\right) \)
a⇒b | a⇒c | a⇒(b ∨ c) | (a⇒b) ∨ (a⇒c) | ||||||||||||||||||||||||
1 | 1 | 1 | 1 | ||||||||||||||||||||||||
a⇒b a⇒c a⇒(b ∨ c) (a⇒b) ∨ (a⇒c) 1 1 0 1 a⇒b a⇒c a⇒(b ∨ c) (a⇒b) ∨ (a⇒c) 1 0 1 0 a⇒b a⇒c a⇒(b ∨ c) (a⇒b) ∨ (a⇒c) 0 0 0 1 |