Step * 1 2 of Lemma nat-to-incomparable-property


1. : ℕ
2. : ℕ
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. : ℕ
2. : ℕ
3. ¬(n m ∈ ℤ)
4. nat-to-str(n) [/] ≤ nat-to-str(m)
5. ("/" ∈ nat-to-str(m))
6. ("/" ∈ ``0 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