Nuprl Lemma : integer-sqrt-newton-ext
∀x:ℕ. (∃r:ℕ [(((r * r) ≤ x) ∧ x < (r + 1) * (r + 1))])
Proof
Definitions occuring in Statement : 
nat: ℕ
, 
less_than: a < b
, 
le: A ≤ B
, 
all: ∀x:A. B[x]
, 
sq_exists: ∃x:A [B[x]]
, 
and: P ∧ Q
, 
multiply: n * m
, 
add: n + m
, 
natural_number: $n
Definitions unfolded in proof : 
squash: ↓T
, 
or: P ∨ Q
, 
prop: ℙ
, 
has-value: (a)↓
, 
implies: P 
⇒ Q
, 
all: ∀x:A. B[x]
, 
and: P ∧ Q
, 
strict4: strict4(F)
, 
uimplies: b supposing a
, 
so_apply: x[s1;s2;s3;s4]
, 
so_lambda: so_lambda(x,y,z,w.t[x; y; z; w])
, 
decidable__int_equal, 
decidable__equal_int, 
integer-sqrt-newton, 
so_apply: x[s]
, 
so_lambda: λ2x.t[x]
, 
so_apply: x[s1;s2]
, 
so_lambda: λ2x y.t[x; y]
, 
top: Top
, 
uall: ∀[x:A]. B[x]
, 
pi1: fst(t)
, 
genrec-ap: genrec-ap, 
divide: n ÷ m
, 
isqrt_newton: isqrt_newton(n;x)
, 
member: t ∈ T
Lemmas referenced : 
is-exception_wf, 
istype-base, 
has-value_wf_base, 
lifting-strict-spread, 
strict4-decide, 
lifting-strict-int_eq, 
istype-void, 
lifting-callbyvalue-spread, 
integer-sqrt-newton, 
decidable__int_equal, 
decidable__equal_int
Rules used in proof : 
Error :inlFormation_alt, 
exceptionSqequal, 
imageElimination, 
imageMemberEquality, 
Error :inrFormation_alt, 
callbyvalueExceptionCases, 
hypothesisEquality, 
closedConclusion, 
baseApply, 
Error :universeIsType, 
callbyvalueReduce, 
callbyvalueCallbyvalue, 
Error :lambdaFormation_alt, 
independent_pairFormation, 
independent_isectElimination, 
baseClosed, 
voidElimination, 
Error :isect_memberEquality_alt, 
isectElimination, 
equalitySymmetry, 
equalityTransitivity, 
sqequalHypSubstitution, 
thin, 
sqequalRule, 
hypothesis, 
extract_by_obid, 
instantiate, 
cut, 
sqequalReflexivity, 
computationStep, 
sqequalTransitivity, 
sqequalSubstitution, 
introduction
Latex:
\mforall{}x:\mBbbN{}.  (\mexists{}r:\mBbbN{}  [(((r  *  r)  \mleq{}  x)  \mwedge{}  x  <  (r  +  1)  *  (r  +  1))])
Date html generated:
2019_06_20-PM-02_36_20
Last ObjectModification:
2019_06_12-PM-01_02_37
Theory : num_thy_1
Home
Index