Step * 1 1 of Lemma is-above-axiom-general


1. Type
2. T ⊆Base
3. Base
4. Base
5. Ax ∈ T
6. Ax ≤ z
7. (z)↓
8. ∀a,b:Base.  (if Ax then otherwise b)
⊢ Ax ∈ Base
BY
(Assert ⌜isaxiom(Ax) ≤ isaxiom(z)⌝⋅ THEN Auto THEN Reduce (-1) THEN (RWO "-2" (-1) THENA Auto)) }

1
1. Type
2. T ⊆Base
3. Base
4. Base
5. Ax ∈ T
6. Ax ≤ z
7. (z)↓
8. ∀a,b:Base.  (if Ax then otherwise b)
9. tt ≤ ff
⊢ Ax ∈ Base


Latex:


Latex:

1.  T  :  Type
2.  T  \msubseteq{}r  Base
3.  z  :  Base
4.  y  :  Base
5.  y  =  Ax
6.  Ax  \mleq{}  z
7.  (z)\mdownarrow{}
8.  \mforall{}a,b:Base.    (if  z  =  Ax  then  a  otherwise  b  \msim{}  b)
\mvdash{}  z  =  Ax


By


Latex:
(Assert  \mkleeneopen{}isaxiom(Ax)  \mleq{}  isaxiom(z)\mkleeneclose{}\mcdot{}  THEN  Auto  THEN  Reduce  (-1)  THEN  (RWO  "-2"  (-1)  THENA  Auto))




Home Index