Step
*
1
2
of Lemma
strongwf-implies
1. [T] : Type
2. [R] : T ⟶ T ⟶ Type
3. f : T ⟶ ℕ
4. ∀x,y:T.  (R[x;y] 
⇒ f x < f y)
5. [P] : T ⟶ ℙ
6. ∀j:T. ((∀k:T. (R[k;j] 
⇒ P[k])) 
⇒ P[j])
7. ∀i:ℕ. ∀x:T.  (((f x) = i ∈ ℕ) 
⇒ P[x])
⊢ ∀n:T. P[n]
BY
{ (Auto THEN (InstHyp [⌜f n⌝; ⌜n⌝] (-2))⋅ THEN Auto) }
Latex:
Latex:
1.  [T]  :  Type
2.  [R]  :  T  {}\mrightarrow{}  T  {}\mrightarrow{}  Type
3.  f  :  T  {}\mrightarrow{}  \mBbbN{}
4.  \mforall{}x,y:T.    (R[x;y]  {}\mRightarrow{}  f  x  <  f  y)
5.  [P]  :  T  {}\mrightarrow{}  \mBbbP{}
6.  \mforall{}j:T.  ((\mforall{}k:T.  (R[k;j]  {}\mRightarrow{}  P[k]))  {}\mRightarrow{}  P[j])
7.  \mforall{}i:\mBbbN{}.  \mforall{}x:T.    (((f  x)  =  i)  {}\mRightarrow{}  P[x])
\mvdash{}  \mforall{}n:T.  P[n]
By
Latex:
(Auto  THEN  (InstHyp  [\mkleeneopen{}f  n\mkleeneclose{};  \mkleeneopen{}n\mkleeneclose{}]  (-2))\mcdot{}  THEN  Auto)
Home
Index