Diferencia entre revisiones de «Práctica 4 (pre 2010, Paradigmas)»
De Cuba-Wiki
Línea 21: | Línea 21: | ||
==Ejercicio 05== | ==Ejercicio 05== | ||
Por favor ante cualquier error corrijan: | |||
i) | |||
<br>Skolem: | |||
<br><math> \forall x.\exists y.x < y </math> | |||
<br><math> = \forall x.x < f(x) </math> | |||
<br>Clausal: {{x < f(x)}} | |||
ii) | |||
<br>Skolem: | |||
<br><math> \exists x.\exists y.x < y </math> | |||
<br><math> = \exists x.x < f(x) = a < f(a) </math> | |||
<br>Clausal: {{a < f(a)}} | |||
iii) | |||
<br>Skolem: | |||
<br><math> \forall x.(\neg P(x) \vee \exists y.(P(y) \wedge Q(y))) </math> | |||
<br><math> = \forall x.(\neg P(x) \vee (P(f(x)) \wedge Q(f(x))))) </math> | |||
<br><math> = \forall x.([\neg P(x) \vee P(f(x))] \wedge [\neg P(x) \vee Q(f(x))]) </math> | |||
<br><math> = \forall x.[\neg P(x) \vee P(f(x))] \wedge \forall x.[\neg P(x) \vee Q(f(x))] </math> | |||
<br>Clausal: {{~P(x) v P(f(x))}, {~P(x) v Q(f(x))}} | |||
iv) | |||
<br>Skolem: | |||
<br><math> \exists x.\forall y.(P(x, y) \wedge Q(x) \wedge \neg R(y)) </math> | |||
<br><math> = \forall y.(P(a, y) \wedge Q(a) \wedge \neg R(y)) </math> | |||
<br>Clausal: {{P(a,y)},{Q(a)},{~R(y)}} | |||
==Ejercicio 06== | ==Ejercicio 06== | ||
==Ejercicio 07== | ==Ejercicio 07== |
Revisión del 22:51 16 may 2008
Ejercicio 01
- i) {□}
- ii) {□}
- iii) {□}
- iv) {□}
- v) { {~q,p} }
- vi) { {p},{q,r} }
Ejercicio 02
- i. i-iv Tautologias
- ii. (¬p -> q)^(p -> q)^(¬p -> ¬q) = (pvq)^(~pvq)^(pv¬q) = { {p,q},{~p,q},{p,~q} } = { {p,q},{~p,q},{p,~q},{p} } = { {p,q},{~p,q},{p,~q},{p},{q} } -> Con lo cual debe cumplirse p^q.
Ejercicio 03
Ejercicio 04
- i)
- ii)
- iii)
Ejercicio 05
Por favor ante cualquier error corrijan:
i)
Skolem:
Clausal: {{x < f(x)}}
ii)
Skolem:
Clausal: {{a < f(a)}}
iii)
Skolem:
Clausal: {{~P(x) v P(f(x))}, {~P(x) v Q(f(x))}}
iv)
Skolem:
Clausal: {{P(a,y)},{Q(a)},{~R(y)}}