Step * of Lemma lifting-ispair-concat

[a,b,c:Top].  (concat(if is pair then otherwise c) if is pair then concat(b) otherwise concat(c))
BY
SqReasoning }

1
1. Base
2. Base
3. Base
4. (concat(if is pair then otherwise c))↓
⊢ concat(if is pair then otherwise c) ≤ if is pair then concat(b) otherwise concat(c)


Latex:


Latex:
\mforall{}[a,b,c:Top].
    (concat(if  a  is  a  pair  then  b  otherwise  c)  \msim{}  if  a  is  a  pair  then  concat(b)  otherwise  concat(c))


By


Latex:
SqReasoning




Home Index