Step * of Lemma fpf-compatible_monotonic-guard

[A:Type]. ∀[B:A ⟶ Type]. ∀[eq:EqDecider(A)]. ∀[f1,g1,f2,g2:a:A fp-> B[a]].
  ({f1 || g1 supposing f2 || g2}) supposing (g1 ⊆ g2 and f1 ⊆ f2)
BY
(InstLemma `fpf-compatible_monotonic` [] THEN Unfold `guard` THEN Trivial) }


Latex:


Latex:
\mforall{}[A:Type].  \mforall{}[B:A  {}\mrightarrow{}  Type].  \mforall{}[eq:EqDecider(A)].  \mforall{}[f1,g1,f2,g2:a:A  fp->  B[a]].
    (\{f1  ||  g1  supposing  f2  ||  g2\})  supposing  (g1  \msubseteq{}  g2  and  f1  \msubseteq{}  f2)


By


Latex:
(InstLemma  `fpf-compatible\_monotonic`  []  THEN  Unfold  `guard`  0  THEN  Trivial)




Home Index