Coder Social home page Coder Social logo

moltap's People

Contributors

twanvl avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

moltap's Issues

In systems without reflexivity, transitivity and euclidean axioms are applied incorrectly

In systems without reflexivity, the transitivity (axiom 4) and euclidean (axiom 5) are applied incorrectly.
These should all obviously be true, but MOLTAP considers them false.

system K4; K K (p&q) -> K K p
system K5; K K (p&q) -> K K p
system KD4; K K (p&q) -> K K p
system KD5; K K (p&q) -> K K p

MOLTAP only considers the transitive case, so it tries to prove K K p by proving K p instead. With reflexivity that would be valid, because then K K p -> K p, but without it we need to do something else.

Note: we need K K (p&q) instead of K K p on the left of the implication, because otherwise the formulas match syntactically.

Inconsistency with group knowledge notation

The following two formulas should both be true, since in system K4 (also S4 and S5), K1 p -> K1 K1 p.

system K4; (K1 p & K1 K2 p) -> K1 K{1,2} p
system K4; (K1 p & K1 K2 p) -> K1 (K1 p & K2 p)

But MOLTAP incorrectly claims that the first is false. The produced counterexample is (obviously) incorrect.

This is caused by tabLocalUpIf, which only moves up in the tree if the agent set matches exactly, and 1 does not equal {1,2}, so the axiom is not applied. The correct solution would be to split into two worlds as is done in the second formula.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.