Guia 1 Logica-1
Guia 1 Logica-1
Guia 1 Logica-1
OSCAR MOYANO D
I
LÓGICA
1. Siendo p los precios son bajos y q los precios no suben, escribir en
lenguaje corriente las expresiones simbólicas siguientes:
a) ~q
b) p∧q
c) 𝑝 ∧ ~𝑞
d) ~𝑝 ∧ ~𝑞
e) ~( 𝑝 ∨ ~𝑞)
Solución.
a) (𝑝 ∧ 𝑞) ⟺ ~( p ⇒ ~q)
b) [p ⇒ ~(𝑞 ∨ 𝑟)] ⟺ [(𝑝 ∧ ~𝑞) ⇒ 𝑟]
c) [(a ⇒ 𝑏) ∧ (b ⇒ 𝑐)] ⇒ (a ⇒ 𝑐)
d) (a ⇒ 𝑏) ⇒ [(c ∨ a) ⇒ (c ∨ b)]
Solución.
(a ⇒ 𝑏) ⟺ [(a ∨ b) ⟺ 𝑏]
Solución.
PAGINA Nº 2
Construyendo su tabla de verdad, tenemos que siempre es
verdadera (tautología).
a) ( 𝑝 ∧ ~𝑞 ) ⇒ 𝑟 ≡ ~p ∨ (𝑞 ∨ 𝑟)
b) [( 𝑝 ∧ 𝑞 ) ∨ 𝑟)] ∧ ~𝑞 ≡ ( 𝑟 ∧ ~𝑞 )
Solución.
Podemos afirmar que entre estas dos proposiciones hay una relación de
equivalencia.
a) ( 𝑝 ∨ 𝑞 ) ⇒ (~p ∧ 𝑞 )
b) [ 𝑝 ∧ (𝑞 ∨ 𝑟)] ∧ ~𝑞
c) [ 𝑝 ⇒ (𝑞 ⇒ 𝑞)] ⇒ (𝑝 ∨ 𝑞 )
Solución.
a) ~p b) 𝑟 ∧ ~𝑞 c) Es una tautología.
a) ∀ 𝑥 ∶ 𝑥 + 3 < 6
b) ∀ 𝑥 ∶ 𝑥 2 − 10 ≤ 8
PAGINA Nº 3
c) ∃ 𝑥 ∶ 2𝑥 2 + 𝑥 = 15
d) ∃ 𝑥 ∶ 𝑥 2 > 1 ⇒ 𝑥 + 2 = 0
Solución.
a) F b) V c) F d) V
a) ∃ 𝑦 ∶ 𝑝(𝑦) ⇒ ∀ 𝑥 ∶ ~𝑞(𝑥)
b) ∃ 𝑥 ∶ ~𝑝(𝑥) ∨ ∀ 𝑥 ∶ 𝑞(𝑥)
c) ∃ 𝑥 ∀ 𝑦 ∶ [ 𝑝(𝑥, 𝑦) ⇒ 𝑞(𝑥, 𝑦)]
Solución.
a) ∀ 𝑦 ∶ 𝑝(𝑦) ∧ ∃ 𝑥 ∶ 𝑞(𝑥)
b) ∀ 𝑥 ∶ 𝑝(𝑥) ∧ ∃ 𝑥 ∶ ~𝑞(𝑥)
c) ∀ 𝑥∃ 𝑦 ∶ [ 𝑝(𝑥, 𝑦) ∧ ~𝑞(𝑥, 𝑦)]
PAGINA Nº 4