Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Alethe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
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
veriT
Alethe
Commits
5ad781d4
Commit
5ad781d4
authored
8 months ago
by
Hans-Jörg
Browse files
Options
Downloads
Plain Diff
Merge branch 'devel/add-elab-rules' into 'master'
Adding eq_symmetric rule See merge request
!8
parents
f961e6f8
8d4b1483
No related branches found
Branches containing commit
No related tags found
1 merge request
!8
Adding eq_symmetric rule
Pipeline
#38135
passed
8 months ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
spec/changelog.tex
+7
-3
7 additions, 3 deletions
spec/changelog.tex
spec/rule_list.tex
+11
-0
11 additions, 0 deletions
spec/rule_list.tex
with
18 additions
and
3 deletions
spec/changelog.tex
+
7
−
3
View file @
5ad781d4
...
...
@@ -7,6 +7,10 @@ Proof rules:
\proofRule
{
bitblast
_
ult
}
.
\item
Addition of rules
\proofRule
{
la
_
mult
_
pos
}
and
\proofRule
{
la
_
mult
_
neg
}
to describe multiplication with a positive or negative factor.
\item
Addition of rules
\proofRule
{
symm
}
and
\proofRule
{
not
_
symm
}
to express symmetry of equality explicitly.
\item
Addition of the rule
\proofRule
{
eq
_
symmetric
}
to express symmetry
of equality explicitly but as an equivalence. Note that in principle this
could be done with the rule
\proofRule
{
symm
}
above, but would require a long
and tedious use of
\proofRule
{
subproof
}
for each direction of the equivalence.
\end{itemize}
\noindent
...
...
@@ -47,9 +51,9 @@ command.
Beyond many smaller clarifications and typographic improvements, the
following changes are implemented in this release.
\begin{itemize}
\item
Add an abstract proof checking procedure to clarify
the semantics of the proof format.
\item
Add a description of the semantics of contexts based on λ-terms.
\item
Add an abstract proof checking procedure to clarify
the semantics of the proof format.
\item
Add a description of the semantics of contexts based on λ-terms.
\item
List all transformations that are implicit in Alethe proofs.
\item
Change the notation used for terms from first-order style
(e.g.,
$
f
(
x,g
(
y
))
$
) to higher-order style (e.g.,
...
...
This diff is collapsed.
Click to expand it.
spec/rule_list.tex
+
11
−
0
View file @
5ad781d4
...
...
@@ -1774,6 +1774,17 @@ See \proofRule{symm} for an explanation of this rule.
\end{RuleDescription}
\begin{RuleDescription}
{
eq
_
symmetric
}
\begin{AletheX}
$
i
$
.
&
\ctxsep
&
$
(
t
_
1
≈ t
_
2
)
≈
(
t
_
2
≈ t
_
1
)
$
&
(
\currule
)
\\
\end{AletheX}
\noindent
Note that since Alethe allows the implicit reordering of equalities, this
rule is technically superfluous. However, the rule is useful to state
an explicit usage of symmetry of equality reasoning to aid proof reconstruction.
\end{RuleDescription}
\clearpage
\subsection
{
Index of Rules
}
\label
{
sec:alethe:rules-index
}
...
...
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