Step
*
of Lemma
set_lt_transitivity_2
∀[s:QOSet]. ∀[a,b,c:|s|].  (a <s c) supposing ((b ≤ c) and (a <s b))
BY
{ (Auto
   THEN ((RWH (LemmaC `set_lt_is_sp_of_leq`) (-2)) THENA Auto)
   THEN ((RWH (LemmaC `set_lt_is_sp_of_leq`) 0) THENA Auto)) }
1
1. s : QOSet
2. a : |s|
3. b : |s|
4. c : |s|
5. strict_part(x,y.x ≤ y;a;b)
6. b ≤ c
⊢ strict_part(x,y.x ≤ y;a;c)
Latex:
Latex:
\mforall{}[s:QOSet].  \mforall{}[a,b,c:|s|].    (a  <s  c)  supposing  ((b  \mleq{}  c)  and  (a  <s  b))
By
Latex:
(Auto
  THEN  ((RWH  (LemmaC  `set\_lt\_is\_sp\_of\_leq`)  (-2))  THENA  Auto)
  THEN  ((RWH  (LemmaC  `set\_lt\_is\_sp\_of\_leq`)  0)  THENA  Auto))
Home
Index