Step * 1 of Lemma nat-id-fun-example


1. : ℕ
2. ∀n:ℕn. (∃m:ℕ [(m n ∈ ℕ)])
3. 0 ∈ ℤ
⊢ ∃m:ℕ [(m 0 ∈ ℕ)]
BY
TACTIC:(InstConcl [⌜0⌝]⋅ THEN Auto) }


Latex:


Latex:

1.  n  :  \mBbbN{}
2.  \mforall{}n:\mBbbN{}n.  (\mexists{}m:\mBbbN{}  [(m  =  n)])
3.  n  =  0
\mvdash{}  \mexists{}m:\mBbbN{}  [(m  =  0)]


By


Latex:
TACTIC:(InstConcl  [\mkleeneopen{}0\mkleeneclose{}]\mcdot{}  THEN  Auto)




Home Index