Step * of Lemma fpf-sub-compatible-right

[A:Type]. ∀[B:A ⟶ Type]. ∀[eq:EqDecider(A)]. ∀[f,g:a:A fp-> B[a]].  || supposing g ⊆ f
BY
(Unfolds ``fpf-sub fpf-compatible`` THEN Auto) }

1
1. Type
2. A ⟶ Type
3. eq EqDecider(A)
4. a:A fp-> B[a]
5. a:A fp-> B[a]
6. ∀x:A. ((↑x ∈ dom(g))  ((↑x ∈ dom(f)) c∧ (g(x) f(x) ∈ B[x])))
7. A@i
8. ↑x ∈ dom(f)@i
9. ↑x ∈ dom(g)@i
⊢ f(x) g(x) ∈ B[x]


Latex:


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


Latex:
(Unfolds  ``fpf-sub  fpf-compatible``  0  THEN  Auto)




Home Index