UniformAssociativity3ExampleProof
gapt.examples.sequence.UniformAssociativity3ExampleProof
object UniformAssociativity3ExampleProof extends ProofSequence
Attributes
- Graph
-
- Supertypes
- Self type
Members list
Value members
Concrete methods
Returns proof Pi (currently including line above and below Pi), with numerals n, i, i+1: (n + n) + i+1 = n + (n + i+1), Ax |- ... Pi (n + n) + i = n + (n + i), Ax |- ...
Returns proof Pi (currently including line above and below Pi), with numerals n, i, i+1: (n + n) + i+1 = n + (n + i+1), Ax |- ... Pi (n + n) + i = n + (n + i), Ax |- ...
Attributes
Close off proof ending in (n + n) + 0 = n + (n + 0) |- ...
Close off proof ending in (n + n) + 0 = n + (n + 0) |- ...
Attributes
Takes a proof s2 with end-sequent of the form (x=y), ... |- ... and return one with end-sequent of the form (y=x), ... |- ...
Takes a proof s2 with end-sequent of the form (x=y), ... |- ... and return one with end-sequent of the form (y=x), ... |- ...
Attributes
Inherited methods
Attributes
- Inherited from:
- ProofSequence
In this article