Step * of Lemma polymorphic-choice-int

f:⋂A:Type. (A ⟶ A ⟶ A). ((∀x,y:ℤ.  ((f y) x ∈ ℤ)) ∨ (∀x,y:ℤ.  ((f y) y ∈ ℤ)))
BY
(Auto THEN Assert ⌜∀x,y:Base.  (↓((f y) x ∈ Base) ∨ ((f y) y ∈ Base))⌝⋅}

1
.....assertion..... 
1. : ⋂A:Type. (A ⟶ A ⟶ A)
⊢ ∀x,y:Base.  (↓((f y) x ∈ Base) ∨ ((f y) y ∈ Base))

2
1. : ⋂A:Type. (A ⟶ A ⟶ A)
2. ∀x,y:Base.  (↓((f y) x ∈ Base) ∨ ((f y) y ∈ Base))
⊢ (∀x,y:ℤ.  ((f y) x ∈ ℤ)) ∨ (∀x,y:ℤ.  ((f y) y ∈ ℤ))


Latex:


Latex:
\mforall{}f:\mcap{}A:Type.  (A  {}\mrightarrow{}  A  {}\mrightarrow{}  A).  ((\mforall{}x,y:\mBbbZ{}.    ((f  x  y)  =  x))  \mvee{}  (\mforall{}x,y:\mBbbZ{}.    ((f  x  y)  =  y)))


By


Latex:
(Auto  THEN  Assert  \mkleeneopen{}\mforall{}x,y:Base.    (\mdownarrow{}((f  x  y)  =  x)  \mvee{}  ((f  x  y)  =  y))\mkleeneclose{}\mcdot{})




Home Index