Skip to content

NNF for non-empty trace vs empty-trace semantics #18

@marfvr

Description

@marfvr

This issue is to keep track of a discrepancy between NNF with empty-trace and non-empty trace semantics.

For example, let us denote ~ the logical not and ! the propositional not. Also, let a be an atom.

The NNF of a is a in both semantics.
The NNF of !a is !a in both semantics.
The NNF of ~a should be !a | end for empty-trace sem., and !a for non-empty trace sem.
The NNF of ~!a should be a | end for empty-trace sem., and a for non-empty trace sem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions