Step
*
1
2
1
of Lemma
choice-iff-canonicalizable
1. T : Type
2. ∀P:T ⟶ ℙ. (∀t:T. ⇃(P[t]) 
⇐⇒ ⇃(∀t:T. P[t]))
3. ∀t:T. ∃x:Base. (t = x ∈ T)
⊢ canonicalizable(T)
BY
{ (Skolemize  (-1) `f'  THEN Try (Complete (Auto))) }
1
1. T : Type
2. ∀P:T ⟶ ℙ. (∀t:T. ⇃(P[t]) 
⇐⇒ ⇃(∀t:T. P[t]))
3. ∀t:T. ∃x:Base. (t = x ∈ T)
4. f : t:T ⟶ Base
5. ∀t:T. (t = (f t) ∈ T)
⊢ canonicalizable(T)
Latex:
Latex:
1.  T  :  Type
2.  \mforall{}P:T  {}\mrightarrow{}  \mBbbP{}.  (\mforall{}t:T.  \00D9(P[t])  \mLeftarrow{}{}\mRightarrow{}  \00D9(\mforall{}t:T.  P[t]))
3.  \mforall{}t:T.  \mexists{}x:Base.  (t  =  x)
\mvdash{}  canonicalizable(T)
By
Latex:
(Skolemize    (-1)  `f'    THEN  Try  (Complete  (Auto)))
Home
Index