Step * 1 1 1 1 of Lemma int_lower_well_founded


1. : ℤ
2. WellFnd{i}(ℕ;x,y.x < y)
3. WellFnd{i}({...n};x,y.n x < y)
⊢ WellFnd{i}({...n};x,y.x > y)
BY
(RWO "minus_mono_wrt_lt" (-1) THENW Try (Complete (Auto))) }

1
1. : ℤ
2. WellFnd{i}(ℕ;x,y.x < y)
3. WellFnd{i}({...n};x,y.-(n y) < -(n x))
⊢ WellFnd{i}({...n};x,y.x > y)


Latex:


Latex:

1.  n  :  \mBbbZ{}
2.  WellFnd\{i\}(\mBbbN{};x,y.x  <  y)
3.  WellFnd\{i\}(\{...n\};x,y.n  -  x  <  n  -  y)
\mvdash{}  WellFnd\{i\}(\{...n\};x,y.x  >  y)


By


Latex:
(RWO  "minus\_mono\_wrt\_lt"  (-1)  THENW  Try  (Complete  (Auto)))




Home Index