Step * 1 1 of Lemma tsqrt-unique


1. : ℕ
2. : ℕ
3. t(x) ≤ n
4. n < t(x 1)
5. t(tsqrt(n)) ≤ n
6. n < t(tsqrt(n) 1)
7. x < tsqrt(n)
⊢ tsqrt(n) ∈ ℤ
BY
TACTIC:(InstLemma `triangular-num-le` [⌜1⌝;⌜tsqrt(n)⌝]⋅ THEN Auto') }


Latex:


Latex:

1.  n  :  \mBbbN{}
2.  x  :  \mBbbN{}
3.  t(x)  \mleq{}  n
4.  n  <  t(x  +  1)
5.  t(tsqrt(n))  \mleq{}  n
6.  n  <  t(tsqrt(n)  +  1)
7.  x  <  tsqrt(n)
\mvdash{}  x  =  tsqrt(n)


By


Latex:
TACTIC:(InstLemma  `triangular-num-le`  [\mkleeneopen{}x  +  1\mkleeneclose{};\mkleeneopen{}tsqrt(n)\mkleeneclose{}]\mcdot{}  THEN  Auto')




Home Index