Step * 1 of Lemma map-conversion-test2


1. : ℤ List
⊢ map(λx.(x 0);L) map(λx.x;L)
BY
TACTIC:(Assert ∀x:ℤ(x x) BY
                Auto) }

1
1. : ℤ List
2. ∀x:ℤ(x x)
⊢ map(λx.(x 0);L) map(λx.x;L)


Latex:


Latex:

1.  L  :  \mBbbZ{}  List
\mvdash{}  map(\mlambda{}x.(x  +  0);L)  \msim{}  map(\mlambda{}x.x;L)


By


Latex:
TACTIC:(Assert  \mforall{}x:\mBbbZ{}.  (x  +  0  \msim{}  x)  BY
                            Auto)




Home Index