Step * of Lemma partial-not-exception

[T:Type]. ∀[x:partial(T)].  is-exception(x))
BY
TACTIC:(Intros THEN UseWitness ⌜λx.x⌝⋅ THEN -1) }

1
.....wf..... 
1. Type
2. x,y:base-partial(T)//per-partial(T;x;y)
⊢ ¬is-exception(x) ∈ Type

2
1. Type
2. Base
3. x1 Base
4. x1 ∈ pertype(λx,y. ((x ∈ base-partial(T)) ∧ (y ∈ base-partial(T)) ∧ per-partial(T;x;y)))
5. x ∈ base-partial(T)
6. x1 ∈ base-partial(T)
7. per-partial(T;x;x1)
⊢ x.x) x.x) ∈ is-exception(x))


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[x:partial(T)].    (\mneg{}is-exception(x))


By


Latex:
TACTIC:(Intros  THEN  UseWitness  \mkleeneopen{}\mlambda{}x.x\mkleeneclose{}\mcdot{}  THEN  D  -1)




Home Index