Skip to main content
Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options not deleted user 928305

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.

1 vote

Existential Quantifier Distributivity in First Order Logic

It looks a bit weird, because you introduce $x_1$ and $x_2$ separately from the statement $(x_1=x_2)$. Something better would be to write: $$\exists x, P(x) \wedge Q(x)= \exists x_1, \exists x_2, P(x_ …
Jujustum's user avatar
  • 1,197
4 votes
Accepted

Maximize sum of paired products without replacement from $\{1,\ldots,2n\}$

Let’s take four positive numbers, say $a,b,c$ and $d$, such that $a \leq b \leq c \leq d$. Then: $$(d-a)(b-c) \leq 0 \Leftrightarrow ac+bd \leq ab+cd$$ $$(d-b)(a-c) \leq 0 \Leftrightarrow ad+bc \leq a …
Jujustum's user avatar
  • 1,197
1 vote

Condition for inverse function.

One cool example could be taken from functions that takes other functions as an argument. This is not an example from functions of a real value, so it might not be really what you’re expecting - but I …
Jujustum's user avatar
  • 1,197
1 vote

Show the intersection of $A$ and $B$ and the relative complement of $B$ in $A$ are disjoint ...

My approach to this problem would be to proceed by contradiction. Assume $A \cap B$ and $A \setminus B$ are not disjoint. There exists $x \in (A \cap B) \cap (A \setminus B)$. Therefore, $x \in B$ be …
Jujustum's user avatar
  • 1,197