advancedresearch / prop

Propositional logic with types in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make Avatar Modal Logic use `¬¬a` instead of `false^(false^a))`

bvssvni opened this issue · comments

Currently, Avatar Modal Logic uses false^(false^a). However, it turns out that this equals ¬¬a.

By using ¬¬a, it might be possible to reduce dependence on HOOO Exponential Propositions.