Step
*
1
2
of Lemma
nat-to-incomparable-property
1. n : ℕ
2. m : ℕ
3. ¬(n = m ∈ ℤ)
4. nat-to-str(n) @ [/] ≤ nat-to-str(m)
5. ("/" ∈ nat-to-str(m))
⊢ False
BY
{ (FLemma `member-nat-to-str` [-1] THEN Auto) }
1
1. n : ℕ
2. m : ℕ
3. ¬(n = m ∈ ℤ)
4. nat-to-str(n) @ [/] ≤ nat-to-str(m)
5. ("/" ∈ nat-to-str(m))
6. ("/" ∈ ``0 1 2 3 4 5 6 7 8 9``)
⊢ False
Latex:
Latex:
1.  n  :  \mBbbN{}
2.  m  :  \mBbbN{}
3.  \mneg{}(n  =  m)
4.  nat-to-str(n)  @  [/]  \mleq{}  nat-to-str(m)
5.  ("/"  \mmember{}  nat-to-str(m))
\mvdash{}  False
By
Latex:
(FLemma  `member-nat-to-str`  [-1]  THEN  Auto)
Home
Index