kror-shack / my-logic-hub

Simplify logic with myLogicHub
https://mylogichub.com
GNU General Public License v3.0
8 stars 0 forks source link

Implicity uses De Morgan when using inference rules #3

Closed kror-shack closed 9 months ago

kror-shack commented 9 months ago

Type: Bug

Reported by User

Description:

In certain steps, when the De Morgan Theorem is needed to use an inference rule, the program uses the De Morgan Theorem but does not state it explicitly in the deduction steps.

e.g., If the logical expression Q∧P is present, and given the premise P→¬(¬Q∨¬P)), deducing ¬P with Modus Tollens may omit explicitly identifying the intermediary step involving the application of De Morgan's law on Q∧P.