Step * of Lemma ispair-sqequal

[C:Base]
  ∀[A,B,z:Base].
    if is pair then otherwise 
    supposing ((z ~ <fst(z), snd(z)> (A <fst(z), snd(z)> C <fst(z), snd(z)>))
    ∧ ((∀a,b:Base.  (if is pair then otherwise b))  (B z)) 
  supposing strict(C)
BY
(SqReasoning
   THEN Try (Complete ((SplitAndHyps THEN (HVimplies2 [1] ORELSE HVimplies2 [2]) THEN RWO "6" THEN Auto)))
   }

1
1. Base
2. strict(C)
3. Base
4. Base
5. Base
6. ((z ~ <fst(z), snd(z)> (A <fst(z), snd(z)> C <fst(z), snd(z)>))
∧ ((∀a,b:Base.  (if is pair then otherwise b))  (B z))
7. is-exception(if is pair then otherwise z)
8. is-exception(z)
⊢ if is pair then otherwise z ≤ z

2
1. Base
2. strict(C)
3. Base
4. Base
5. Base
6. ((z ~ <fst(z), snd(z)> (A <fst(z), snd(z)> C <fst(z), snd(z)>))
∧ ((∀a,b:Base.  (if is pair then otherwise b))  (B z))
7. is-exception(C z)
8. (C)↓
⊢ z ≤ if is pair then otherwise z

3
1. Base
2. strict(C)
3. Base
4. Base
5. Base
6. ((z ~ <fst(z), snd(z)> (A <fst(z), snd(z)> C <fst(z), snd(z)>))
∧ ((∀a,b:Base.  (if is pair then otherwise b))  (B z))
7. is-exception(C z)
8. is-exception(C)
⊢ z ≤ if is pair then otherwise z


Latex:


Latex:
\mforall{}[C:Base]
    \mforall{}[A,B,z:Base].
        if  z  is  a  pair  then  A  z  otherwise  B  z  \msim{}  C  z 
        supposing  ((z  \msim{}  <fst(z),  snd(z)>)  {}\mRightarrow{}  (A  <fst(z),  snd(z)>  \msim{}  C  <fst(z),  snd(z)>))
        \mwedge{}  ((\mforall{}a,b:Base.    (if  z  is  a  pair  then  a  otherwise  b  \msim{}  b))  {}\mRightarrow{}  (B  z  \msim{}  C  z)) 
    supposing  strict(C)


By


Latex:
(SqReasoning
  THEN  Try  (Complete  ((SplitAndHyps
                                            THEN  (HVimplies2  0  [1]  ORELSE  HVimplies2  0  [2])
                                            THEN  RWO  "6"  0
                                            THEN  Auto)))
  )




Home Index