Step
*
1
2
2
2
1
1
of Lemma
div-search-lemma
1. aa : ℤ
2. bb : {aa + 1...}
3. f : ℤ ⟶ 𝔹
4. x2 : {aa..bb-}
5. ∀y:{aa..x2 + 1-}. (¬↑(f y))
6. ∀z:{x2 + 1..bb + 1-}. (↑(f z))
7. a : ℤ
8. b : ℤ
9. c : ℤ
10. a < c
11. c < b
12. ¬↑(f c)
13. x1 : {a..b-}
14. ∀y:{a..x1 + 1-}. (¬↑(f y))
15. ∀z:{x1 + 1..b + 1-}. (↑(f z))
16. x : {c..b-}
17. ∀y:{c..x + 1-}. (¬↑(f y))
18. ∀z:{x + 1..b + 1-}. (↑(f z))
19. y : {a..x + 1-}
20. ¬(c ≤ y)
⊢ ¬↑(f y)
BY
{ TACTIC:(Assert c ≤ x1 BY
                (SupposeNot THEN InstHyp [⌜c⌝] 15⋅ THEN Auto)) }
1
1. aa : ℤ
2. bb : {aa + 1...}
3. f : ℤ ⟶ 𝔹
4. x2 : {aa..bb-}
5. ∀y:{aa..x2 + 1-}. (¬↑(f y))
6. ∀z:{x2 + 1..bb + 1-}. (↑(f z))
7. a : ℤ
8. b : ℤ
9. c : ℤ
10. a < c
11. c < b
12. ¬↑(f c)
13. x1 : {a..b-}
14. ∀y:{a..x1 + 1-}. (¬↑(f y))
15. ∀z:{x1 + 1..b + 1-}. (↑(f z))
16. x : {c..b-}
17. ∀y:{c..x + 1-}. (¬↑(f y))
18. ∀z:{x + 1..b + 1-}. (↑(f z))
19. y : {a..x + 1-}
20. ¬(c ≤ y)
21. c ≤ x1
⊢ ¬↑(f y)
Latex:
Latex:
1.  aa  :  \mBbbZ{}
2.  bb  :  \{aa  +  1...\}
3.  f  :  \mBbbZ{}  {}\mrightarrow{}  \mBbbB{}
4.  x2  :  \{aa..bb\msupminus{}\}
5.  \mforall{}y:\{aa..x2  +  1\msupminus{}\}.  (\mneg{}\muparrow{}(f  y))
6.  \mforall{}z:\{x2  +  1..bb  +  1\msupminus{}\}.  (\muparrow{}(f  z))
7.  a  :  \mBbbZ{}
8.  b  :  \mBbbZ{}
9.  c  :  \mBbbZ{}
10.  a  <  c
11.  c  <  b
12.  \mneg{}\muparrow{}(f  c)
13.  x1  :  \{a..b\msupminus{}\}
14.  \mforall{}y:\{a..x1  +  1\msupminus{}\}.  (\mneg{}\muparrow{}(f  y))
15.  \mforall{}z:\{x1  +  1..b  +  1\msupminus{}\}.  (\muparrow{}(f  z))
16.  x  :  \{c..b\msupminus{}\}
17.  \mforall{}y:\{c..x  +  1\msupminus{}\}.  (\mneg{}\muparrow{}(f  y))
18.  \mforall{}z:\{x  +  1..b  +  1\msupminus{}\}.  (\muparrow{}(f  z))
19.  y  :  \{a..x  +  1\msupminus{}\}
20.  \mneg{}(c  \mleq{}  y)
\mvdash{}  \mneg{}\muparrow{}(f  y)
By
Latex:
TACTIC:(Assert  c  \mleq{}  x1  BY
                            (SupposeNot  THEN  InstHyp  [\mkleeneopen{}c\mkleeneclose{}]  15\mcdot{}  THEN  Auto))
Home
Index