Skip to content

A PWA to get all true statements from your inputed statement using immediate inference in logic

Notifications You must be signed in to change notification settings

Sadegh-Zr/immediate-inference

Repository files navigation

Gatsby

Immediate Inference PWA

Get all true statements from your inputed statement using immediate inference in logic

🙄 Why?

My main purpose of developing such an app was to extract all true statement rules from Quran & Hadith which I -as a Shia muslim- believe in their truthness. It's kind of like what Mulla Sadra did to prove a Hadith using a Quran's Ayah based on the obverted contraposition.

You can enter your predicative or conditional statement in this app and then get all true statements based on what you've entered. These statements which are deduced by immediate inference are conversion, obverted contraposition, obvertion(for subject(or antecedent), predicate(or consequent) and both).

💁‍♂️Contrabution

This PWA has been developed using Gatsby. So you can feel free to install the packages:

npm install

and then run:

npm run develop

Note: Please be aware that fonts might not shown correctly. That's because of Github Pages; It was required to use a path prefix of "/immediate-inference" for the URL of the imported fonts which would result in 404 in local development, but fine in deployment.