Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Proof Assistant with Solver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Zhang, Jenny
Proof Assistant with Solver
Commits
b3440e18
Commit
b3440e18
authored
9 months ago
by
Jenny Zhang
Browse files
Options
Downloads
Patches
Plain Diff
Update Readme document with predefined inference rules of classical logic
parent
f96bb725
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+10
-0
10 additions, 0 deletions
README.md
src/assets/rules1.jpg
+0
-0
0 additions, 0 deletions
src/assets/rules1.jpg
src/assets/rules2.jpg
+0
-0
0 additions, 0 deletions
src/assets/rules2.jpg
with
10 additions
and
0 deletions
README.md
+
10
−
0
View file @
b3440e18
...
...
@@ -29,6 +29,7 @@ By default, the development server will run on http://localhost:8080. You can op
## User Guide
## Notation
The following notation was used in our proof assistant.
|
**Symbol**
|
**Representation**
|
**Meaning**
|
...
...
@@ -43,6 +44,14 @@ By default, the development server will run on http://localhost:8080. You can op
| False |
`false`
| Represents a false statement. |
| Symbol | A single uppercase or lowercase letter | Represents a variable or a constant in logical expressions. |
## Inference Rules
Our proof assistant incorporates predefined inference rules of classical logic in Sequent Natural Deduction.
The following rules were included in our proof assistant:
<img
src=
"./src/assets/rules1.png"
alt=
"rules1"
title=
"rules1"
width=
"300"
/>
<img
src=
"./src/assets/rules2.png"
alt=
"rules2"
title=
"rules2"
width=
"300"
/>
## Flowchart
**Step 1:**
Type a sequent you want to prove in the input line, and click submit.
...
...
@@ -53,3 +62,4 @@ By default, the development server will run on http://localhost:8080. You can op
**Step 4:**
If you are correct, the dialog will disappear, and you could repeat steps 2-3 until you finish your proof.
<img
src=
"./src/assets/userFlowChart.png"
alt=
"User Flowchart"
title=
"User Flowchart"
width=
"300"
/>
This diff is collapsed.
Click to expand it.
src/assets/rules1.jpg
0 → 100644
+
0
−
0
View file @
b3440e18
219 KiB
This diff is collapsed.
Click to expand it.
src/assets/rules2.jpg
0 → 100644
+
0
−
0
View file @
b3440e18
60.1 KiB
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment