Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
isahers1 committed Apr 18, 2022
1 parent e5e2db2 commit 571b481
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified __pycache__/group.cpython-39.pyc
Binary file not shown.
Binary file modified __pycache__/logicObjects.cpython-39.pyc
Binary file not shown.
Binary file modified __pycache__/proof.cpython-39.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion abelian_proof.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
p.closure(G,'a','b')
p.accessAssumption()
p.forallElim(4,['a * b'])
p.leftMult(G.elements['a'],5)
p.leftMult(G.elements['a'],5) # G.elements should be a function not a dictionary
p.forallElim(4,['a'])
p.substituteRHS(6,7)
p.identleft(8)
Expand Down

0 comments on commit 571b481

Please sign in to comment.