Step * of Lemma monotone-bar-induction3

B,Q:n:ℕ ⟶ (ℕn ⟶ ℕ) ⟶ ℙ.
  ((∀n:ℕ. ∀s:ℕn ⟶ ℕ.  (B[n;s]  (∀m:ℕB[n 1;s.m@n])))
   (∀n:ℕ. ∀s:ℕn ⟶ ℕ.  (B[n;s]  ⇃(Q[n;s])))
   (∀n:ℕ. ∀s:ℕn ⟶ ℕ.  ((∀m:ℕ. ⇃(Q[n 1;s.m@n]))  ⇃(Q[n;s])))
   (∀alpha:ℕ ⟶ ℕ. ⇃(∃m:ℕB[m;alpha]))
   ⇃(Q[0;λx.⊥]))
BY
(Auto
   THEN RenameVar `bar' (-1)
   THEN (InstLemma `strong-continuity-rel` [⌜λf,n. (B f)⌝;⌜bar⌝]⋅ THENA Auto)
   THEN (BLemma `prop-truncation-quot` THENA Auto)
   THEN AllReduce) }

1
1. n:ℕ ⟶ (ℕn ⟶ ℕ) ⟶ ℙ
2. n:ℕ ⟶ (ℕn ⟶ ℕ) ⟶ ℙ
3. ∀n:ℕ. ∀s:ℕn ⟶ ℕ.  (B[n;s]  (∀m:ℕB[n 1;s.m@n]))
4. ∀n:ℕ. ∀s:ℕn ⟶ ℕ.  (B[n;s]  ⇃(Q[n;s]))
5. ∀n:ℕ. ∀s:ℕn ⟶ ℕ.  ((∀m:ℕ. ⇃(Q[n 1;s.m@n]))  ⇃(Q[n;s]))
6. bar : ∀alpha:ℕ ⟶ ℕ. ⇃(∃m:ℕB[m;alpha])
7. ⇃(∃M:n:ℕ ⟶ (ℕn ⟶ ℕ) ⟶ (ℕn?)
      ∀f:ℕ ⟶ ℕ
        ∃n:ℕ. ∃k:ℕn. ((B f) ∧ ((M f) (inl k) ∈ (ℕ?)) ∧ (∀m:ℕ((↑isl(M f))  ((M f) (inl k) ∈ (ℕ?))))))
⊢ ⇃(⇃(Q[0;λx.⊥]))


Latex:


Latex:
\mforall{}B,Q:n:\mBbbN{}  {}\mrightarrow{}  (\mBbbN{}n  {}\mrightarrow{}  \mBbbN{})  {}\mrightarrow{}  \mBbbP{}.
    ((\mforall{}n:\mBbbN{}.  \mforall{}s:\mBbbN{}n  {}\mrightarrow{}  \mBbbN{}.    (B[n;s]  {}\mRightarrow{}  (\mforall{}m:\mBbbN{}.  B[n  +  1;s.m@n])))
    {}\mRightarrow{}  (\mforall{}n:\mBbbN{}.  \mforall{}s:\mBbbN{}n  {}\mrightarrow{}  \mBbbN{}.    (B[n;s]  {}\mRightarrow{}  \00D9(Q[n;s])))
    {}\mRightarrow{}  (\mforall{}n:\mBbbN{}.  \mforall{}s:\mBbbN{}n  {}\mrightarrow{}  \mBbbN{}.    ((\mforall{}m:\mBbbN{}.  \00D9(Q[n  +  1;s.m@n]))  {}\mRightarrow{}  \00D9(Q[n;s])))
    {}\mRightarrow{}  (\mforall{}alpha:\mBbbN{}  {}\mrightarrow{}  \mBbbN{}.  \00D9(\mexists{}m:\mBbbN{}.  B[m;alpha]))
    {}\mRightarrow{}  \00D9(Q[0;\mlambda{}x.\mbot{}]))


By


Latex:
(Auto
  THEN  RenameVar  `bar'  (-1)
  THEN  (InstLemma  `strong-continuity-rel`  [\mkleeneopen{}\mlambda{}f,n.  (B  n  f)\mkleeneclose{};\mkleeneopen{}bar\mkleeneclose{}]\mcdot{}  THENA  Auto)
  THEN  (BLemma  `prop-truncation-quot`  THENA  Auto)
  THEN  AllReduce)




Home Index