Actema Actema
  • Courses
  • Docs
  • About

Courses

  • Introduction
  • Propositional logic
    • Conjunction
    • Disjunction
    • Negation
  • Predicate logic
    • Quantifiers
    • Equality
  • Theories
    • Peano arithmetic
    • Edukera

Edukera

This is a retranscription in the syntax of Actema of an exercise from the Logic course available on Edukera.

Riddles

h : (), Rich :: (), mother : () -> () ; ∀ x : (). ¬ Rich(x) -> Rich(mother(x)) , ∀ x : (). ¬ Rich(mother(mother(x))) ∨ ¬ Rich(x) |- ⊥

h : (), Rich :: (), mother : () -> () ; ∀ x : (). Rich(x) ∨ ¬ Rich(x), ∀ x : (). ¬ Rich(x) -> Rich(mother(x)) |- ∃ x : (). Rich(mother(mother(x))) ∧ Rich(x)

© Actema 2021