University stuff.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

hw9.mdn 727B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # Innlevering 9
  2. ## 15.10
  3. A) $\forall$x$\forall$yRxy
  4. * Rxy: (x > y) \lor (x <= y)
  5. B) $\exists$x$\forall$yRxy
  6. * Rxy: x <= y
  7. C) $\forall$x$\exists$yRxy \land $\lnot$$\exists$xRxx
  8. * Rxy: (x > y) \lor (x < y)
  9. D) $\exists$x$\exists$y(Rxy \land $\lnot$Ryx) \land $\forall$xRxx
  10. * Rxy: (x > y) \lor ($\lnot$(x > y) \lor $\lnot$(x < y))
  11. ## 16.4
  12. A) $\exists$x(Liten(x) \land Trekant(x))
  13. * Usann
  14. B) $\exists$x(Liten(x) \land Firkant(x))
  15. * Sann
  16. C) $\forall$x(Liten(x) \to Firkant(x))
  17. * Usann
  18. D) $\forall$x(Sirkel(x) \to Liten(x))
  19. * Sann
  20. E) $\forall$x(Trukant(x) \to Stor(x))
  21. * Sann
  22. F) $\forall$x$\lnot\exists$y(Under(x, y))
  23. * Sann
  24. ## 16.7
  25. * $\exists$x$\exists$yRxy er en logisk konsekvens av $\forall$x$\forall$yRxy