Step * of Lemma sqle_trans

a,b,c:Base.  ((a ≤ b)  (b ≤ c)  (a ≤ c))
BY
(Intros THEN Try ((At ⌜Type⌝ (D 0)⋅ THEN BLemma `sqle-wf` THEN Auto)) THEN Refine_sqleTransitivity ⌜b⌝⋅ THEN Auto) }


Latex:


Latex:
\mforall{}a,b,c:Base.    ((a  \mleq{}  b)  {}\mRightarrow{}  (b  \mleq{}  c)  {}\mRightarrow{}  (a  \mleq{}  c))


By


Latex:
(Intros
  THEN  Try  ((At  \mkleeneopen{}Type\mkleeneclose{}  (D  0)\mcdot{}  THEN  BLemma  `sqle-wf`  THEN  Auto))
  THEN  Refine\_sqleTransitivity  \mkleeneopen{}b\mkleeneclose{}\mcdot{}
  THEN  Auto)




Home Index