Step
*
1
1
of Lemma
tsqrt-unique
1. n : ℕ
2. x : ℕ
3. t(x) ≤ n
4. n < t(x + 1)
5. t(tsqrt(n)) ≤ n
6. n < t(tsqrt(n) + 1)
7. x < tsqrt(n)
⊢ x = tsqrt(n) ∈ ℤ
BY
{ TACTIC:(InstLemma `triangular-num-le` [⌜x + 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