Step * 1 of Lemma conditional-ifthenelse


1. Type
2. Type
3. T ─→ 𝔹
4. T ─→ 𝔹
5. {x:T| ↑(A x)}  ─→ V
6. {x:T| ↑(B x)}  ─→ V
⊢ x.if then else fi x.(↑(A x))? g] ∈ ({x:T| (↑(A x)) ∨ (↑(B x))}  ─→ V)
BY
RepUR ``conditional`` }

1
1. Type
2. Type
3. T ─→ 𝔹
4. T ─→ 𝔹
5. {x:T| ↑(A x)}  ─→ V
6. {x:T| ↑(B x)}  ─→ V
⊢ x.if then else fi x.if p:↑(A x) then else fi ) ∈ ({x:T| (↑(A x)) ∨ (↑(B x))}  ─→ V)


Latex:



1.  T  :  Type
2.  V  :  Type
3.  A  :  T  {}\mrightarrow{}  \mBbbB{}
4.  B  :  T  {}\mrightarrow{}  \mBbbB{}
5.  f  :  \{x:T|  \muparrow{}(A  x)\}    {}\mrightarrow{}  V
6.  g  :  \{x:T|  \muparrow{}(B  x)\}    {}\mrightarrow{}  V
\mvdash{}  (\mlambda{}x.if  A  x  then  f  x  else  g  x  fi  )  =  [\mlambda{}x.(\muparrow{}(A  x))?  f  :  g]


By

RepUR  ``conditional``  0




Home Index