Skip to content

Commit

Permalink
error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
isahers1 committed Apr 19, 2022
1 parent 43f0ea4 commit c6f04a9
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 131 deletions.
Binary file modified __pycache__/proof.cpython-39.pyc
Binary file not shown.
4 changes: 2 additions & 2 deletions abelian_proof.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
p.closure(G,'a','b')
p.accessAssumption()
p.forallElim(4,['a * b'])
p.leftMult('a',5) # G.elements should be a function not a dictionary
p.leftMult('a',5)
p.forallElim(4,['a'])
p.substituteRHS(6,7)
p.identleft(8)
Expand All @@ -24,4 +24,4 @@
p.substituteRHS(11,12)
p.identleft(13)
p.forAllIntroduction(14,["a","b"],[1,2])
p.qed(15)
p.qed(15)
Loading

0 comments on commit c6f04a9

Please sign in to comment.