Step
*
2
1
of Lemma
one-mul
1. ∀x:ℤ. ((1 * x) = x ∈ ℤ)
2. x : ℤ
⊢ 1 * x ~ x
BY
{ TACTIC:(InstHyp [⌜x⌝] 1⋅ THENA Declaration) }
1
1. ∀x:ℤ. ((1 * x) = x ∈ ℤ)
2. x : ℤ
3. (1 * x) = x ∈ ℤ
⊢ 1 * x ~ x
Latex:
Latex:
1.  \mforall{}x:\mBbbZ{}.  ((1  *  x)  =  x)
2.  x  :  \mBbbZ{}
\mvdash{}  1  *  x  \msim{}  x
By
Latex:
TACTIC:(InstHyp  [\mkleeneopen{}x\mkleeneclose{}]  1\mcdot{}  THENA  Declaration)
Home
Index