Skip to main content

Questions tagged [natural-numbers]

For question about natural numbers $\Bbb N$, their properties and applications

2 votes
1 answer
75 views

How to prove $a ≤ b$ OR $b ≤ a$ for all $a, b$ in $\mathbb{N}$?

I'm currently reading Terence Tao's "Analysis I" and I'm at the beginning where he defines the natural numbers and proves some of their basic properties using the Peano axioms. I've nearly ...
TheBanker22's user avatar
1 vote
1 answer
58 views

Pairs of infinite subsets of natural numbers that intersect on an infinite set give the same property to triples?

Let $A \subseteq P(\mathbb{N})$ such that $A$ is infinite and for each pair $B,C \in A$ then $B \cap C$ is infinite, this implies that for any triple $B,C,D \in A$, $B\cap C \cap D \neq \varnothing$? ...
H4z3's user avatar
  • 767
3 votes
2 answers
185 views

Why does $\forall n \in \mathbb{N} \vdash P(n)$ not imply $\forall n \in \mathbb{N}P(n)$?

I am trying to understand why $\forall n \in \mathbb{N} \vdash P(n)$ doesn't imply $\forall n \in \mathbb{N}P(n)$ by studying the concepts in this answer, and had 2 questions about the difference ...
Princess Mia's user avatar
  • 2,947
0 votes
0 answers
39 views

Find all $(a,d)\in\{1, 2, ..., 9\}^2$ such that $ad$ is a square [duplicate]

Find all six-digit numbers of the form $abcbcd$ for which $a \cdot b^2 \cdot c^2 \cdot d$ is a perfect square of a natural number (note: 0 is not a natural number, so obviously $a, b, c, d \neq 0$, ...
user avatar
0 votes
0 answers
45 views

Consecutive multiplication of natural numbers problem [duplicate]

Prove that the product of any three consecutive natural numbers is not a perfect square. If there were four numbers, I know how to solve the problem, as I would somehow mention the number $ n(n+1)(n+2)...
user avatar
0 votes
2 answers
72 views

Find all pairs of natural numbers $m$ and $n$ that satisfy the following conditions: [closed]

Find all pairs of natural numbers $m$ and $n$ that satisfy the following conditions: $m$ and $n$ are two-digit numbers, $m - n = 16$, the last digit of the numbers ...
user avatar
0 votes
2 answers
77 views

Axiomatic reason why $a=4 \implies a>1$ for $a \in \mathbb{N}$

This is a trivial task: Given $a \in \mathbb{N}$ and $$a=4$$ Show $$a > 1$$ Part of the challenge for newcomers like me is that "easy" tasks actually make it harder to think about the ...
Penelope's user avatar
  • 3,325
13 votes
8 answers
2k views

Why can't we define arbitrarily large sets yet after defining these axioms? (Tao's Analysis I)

In Tao's Analysis I I am very confused why he says we do not have the rigor to define arbitrarily large sets after defining the below 2 axioms: Axiom 3.4 If $a$ is an object, then there exists a set $...
Princess Mia's user avatar
  • 2,947
0 votes
1 answer
21 views

$f((x,y))=(x*gcd(x,y),y) $is injective and surjective?

The function $f:\mathbb{N^+}\times\mathbb{N^+} \rightarrow \mathbb{N^+}\times\mathbb{N^+} $ definide as $f((x,y))=(x*gcd(x,y),y) $is injective and surjective? Let $(a,b)\in\mathbb{N^+}\times\mathbb{N^+...
user1335731's user avatar
0 votes
0 answers
34 views

Characterizing cofinite submonoids of $\langle \mathbb{N}, + \rangle$?

A set $S \subseteq \mathbb{N}$ is a submonoid of $\langle \mathbb{N}, + \rangle$ when $0 \in S$ and $S$ is closed under addition (that is, $m+n \in S$ whenever $m$ and $n$ are). For example, $\mathbb{...
templatetypedef's user avatar
4 votes
1 answer
87 views

how to find expression of $a\text{ mod } n$ using polynomial of $e^{\frac{2a\pi i}{n}}$?

I tried to find a polynomial for $a\text{ mod } n$ (for $a,n\in N$) by using powers of $\exp\left(\frac{2a\pi i}{n}\right)$ which mean find the coefficients $f(n,k)$ in $$ a\text{ mod } n=\sum_{k=0}^{...
Faoler's user avatar
  • 1,577
1 vote
1 answer
207 views

Do we have complete understanding of $\mathbb N$?

We have some understanding of natural numbers. We have PA theory and we believe that $\mathbb N$ is one of the PA models. But PA can't prove some statements about $\mathbb N$ even though they are true ...
user341's user avatar
  • 155
1 vote
1 answer
41 views

These constrained alternating series always satisfy an inequality.

Let $x_0 \in \Bbb{N}$ and suppose that $x_1 \lt \frac{x_0}{2}$, while $0 = x_n \leq \dots \leq x_3 \leq x_2\leq x_1$. Then is it possible that: $$ \sum_{i = 0}^n (-1)^i x_i \gt 1 $$ no matter what ...
SeekingAMathGeekGirlfriend's user avatar
1 vote
2 answers
142 views

proving the set of natural numbers is infinite (Tao Ex 2.6.3)

Tao's Analysis I 4th ed has the following exercise 3.6.3: Let $n$ be a natural number, and let $f:\{i \in \mathbb{N}:i \leq i \leq n\} \to \mathbb{N}$ be a function. Show that there exists a natural ...
Penelope's user avatar
  • 3,325
1 vote
0 answers
52 views

Injective monotonic mapping from rationals $\mathbb Q^2$ to $\mathbb R$

Exercise: $f: \mathbb Q^2\to\mathbb R$. Where $\mathbb Q$ is the set of rational numbers. $f$ is strictly increasing in both arguments. Can $f$ be one-to-one? This question is related to many ...
High GPA's user avatar
  • 3,824

15 30 50 per page
1
2 3 4 5
89