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
f359b2bc
Commit
f359b2bc
authored
8 months ago
by
Hans-Jörg
Browse files
Options
Downloads
Patches
Plain Diff
Add eq_symmetric to rule classification tables
parent
5ad781d4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#38138
passed
8 months ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
spec/rule_list.tex
+9
-0
9 additions, 0 deletions
spec/rule_list.tex
with
9 additions
and
0 deletions
spec/rule_list.tex
+
9
−
0
View file @
f359b2bc
...
...
@@ -101,6 +101,7 @@ to quickly find the definition of rules.
\ruleref
{
distinct
_
elim
}
&
Elimination of the
$
\lsymb
{
distinct
}$
operator.
\\
\ruleref
{
la
_
rw
_
eq
}
&
$
(
t ≈ u
)
≈
(
t
\leq
u
\land
u
\leq
t
)
$
\\
\ruleref
{
nary
_
elim
}
&
Eliminate
$
n
$
-ary application of operators via binary applications.
\\
\ruleref
{
eq
_
symmetric
}
&
Symmetry of equality as equivalence.
\\
\end{xltabular}
\begin{xltabular}
{
\linewidth
}{
l X
}
...
...
@@ -256,6 +257,14 @@ simplifications.}
\ruleref
{
symm
}
&
Symmetry of equality.
\\
\ruleref
{
not
_
symm
}
&
Symmetry of not-equal.
\\
\end{xltabular}
\begin{xltabular}
{
\linewidth
}{
l X
}
\caption
{
Rules used by the Carcara elaborator.
}
\label
{
rule-tab:cvc5
}
\\
Rule
&
Description
\\
\hline
\ruleref
{
eq
_
symmetric
}
&
Symmetry of equality as equivalence.
\\
\end{xltabular}
\subsection
{
Rule List
}
\label
{
sec:alethe:rules-list
}
...
...
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