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.

Filter by
Sorted by
Tagged with
0 votes
1 answer
73 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,035
0 votes
0 answers
62 views

I am a high school sophomore, and I am currently trying to prove everything I have learned about math until now starting from basic axioms and definitions. However, I found it extremely hard to find ...
JIB isHouse's user avatar
0 votes
0 answers
46 views

Wen looking at the integers set $\mathbb{Z}$, what are its fundamental building blocks? Is it the positive subset $\mathbb{Z}^+$ or is it the negatives $\mathbb{Z}^-$ that form the foundation of the ...
Raymond Martin's user avatar
12 votes
5 answers
439 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 votes
1 answer
40 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
0 votes
1 answer
104 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
1 vote
2 answers
76 views

I have been playing a bit with magic squares, we will consider this definition: Take any $9$ distinct positive integers and put them into a $3\times3$ square. If the sum of the columns, rows, and ...
Dair's user avatar
  • 3,682
1 vote
1 answer
326 views

I'm researching the properties of the single-cell evolution of ECA Rule 54 and its connection to the Collatz conjecture. The MathWorld page for Rule 54 1 and OEIS A118108 2 both present (or are ...
Natural Number Guy's user avatar
0 votes
0 answers
38 views

Given: A cubical 3D grid made of N×N×N cubical cells. A point P outside of the bounds of the grid. Question: What is the maximum number of cells I can fill such that a line can be traced from any ...
Logain's user avatar
  • 101
-1 votes
0 answers
142 views

Sum of Squares Proof A New Proof for the Sum of Squares Formula Observation: Every perfect square can be expressed as a sum of consecutive squares: \[ 1^2 + 2^2 + 3^2...k^2 = 1 + 1 + 3 + 1 + ...
Neetu Singh's user avatar
0 votes
1 answer
52 views

Let's suppose we have 4 people. Those 4 people have 2 pairs of couples that must sit in front of each other. Because of this, there should only be one way to combine them, right? But if I mirrored one ...
Cattywampus's user avatar
1 vote
0 answers
51 views

I am reading fuzzy logic and completed basics like fuzzy sets , fuzzy arithmetic , operations and other things. I want to study advanced topics like Interval type 2 Fuzzy sets, ordered fuzzy numbers ...
vivek Goswami's user avatar
0 votes
0 answers
32 views

Is there a way of characterizing Binomial coefficients into even or odd, i.e. when is $\binom{n}{k}$ even or odd? Observation: When $n$ is even and $k$ is odd, then $\binom{n}{k}$ is even. Is there a ...
Nash's user avatar
  • 141
3 votes
1 answer
87 views

I am stuck at this problem: The set S contains N unique items $\{x_1, x_2,...,x_N\}$, and each item appears exactly 5 times in the set. I randomly select k items from S (without replacement). What is ...
SemLavy's user avatar
  • 43
1 vote
0 answers
48 views

In graph theory, usually a book graph $B_p$ implies $p$ 4-cycles $(C_4)$ sharing an edge. I saw in wikipedia that this could also be called a quadrilateral book and there's a variant called triangle ...
Akshay Vishnuprakash's user avatar
24 votes
5 answers
1k views

I'm currently in a discrete structures class. On our first midterm, we had the following true or false question: $$\exists x(\sqrt{x^2} = \pm x), x \in \mathbb{R}$$ I answered true, and was marked ...
Obo the Hobo's user avatar
2 votes
1 answer
38 views

I'm reading Invitation to Discrete Mathematics (2nd edition) by Matousek and Nesetril. Page 41, problem #2 asks: Prove that a relation $R$ on a set $X$ satisfies $R ◦ R^{-1} = ∆X$ if and only if $R$ ...
Carlos Vazquez's user avatar
5 votes
1 answer
310 views

Does there exist a triple $((a,b,c) \in \{1,\dots,9\}^3)$ such that ({a,b,c,d}) cannot make 24 for any $d \in \{1,\dots,9\}$? Body: In the classic 24 Game, one is given four integers between 1 and 9 ...
user1116678's user avatar
9 votes
0 answers
240 views

Let $G$ be a simple graph. A reduction consists of choosing an even-degree vertex $v$, say with degree $2m$, and a number of its neighbouring vertices $u_1, u_2, ..., u_k$, where $k$ is either $1, 3, ...
Natrium's user avatar
  • 947
1 vote
3 answers
214 views

A famous pizza restaurant is running a monthly promotion, advertised on social networks as follows: “We have 9 toppings to choose from. Buy 3 large pizzas at the regular price and add as many toppings ...
Ananda N.'s user avatar
8 votes
1 answer
402 views

I have been experimenting with a structure I call the Discrete Square Residual Structure (DSRS). For a fixed integer $\mu > 0$, define $U(n) = \lceil \tfrac{n^2}{\mu} \rceil, \quad L(n) = \lfloor \...
aadesh tikhe's user avatar
6 votes
1 answer
252 views

Recall that Van der Waerden's theorem states: Whenever one partitions $\mathbb{N}=A_0\sqcup A_1$, there is $i\in\{0,1\}$ such that $A_i$ contains arithmetic progressions of arbitrary length. Recently, ...
Ekineme's user avatar
  • 339
9 votes
2 answers
348 views

$\DeclareMathOperator{\th}{th}$ A Boolean function $f:\{0,1\}^n \to \{0,1\}$ is monotone if for all $a_1,\dots,a_n,a'_1,\dots,a'_n$, if $a_i \leq a'_i$ for all $1 \leq i \leq n$ then $f(a_1,\dots,a_n) ...
mathperson314's user avatar
-1 votes
1 answer
96 views

From Prob. 17 (c), Sec. 1.5, in the book Discrete Mathematics and Its Applications by Kenneth H. Rosen, 8th edition: Express the following system specification using predicates, quantifiers, and ...
Saaqib Mahmood's user avatar
8 votes
3 answers
633 views

From Discrete Mathematics and Its Applications by Kenneth H. Rosen, 8th edition : Let $C(x, y)$ be the predicate “$x$ has chatted with $y$”, where the domain for $x$ and $y$ consists of all the ...
Saaqib Mahmood's user avatar

1
2 3 4 5
673