Step
*
of Lemma
fpf-join-dom-da
∀f,g:x:Knd fp-> Type. ∀x:Knd.  (↑x ∈ dom(f ⊕ g) 
⇐⇒ (↑x ∈ dom(f)) ∨ (↑x ∈ dom(g)))
BY
{ (UnivCD THENA Auto) }
1
1. f : x:Knd fp-> Type@i'
2. g : x:Knd fp-> Type@i'
3. x : Knd@i
⊢ ↑x ∈ dom(f ⊕ g) 
⇐⇒ (↑x ∈ dom(f)) ∨ (↑x ∈ dom(g))
Latex:
\mforall{}f,g:x:Knd  fp->  Type.  \mforall{}x:Knd.    (\muparrow{}x  \mmember{}  dom(f  \moplus{}  g)  \mLeftarrow{}{}\mRightarrow{}  (\muparrow{}x  \mmember{}  dom(f))  \mvee{}  (\muparrow{}x  \mmember{}  dom(g)))
By
(UnivCD  THENA  Auto)
Home
Index