plugins:xml-pretty-print

--- Logica Matematica Tablas De Verdad Ejercicios Resueltos -

| ( p ) | ( q ) | ( r ) | ( p \lor q ) | ( \neg r ) | ( (p \lor q) \to \neg r ) | |--------|--------|--------|----------------|--------------|-----------------------------| | V | V | V | V | F | F | | V | V | F | V | V | V | | V | F | V | V | F | F | | V | F | F | V | V | V | | F | V | V | V | F | F | | F | V | F | V | V | V | | F | F | V | F | F | V (F → F = V) | | F | F | F | F | V | V (F → V = V) | Problem: Show that ( (p \to q) \lor (q \to p) ) is a tautology (always true).

✅ All final values are → Contradiction . Exercise 9: Logical Equivalence Problem: Verify that ( \neg (p \land q) \equiv \neg p \lor \neg q ) (De Morgan’s Law). --- Logica Matematica Tablas De Verdad Ejercicios Resueltos

| ( p ) | ( q ) | ( p \lor q ) | |--------|--------|----------------| | V | V | V | | V | F | V | | F | V | V | | F | F | F | Problem: Build the truth table for ( p \to q ). | ( p ) | ( q )

1. Introduction Mathematical logic is the foundation of all reasoning in mathematics and computer science. A truth table is a systematic way to list all possible truth values (True or False, often denoted as ( V ) or ( F ), or ( 1 ) and ( 0 )) of a logical proposition based on the truth values of its components. A truth table is a systematic way to

| ( p ) | ( q ) | ( p \leftrightarrow q ) | |--------|--------|---------------------------| | V | V | V | | V | F | F | | F | V | F | | F | F | V | Problem: Build the truth table for ( (p \lor q) \to \neg r ).

✅ All final values are → Tautology . Exercise 8: Check if Contradiction Problem: Show that ( p \land \neg p ) is a contradiction (always false).