Skip to main content

Questions tagged [discrete-mathematics]

The study of discrete mathematical structures. Consider using a more specific tag instead, such as: (combinatorics), (graph-theory), (computer-science), (probability), (elementary-set-theory), (induction), (recurrence-relations), etc.

3 votes
0 answers
97 views

I am trying to solve a combinatorial problem involving finding the number of integer solutions to the following equation: $$ x_1 + x_2 + \dots + x_{10} = 100 $$ Subject to the constraints: $$ 2 \le ...
thedeepdeepsky's user avatar
2 votes
2 answers
197 views

I am trying to solve the following problem: Let's say a "frog" is jumping on the numberline starting at $0$, jumps randomly on every integer from $1,\dots,n$ and then comes back to 0. What ...
Dmitro's user avatar
  • 225
-3 votes
0 answers
62 views

I’ve been exploring a measurement approach for NP and NP-complete problems based on average time per logical step. I define: ...
Israeli Ochimnai's user avatar
0 votes
1 answer
109 views

By Fermat's Little Theorem we know that if $p$ is some prime number, the congruence $x^p \equiv x \pmod{p}$ is solved by any integer $x$, but can we say something about the solutions to $x^n \equiv x \...
Robert Lee's user avatar
  • 7,746
-1 votes
0 answers
37 views

Let $L_S:F^n→F^m$ be a linear map which has null space $O$. Prove: if $H^1,\dots,H^k$ are linearly independent elements in $F^n$, then $L_S (H^1 ),\dots,L_S (H^k )$ are linearly independent elements ...
William Avila Aguilar's user avatar
3 votes
0 answers
97 views

Consider the function $F:\mathbb{N}\to\mathbb{N}$ such that $F(n)=\tfrac{n^2-n}{\delta(n^2-n)}$, where $\delta$ returns the biggest prime factor of its input. I wonder if this function always ...
Cristian Baeza's user avatar
5 votes
1 answer
189 views

Question Consider a linear arrangement of $10$ balls selected from an infinite supply of blue and red balls. Determine the total number of distinct arrangements that satisfy the following condition: ...
thedeepdeepsky's user avatar
0 votes
1 answer
88 views

I was looking at the pattern of odd entries in Pascal’s triangle and noticed that every row contains an even count of odd numbers. This is easy to justify, but it led me to wonder how the exact count ...
pie's user avatar
  • 9,329
0 votes
0 answers
32 views

This is a theorem in "Homotopy Types of Subspace Arrangements via Diagrams of Spaces" by Ziegler and Zivaljevic. I would be interested in if we can say more in the Case where $\mathcal{A}$ ...
user1072285's user avatar
3 votes
3 answers
345 views

Q: How many ways to arrange BOOKKEEPER where two E’s appear consecutively but not three. Here What I've got : a) We can consider the two consecutive E’s as one block say X. Hence, we get a new string: ...
Jonathan's user avatar
12 votes
5 answers
553 views

Is there a non-recursive, explicit sequence of rational numbers that has $\sqrt{2}$ as a limit? I know of rational sequences such as $x_{n+1}=(x_n+2/x_{n})/2$ and $q_n=[10^n\sqrt{2}]/10^n$ that have $\...
Francesco Bollini's user avatar
1 vote
0 answers
38 views

I would like to prove that the VC dimension of a set system $(X,\mathcal{R})$ never takes values in $(0,1).$ For the sake of completeness, I'll define some basic ideas in this context. Definition: A ...
giorgioh's user avatar
  • 354
-1 votes
1 answer
53 views

It is commonly known that directed graphs are defined as a double $G_d:=(V,E)$ such that $E \subseteq V^2$, and that undirected graphs $G_u:=(V,E)$ such that $E \subseteq \left\{ \{a,b\}\Big\vert a \...
Ultrio's user avatar
  • 71
-1 votes
1 answer
105 views

I am trying to solve a combinatorial problem regarding a specific class of permutations. The Problem: Consider a permutation $\sigma$ of the set $\{1, 2, \dots, n\}$, where $n=13$. The permutation ...
thedeepdeepsky's user avatar
0 votes
1 answer
114 views

In Naive Set Theory p.82-83, Halmos defines ordinal addition by defining the ordinal sum of an infinite family ${A_i}$ of well-ordered sets, indexed by some well ordered set $I$. He then proceeds to ...
Or Gold's user avatar
  • 23

15 30 50 per page
1
2 3 4 5
2241