Step * of Lemma set_lt_transitivity_2

[s:QOSet]. ∀[a,b,c:|s|].  (a <c) supposing ((b ≤ c) and (a <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. QOSet
2. |s|
3. |s|
4. |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