Step * of Lemma qmax-eq-iff-cases

No Annotations
q,r,s:ℚ.  uiff(qmax(q;r) s ∈ ℚ;((r ≤ q) ∧ (s q ∈ ℚ)) ∨ ((q ≤ r) ∧ (s r ∈ ℚ)))
BY
((UnivCD THENA Auto)
   THEN Unfold `qmax` 0
   THEN AutoSplit
   THEN (InstLemma `qless_trichot_qorder` [⌜r⌝;⌜q⌝]⋅ THENA Auto)
   THEN RepeatFor ((SplitOrHyps THEN Auto))) }


Latex:


Latex:
No  Annotations
\mforall{}q,r,s:\mBbbQ{}.    uiff(qmax(q;r)  =  s;((r  \mleq{}  q)  \mwedge{}  (s  =  q))  \mvee{}  ((q  \mleq{}  r)  \mwedge{}  (s  =  r)))


By


Latex:
((UnivCD  THENA  Auto)
  THEN  Unfold  `qmax`  0
  THEN  AutoSplit
  THEN  (InstLemma  `qless\_trichot\_qorder`  [\mkleeneopen{}r\mkleeneclose{};\mkleeneopen{}q\mkleeneclose{}]\mcdot{}  THENA  Auto)
  THEN  RepeatFor  2  ((SplitOrHyps  THEN  Auto)))




Home Index