Step * 1 of Lemma Rice-theorem-for-Type

.....assertion..... 
1. Type ⟶ 𝔹
2. ∀X,Y:Type.  (X  Y)
⊢ ∀X,Y:Type.  Y
BY
(Auto THEN (BoolCase ⌜X⌝⋅ THENA Auto) THEN BoolCase ⌜Y⌝⋅ THEN Auto) }

1
1. Type ⟶ 𝔹
2. ∀X,Y:Type.  (X  Y)
3. Type
4. Type
5. ¬↑(F Y)
6. ↑(F X)
⊢ tt ff

2
1. Type ⟶ 𝔹
2. ∀X,Y:Type.  (X  Y)
3. Type
4. ¬↑(F X)
5. Type
6. ↑(F Y)
⊢ ff tt


Latex:


Latex:
.....assertion..... 
1.  F  :  Type  {}\mrightarrow{}  \mBbbB{}
2.  \mforall{}X,Y:Type.    (X  \msim{}  Y  {}\mRightarrow{}  F  X  =  F  Y)
\mvdash{}  \mforall{}X,Y:Type.    F  X  =  F  Y


By


Latex:
(Auto  THEN  (BoolCase  \mkleeneopen{}F  X\mkleeneclose{}\mcdot{}  THENA  Auto)  THEN  BoolCase  \mkleeneopen{}F  Y\mkleeneclose{}\mcdot{}  THEN  Auto)




Home Index