previous up next
Go backward to Typical Constant Names
Go up to Top
Go forward to Example
RISC-Linz logo

Example

We show

forall x in Z, y in Z: x+y = y+x.
Take arbitrary x0 in Z,y0 in Z. We have to show
x0+y0 = y0+x0.
We know
x0+y0 = (definition of +)
I(x0 +N y0, x1 +N y1) = (commutativity of +N)
I(y0 +N x0, y1 +N x1) = (definition of +)
y0+x0.

Author: Wolfgang Schreiner
Last Modification: November 30, 1999

previous up next