Step * of Lemma ibs-property

[s:IBS]. ∀[m:ℕ].  ∀[n:ℕ]. (s n) 1 ∈ ℤ supposing m ≤ supposing (s m) 1 ∈ ℤ
BY
(Auto
   THEN (Assert ∀d:ℕ((s (m d)) 1 ∈ ℤBY
               (DVar `s'
                THEN (Unhide THENA Auto)
                THEN InductionOnNat
                THEN Auto
                THEN (Subst' (d 1) THENA Auto)
                THEN (InstHyp [⌜(d 1)⌝2⋅ THENA Auto)
                THEN (RWO "-2" (-1) THENA Auto)
                THEN MoveToConcl (-1)
                THEN GenConclTerm ⌜(1 (d 1))⌝⋅
                THEN Auto))
   }

1
1. IBS
2. : ℕ
3. (s m) 1 ∈ ℤ
4. : ℕ
5. m ≤ n
6. ∀d:ℕ((s (m d)) 1 ∈ ℤ)
⊢ (s n) 1 ∈ ℤ


Latex:


Latex:
\mforall{}[s:IBS].  \mforall{}[m:\mBbbN{}].    \mforall{}[n:\mBbbN{}].  (s  n)  =  1  supposing  m  \mleq{}  n  supposing  (s  m)  =  1


By


Latex:
(Auto
  THEN  (Assert  \mforall{}d:\mBbbN{}.  ((s  (m  +  d))  =  1)  BY
                          (DVar  `s'
                            THEN  (Unhide  THENA  Auto)
                            THEN  InductionOnNat
                            THEN  Auto
                            THEN  (Subst'  m  +  d  \msim{}  1  +  m  +  (d  -  1)  0  THENA  Auto)
                            THEN  (InstHyp  [\mkleeneopen{}m  +  (d  -  1)\mkleeneclose{}]  2\mcdot{}  THENA  Auto)
                            THEN  (RWO  "-2"  (-1)  THENA  Auto)
                            THEN  MoveToConcl  (-1)
                            THEN  GenConclTerm  \mkleeneopen{}s  (1  +  m  +  (d  -  1))\mkleeneclose{}\mcdot{}
                            THEN  Auto))
  )




Home Index