Step * of Lemma isaxiom-sqequal

[C:Base]
  ∀[A,B,z:Base].
    if Ax then otherwise 
    supposing (A Ax Ax) ∧ ((∀a,b:Base.  (if Ax 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. (A Ax Ax) ∧ ((∀a,b:Base.  (if Ax then otherwise b))  (B z))
7. is-exception(if Ax then otherwise z)
8. is-exception(z)
⊢ if Ax then otherwise z ≤ z

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

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


Latex:


Latex:
\mforall{}[C:Base]
    \mforall{}[A,B,z:Base].
        if  z  =  Ax  then  A  z  otherwise  B  z  \msim{}  C  z 
        supposing  (A  Ax  \msim{}  C  Ax)  \mwedge{}  ((\mforall{}a,b:Base.    (if  z  =  Ax  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