Step * 1 of Lemma qabs-qsum-qle

.....assertion..... 
n:ℕ. ∀[E:ℕn ⟶ ℚ]. ∀[x:ℚ].  0 ≤ j < n. E[j]| ≤ (n x) supposing ∀j:ℕn. (|E[j]| ≤ x)
BY
(InductionOnNat THEN Auto) }

1
1. : ℤ
2. : ℕ0 ⟶ ℚ
3. : ℚ
4. ∀j:ℕ0. (|E[j]| ≤ x)
⊢ 0 ≤ j < 0. E[j]| ≤ (0 x)

2
1. : ℤ
2. 0 < n
3. ∀[E:ℕ1 ⟶ ℚ]. ∀[x:ℚ].  0 ≤ j < 1. E[j]| ≤ ((n 1) x) supposing ∀j:ℕ1. (|E[j]| ≤ x)
4. : ℕn ⟶ ℚ
5. : ℚ
6. ∀j:ℕn. (|E[j]| ≤ x)
⊢ 0 ≤ j < n. E[j]| ≤ (n x)


Latex:


Latex:
.....assertion..... 
\mforall{}n:\mBbbN{}.  \mforall{}[E:\mBbbN{}n  {}\mrightarrow{}  \mBbbQ{}].  \mforall{}[x:\mBbbQ{}].    |\mSigma{}0  \mleq{}  j  <  n.  E[j]|  \mleq{}  (n  *  x)  supposing  \mforall{}j:\mBbbN{}n.  (|E[j]|  \mleq{}  x)


By


Latex:
(InductionOnNat  THEN  Auto)




Home Index