Step
*
1
1
1
2
of Lemma
decidable__fun-connected
1. [T] : Type
2. f : T ⟶ T
3. h : T ⟶ ℕ
4. ∀x:T. (((f x) = x ∈ T) ∨ h (f x) < h x)
5. ∀x,y:T.  Dec(x = y ∈ T)
6. n : ℤ
7. [%3] : 0 < n
8. ∀y,x:T.  (h y < n - 1 
⇒ Dec(x is f*(y)))
9. y : T
10. x : T
11. h y < n
12. ¬(x = y ∈ T)
⊢ Dec(x is f*(y))
BY
{ (Decide ⌜(f y) = y ∈ T⌝⋅ THENA Auto)⋅ }
1
1. [T] : Type
2. f : T ⟶ T
3. h : T ⟶ ℕ
4. ∀x:T. (((f x) = x ∈ T) ∨ h (f x) < h x)
5. ∀x,y:T.  Dec(x = y ∈ T)
6. n : ℤ
7. [%3] : 0 < n
8. ∀y,x:T.  (h y < n - 1 
⇒ Dec(x is f*(y)))
9. y : T
10. x : T
11. h y < n
12. ¬(x = y ∈ T)
13. (f y) = y ∈ T
⊢ Dec(x is f*(y))
2
1. [T] : Type
2. f : T ⟶ T
3. h : T ⟶ ℕ
4. ∀x:T. (((f x) = x ∈ T) ∨ h (f x) < h x)
5. ∀x,y:T.  Dec(x = y ∈ T)
6. n : ℤ
7. [%3] : 0 < n
8. ∀y,x:T.  (h y < n - 1 
⇒ Dec(x is f*(y)))
9. y : T
10. x : T
11. h y < n
12. ¬(x = y ∈ T)
13. ¬((f y) = y ∈ T)
⊢ Dec(x is f*(y))
Latex:
Latex:
1.  [T]  :  Type
2.  f  :  T  {}\mrightarrow{}  T
3.  h  :  T  {}\mrightarrow{}  \mBbbN{}
4.  \mforall{}x:T.  (((f  x)  =  x)  \mvee{}  h  (f  x)  <  h  x)
5.  \mforall{}x,y:T.    Dec(x  =  y)
6.  n  :  \mBbbZ{}
7.  [\%3]  :  0  <  n
8.  \mforall{}y,x:T.    (h  y  <  n  -  1  {}\mRightarrow{}  Dec(x  is  f*(y)))
9.  y  :  T
10.  x  :  T
11.  h  y  <  n
12.  \mneg{}(x  =  y)
\mvdash{}  Dec(x  is  f*(y))
By
Latex:
(Decide  \mkleeneopen{}(f  y)  =  y\mkleeneclose{}\mcdot{}  THENA  Auto)\mcdot{}
Home
Index