Step * of Lemma frs-increasing-cons

p:ℝ List. ∀c:ℝ.  (frs-increasing([c p]) ⇐⇒ (0 < ||p||  (c < p[0])) ∧ frs-increasing(p))
BY
((UnivCD THENA Auto)
   THEN (RWO "frs-increasing-sorted-by" THENA Auto)
   THEN (RWO "sorted-by-cons" THENA Auto)
   THEN Reduce 0
   THEN Auto) }

1
1. : ℝ List
2. : ℝ
3. 0 < ||p||  (c < p[0])
4. sorted-by(λx,y. (x < y);p)
⊢ (∀z∈p.c < z)


Latex:


Latex:
\mforall{}p:\mBbbR{}  List.  \mforall{}c:\mBbbR{}.    (frs-increasing([c  /  p])  \mLeftarrow{}{}\mRightarrow{}  (0  <  ||p||  {}\mRightarrow{}  (c  <  p[0]))  \mwedge{}  frs-increasing(p))


By


Latex:
((UnivCD  THENA  Auto)
  THEN  (RWO  "frs-increasing-sorted-by"  0  THENA  Auto)
  THEN  (RWO  "sorted-by-cons"  0  THENA  Auto)
  THEN  Reduce  0
  THEN  Auto)




Home Index