modal-logic Questions

1

Solved

I have a predicate that relates a modal logic formula to its negative normal form. All connectives except the modal operators, conjunction, and disjunction are eliminated, and negation is pushed as...
Chipboard asked 15/12, 2018 at 7:22

1

Solved

I was just looking at the type of map :: (a -> b) -> [a] -> [b] and just the shape of this function made me wonder whether we could see the list forming operator [ ] as obeying various axi...
Ginny asked 13/3, 2018 at 17:54

1

Solved

I have written some code in Haskell for modeling propositional logic data Formula = Prop {propName :: String} | Neg Formula | Conj Formula Formula | Disj Formula Formula | Impl Formula Form...
At asked 28/9, 2014 at 10:31

9

Solved

how to read P implies Q in classical logic? example : Distributivity: Ka(X->Y) -> (KaX -> KaY) This is modal logic which uses classical logic rules. KaX : a knows the that X is true...
1

© 2022 - 2024 — McMap. All rights reserved.