Step * 2 2 1 of Lemma polymorphic-choice-int

.....assertion..... 
1. : ⋂A:Type. (A ⟶ A ⟶ A)
2. ∀x,y:Base.  (↓((f y) x ∈ Base) ∨ ((f y) y ∈ Base))
3. f ∈ ℤ ⟶ ℤ ⟶ ℤ
4. ¬((f 1) 0 ∈ ℤ)
5. : ℤ
6. : ℤ
7. (f 1) 1 ∈ Base
8. (f y) x ∈ Base
9. ¬(x y ∈ ℤ)
⊢ ∃n,m:ℤ((¬(n m ∈ ℤ)) ∧ ((f m) m ∈ ℤ) ∧ (x m ∈ ℤ)) ∧ (y n ∈ ℤ)))
BY
TACTIC:(Assert (f 3) 3 ∈ Base BY
                ((InstHyp [⌜2⌝;⌜3⌝2⋅ THENA Auto) THEN RepeatFor (D -1) THEN Auto)) }

1
.....aux..... 
1. : ⋂A:Type. (A ⟶ A ⟶ A)
2. ∀x,y:Base.  (↓((f y) x ∈ Base) ∨ ((f y) y ∈ Base))
3. f ∈ ℤ ⟶ ℤ ⟶ ℤ
4. ¬((f 1) 0 ∈ ℤ)
5. : ℤ
6. : ℤ
7. (f 1) 1 ∈ Base
8. (f y) x ∈ Base
9. ¬(x y ∈ ℤ)
10. (f 3) 2 ∈ Base
⊢ (f 3) 3 ∈ Base

2
1. : ⋂A:Type. (A ⟶ A ⟶ A)
2. ∀x,y:Base.  (↓((f y) x ∈ Base) ∨ ((f y) y ∈ Base))
3. f ∈ ℤ ⟶ ℤ ⟶ ℤ
4. ¬((f 1) 0 ∈ ℤ)
5. : ℤ
6. : ℤ
7. (f 1) 1 ∈ Base
8. (f y) x ∈ Base
9. ¬(x y ∈ ℤ)
10. (f 3) 3 ∈ Base
⊢ ∃n,m:ℤ((¬(n m ∈ ℤ)) ∧ ((f m) m ∈ ℤ) ∧ (x m ∈ ℤ)) ∧ (y n ∈ ℤ)))


Latex:


Latex:
.....assertion..... 
1.  f  :  \mcap{}A:Type.  (A  {}\mrightarrow{}  A  {}\mrightarrow{}  A)
2.  \mforall{}x,y:Base.    (\mdownarrow{}((f  x  y)  =  x)  \mvee{}  ((f  x  y)  =  y))
3.  f  \mmember{}  \mBbbZ{}  {}\mrightarrow{}  \mBbbZ{}  {}\mrightarrow{}  \mBbbZ{}
4.  \mneg{}((f  0  1)  =  0)
5.  x  :  \mBbbZ{}
6.  y  :  \mBbbZ{}
7.  (f  0  1)  =  1
8.  (f  x  y)  =  x
9.  \mneg{}(x  =  y)
\mvdash{}  \mexists{}n,m:\mBbbZ{}.  ((\mneg{}(n  =  m))  \mwedge{}  ((f  n  m)  =  m)  \mwedge{}  (\mneg{}(x  =  m))  \mwedge{}  (\mneg{}(y  =  n)))


By


Latex:
TACTIC:(Assert  (f  2  3)  =  3  BY
                            ((InstHyp  [\mkleeneopen{}2\mkleeneclose{};\mkleeneopen{}3\mkleeneclose{}]  2\mcdot{}  THENA  Auto)  THEN  RepeatFor  2  (D  -1)  THEN  Auto))




Home Index