WOLFRAM NOTEBOOK

In[]:=
FindEquationalProof[b==(ab)b,ForAll[{a,b},ab==b]]
Out[]=
ProofObject
Logic: EquationalLogic
Steps: 3
Theorem: b(ab)b
In[]:=
FindEquationalProof[b==(ab)b,ForAll[{a,b},ab==b]]["ProofDataset"]
Out[]=
Statement
Proof
Axiom
1
aba
Hypothesis
1
(ab)bb
Conclusion
1
True
6 total
In[]:=
FindEquationalProof[b==(ab)b,ForAll[{a,b},ab==b]]["ProofGraph"]
Out[]=
FindEquationalProof[b==(ab)b,ForAll[{a,b},ab==b]]["ProofGraph"]
In[]:=
AccumulativeTokenEventGraph[{a_<->b_a_},1,"SC"]
Out[]=
In[]:=
DeleteCases[VertexList[AccumulativeTokenEventGraph[{a_<->b_a_},1,"SC"],_TwoWayRule]/.p_Pattern:>First[p]/.TwoWayRule->Equal,True]
Out[]=
{aba,aaa,ab(ba),ab(ca),a(ba)a,a(bc)a,abcb}
In[]:=
FindEquationalProof[#,ForAll[{a,b},ab==b]]["ProofGraph"]&/@%
Out[]=
,
,
,
,
,
,
In[]:=
FindEquationalProof[ab(ba),ForAll[{a,b},ab==b]]["ProofDataset"]
Out[]=
Statement
Proof
Axiom
1
aba
Hypothesis
1
b(ba)a
SubstitutionLemma
1
baa
6 total
Conclusion
1
True
6 total
In[]:=
FindEquationalProof[ab(ba),ForAll[{a,b},ab==b]]["ProofNotebook"]
Out[]=
Axiom 1
We are given that:
aba
Hypothesis 1
We would like to show that:
b(ba)a
Substitution Lemma 1
It can be shown that:
baa
Proof
We start by taking Hypothesis 1, and apply the substitution:
a_b_b
which follows from Axiom 1.
Conclusion 1
We obtain the conclusion:
True
Proof
Take Substitution Lemma 1, and apply the substitution:
a_b_b
which follows from Axiom 1.
In[]:=
With[{g=AccumulativeTokenEventGraph[{a_<->b_a_},1,"SC","TokenLabeling"->True]},Subgraph[g,#]&/@findProof[g,{a_<->b_a_},a_<->b_(b_a_)]]
Out[]=
In[]:=
With[{g=AccumulativeTokenEventGraph[{a_<->b_a_},2,"S","TokenLabeling"->True]},Subgraph[g,#]&/@findProof[g,{a_<->b_a_},a_<->b_(b_a_)]]
Out[]=
Missing
In[]:=
AccumulativeTokenEventGraph[{a_<->b_a_,a_<->b_(b_a_)},1,"S"]
Out[]=
In[]:=
AccumulativeTokenEventGraph[{a_<->b_a_,a_<->b_(b_a_)},1,"S","TokenLabeling"->True]
Out[]=
In[]:=
VertexList[%,_TwoWayRule]
Out[]=
{a_b_a_,a_b_(b_a_),a_a_,a_b_(b_(c_a_)),a_b_(b_(c_(c_a_))),a_b_(c_a_),a_b_(c_(b_a_)),a_b_(c_(c_a_)),a_b_(c_(c_(b_a_))),a_b_((c_b_)a_),a_b_((c_(c_b_))a_),a_(b_c_)a_,a_(b_c_)(c_a_),a_(b_(b_c_))a_,a_(b_(b_c_))(c_a_),a_b_c_b_,a_b_c_(c_b_),a_(a_b_)c_b_,a_(a_b_)c_(c_b_)}

Objective of theorem proving: find at least one of the axioms and the hypothesis [and nothing else] in the past entailment cone of “True”

Restatement: we’re looking for an overlap (i.e. a=a) in the past entailment cone of the hypothesis, and the future one of the axioms

[If we’re dealing with expressions, we just have to extend the path ... to reach from the future cone of the axioms into the past cone of the hypothesis]

More theorems

Confluence in our model??

Predicate logic?

Wolfram Cloud

You are using a browser not supported by the Wolfram Cloud

Supported browsers include recent versions of Chrome, Edge, Firefox and Safari.


I understand and wish to continue anyway »

You are using a browser not supported by the Wolfram Cloud. Supported browsers include recent versions of Chrome, Edge, Firefox and Safari.