Step
*
of Lemma
fpf-sub-compatible-right
∀[A:Type]. ∀[B:A ─→ Type]. ∀[eq:EqDecider(A)]. ∀[f,g:a:A fp-> B[a]].  f || g supposing g ⊆ f
BY
{ (Unfolds ``fpf-sub fpf-compatible`` 0 THEN Auto) }
1
1. A : Type
2. B : A ─→ Type
3. eq : EqDecider(A)
4. f : a:A fp-> B[a]
5. g : a:A fp-> B[a]
6. ∀x:A. ((↑x ∈ dom(g)) 
⇒ ((↑x ∈ dom(f)) c∧ (g(x) = f(x) ∈ B[x])))
7. x : A@i
8. ↑x ∈ dom(f)@i
9. ↑x ∈ dom(g)@i
⊢ f(x) = g(x) ∈ B[x]
Latex:
\mforall{}[A:Type].  \mforall{}[B:A  {}\mrightarrow{}  Type].  \mforall{}[eq:EqDecider(A)].  \mforall{}[f,g:a:A  fp->  B[a]].    f  ||  g  supposing  g  \msubseteq{}  f
By
(Unfolds  ``fpf-sub  fpf-compatible``  0  THEN  Auto)
Home
Index