Step * of Lemma sp-lub-property

[A:ℕ ⟶ Sierpinski]. ((∀n:ℕA[n] ≤ lub(n.A[n])) ∧ (∀c:Sierpinski. ((∀n:ℕA[n] ≤ c)  lub(n.A[n]) ≤ c)))
BY
TACTIC:Auto }

1
1. : ℕ ⟶ Sierpinski
2. : ℕ@i
⊢ A[n] ≤ lub(n.A[n])

2
1. : ℕ ⟶ Sierpinski
2. ∀n:ℕA[n] ≤ lub(n.A[n])
3. Sierpinski@i
4. ∀n:ℕA[n] ≤ c
⊢ lub(n.A[n]) ≤ c


Latex:


Latex:
\mforall{}[A:\mBbbN{}  {}\mrightarrow{}  Sierpinski]
    ((\mforall{}n:\mBbbN{}.  A[n]  \mleq{}  lub(n.A[n]))  \mwedge{}  (\mforall{}c:Sierpinski.  ((\mforall{}n:\mBbbN{}.  A[n]  \mleq{}  c)  {}\mRightarrow{}  lub(n.A[n])  \mleq{}  c)))


By


Latex:
TACTIC:Auto




Home Index