Step * 1 1 of Lemma polymorphic-choice-base

.....assertion..... 
1. : ⋂A:Type. (A ⟶ A ⟶ A)
⊢ ∀x,y:Base.  (↓((f y) x ∈ Base) ∨ ((f y) y ∈ Base))
BY
(Auto THEN IsectHD ⌜{z:Base| (z x ∈ Base) ∨ (z y ∈ Base)} ⌝ 1⋅}

1
1. : ⋂A:Type. (A ⟶ A ⟶ A)
2. Base
3. Base
4. f ∈ {z:Base| (z x ∈ Base) ∨ (z y ∈ Base)} 
   ⟶ {z:Base| (z x ∈ Base) ∨ (z y ∈ Base)} 
   ⟶ {z:Base| (z x ∈ Base) ∨ (z y ∈ Base)} 
⊢ ↓((f y) x ∈ Base) ∨ ((f y) y ∈ Base)


Latex:


Latex:
.....assertion..... 
1.  f  :  \mcap{}A:Type.  (A  {}\mrightarrow{}  A  {}\mrightarrow{}  A)
\mvdash{}  \mforall{}x,y:Base.    (\mdownarrow{}((f  x  y)  =  x)  \mvee{}  ((f  x  y)  =  y))


By


Latex:
(Auto  THEN  IsectHD  \mkleeneopen{}\{z:Base|  (z  =  x)  \mvee{}  (z  =  y)\}  \mkleeneclose{}  1\mcdot{})




Home Index