#discrete-math
1 messages · Page 12 of 1
and there doesnt seem to be any division signs in r4 or r5
What is that though?
@weary tiger
3 is less than or equal to 4, but 4 is not less than or equal to 3
wait
meant to say less than lol
Lol
But what is the divison sign in here?
yeah the cross thingy is just saying it not
That means not?
yeah pretty much
its like negating it
So 3 is not greater than 4?
Like in python right?
With this thing? !
yeah
Ah thanks
also in this example it used the r1 r2 r3 r4 that we memorized?
To solve the question right?
those are examples
For what? So this wasn't a question that was answered?
oh wait
uhh
i think R1 and stuff are just example of relations containing the elements from A
the left side is the sets and the right side is just showing which properties they do and dont hold
So it wasn't answer for a question?
Then what is a question is supposed to look like?
this is what my questions looked like
you can give them a try if you want
though i gtg now
ttyl
Oh is this in other colleges interesting
@weary tiger
?
i got that from a textbook im going through for fun
idk what my uni uses
Oh ok
You have to translate it
I think it is: NotY is a element of the real numbers, or x is a element of the real numbers.
I can't remember the rest for the column
If xy is not equal to x then x must be zero
It requires you to think a lot, so just take your time to understand this.
Should be “there exist a real number y such that, for any real number x, (xy not equal to x) implies that x is zero”
My bad thanks for correcting me
I forgot the exist symbol xD
yeah exactly,
i just want to know what kind of math it is, so i can research it further
It’s first order logic (or predicate logic)
well, do you know how to calculate $f \circ f (a)$ @hoary orbit
lems
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
lems
since your question has function composition in it, surely you have a definition of function composition laying around somewhere
you say you dont know where to start, but in math there is always a clear place to start, making sure you know the definitions
ok and you don't know how to calculate f(f(a))?
yes
so $f \circ f (a) = a$
lems
yeah what did you expect
the first 2 questions are extremely simple, the last 2 are marginally more difficult you just have to spot a pattern
np
wait so do i have to do it for f o f(b) then f o f(c)
well, yeah
so for 3rd question f(a) ^(9) = b?
should be
alright thanks
hii does anyone in here know graph theory
no sorry
.< as;ldkfjasl;dkjaf
i been on this one graph theory problemf ro like 5 hours and i got school in 4 hours
might be time to give up
omg not the leaugeueueue what rank r u
oooo
Feel free to ask the question anyways and if someone can answer it, they’ll be able to help
what topic is this? i might know this one @scarlet orchid
Hi, you should put this in #combinatorial-structures
Okay this is pretty easy. A block is just a maximal connected subgraph without articulation vertices. So this problem is just asking you to prove that G does not contain an articulation vertex.
Every non trivial connected graph G contains a vertex v whose removal does not disconnect it (the leaf of any spanning tree works). Now, G-v is a connected graph. Since G is point symmetric, for all vertices u, G-u must be isomorphic to G-v. This implies that G-u is connected, which implies that u is not an articulation vertex.
Therefore, G is a connected graph without articulation vertices, which means that it is a block.
How can I use sets for q 1?
The left side counts the number of subsets of {1, ..., n} whose cardinality is equal to a. Another way to count this may be as follows: Fix any element m in {1, ..., n} and consider all subsets of {1, ..., n} with cardinality a and that contain that element m (how many such subsets are there?). Similarly how many are there that do not contain m?
If I'm talking about binary relations, how would I read aRb? Would it be read as "a relates to b"?
“a is related to b (via R)”
Do you know what each logic gate represents?
Can someone help me with this? How do I prove that this function assigns each x only one value?
for context, this is an exercise proving that R is the unique ordered complete field
up to isomorphism
yes
can you help me with it
for all elements x of a symmetric group S_n, o(x) <= n right?
No, Take (1,2,3)(4,5) of S_5
Order of this is 6
If you don't know the notation,this is x where
x(1)=2
x(2)=3
x(3)=1
x(4)=5
x(5)=4
yeah ty
<@&268886789983436800>
ty
does n choose k have any interpretation when n is negative or a fraction?
I have finished parts a and B. Now I'm facing (c)(i), I don't know what it requires me to do?
Is simply (x1 < x2 and y1 > y2) or (x1 > x2 and y1 < y2) enough?
Do I need to add the "for all" or "for some" thing here?
Anyone have any advice when it comes to doing truth tables?
specifically compound ones like
(P v Q) <---> (Q -> ¬P)
Any advice would be great. I have more trouble doing the reverse. What i mean by that is if Q is first and P is second
I'm find if it's p and then q is second but thinking of it the other way around is harder for some reason
A one-to-one relation can have multiple co-domain values for the same domain value, correct? An additional condition of domain values only having one co-domain value is part of the definition of a function, right?
Aka something like {(1,2), (1,3)} is one-to-one but not a function?
does discrete math cover set theory?
I'm self teaching, and looking for good resources
NVM its in the subject line for the channel lol
damn discrete math is hella useful
How would I read this in plain english? also what's the middle term?
n choose r
It’s a binomial coefficient in the middle
Thanks!
hi, how do i prove that the set of partitions of a countably infinite set is uncountable?
knowing that the power set of a countably infinite set is uncountable, ive been trying to find a bijection from this power set to the set of partitions but currently am not able to find one
what about an injection from the power set to the set of partitions?
let say the countably infinite set is S
im thinking about mapping a subset of S, let say T, to the partition {T, Z\T}
but unfortunately this mapping is not an injection since both T and Z\T map to {T, Z\T}
however under this mapping, every partition has exactly 2 preimages, which makes it look like |S| is "twice" of |set of partitions|
which reminds me of the proof that the set of even integers and the set of integers have the same cardinality...
you could fix some element a in S and then do something different for T and Z\T depending on which one includes a
Does anybody recognize the product (p^n-1)(p^n-p)(...)(p^n - p^(n-1))? I came across it in another context and wonder if it has a name or is a well known product? googling doesn't yield anything
Cardinality of GL_n(F_p^n)?
I mean that is the context in which I came across it. But does this reduce to something else in number theory or combinatorics
Ah, I see. That is the only context i know it from
is it not 5.5?
I would assume "div" rounds down to an integer value
You are right! Lol
I was sitting here confused as if I was doing something
but yeah its just 5 then
thanks man
np
i get it now, thanks a lot!
What's a vertex disjoint edge?
Context:
seems to be you choose n edges such that no two share a vertex
HI Guys im currently studying in germany and there is this question. If the functions are surjective, bijective or injective or not. The second one is not surjective and not injective BUT What about the others? I hope u can help me with this thank you
Can someone please explain this
Recall that the Cartesian product of m sets comprise of a tuple of m elements, say (a_1, a_2, ..., a_m), where a_1 comes from A_1, a_2 comes from A_2, etc. Each a_i in your tuple can be chosen independently and choosing these a_i terms independently give you a unique tuple (since A_i has no duplicate values). Therefore, the number of tuples that you obtain comes from making |A_1| many choices for a_1, followed by |A_2| many choices for a_2, ..., |A_m| many choices for a_m. So you obtain the product of the cardinality of individual sets
can someone help me understand this? I understand it to the point that the operations are +, - and * I guess? But I dont get what the set S is and how it is related to the Ring R
S is just the set of solutions to the equation ax = 1 in your ring
it is a subset of R
@blazing rose this looks like the first half of a problem. can you show how it continues?
this is it
I understood the first part now and tried to transform the term with b and z to something where I can make it equal to az = 1
but I dont get there :/
so you are trying to prove the first part? for any z in S, we have 1+b-za in S?
yes
x is in S if and only if ax = 1
I said 1 + b - za = az = 1
no
but if z element S, isnt az = 1?
okay
a(1+b-za) = a + ab - aza
yes
alright thanks a lot
(y – k) 2 = 4a (x – h)
how do I proof whether there exists an injection here?
or how do I even understand this? An injection from set S onto set S??
$\mathscr{I}$
Neverbloom
thank you
Can someone help me with a? The answer sheet only gives the final answer and I don’t get how they came up with that
can someone help me with this : Prove that [0,1]~[0,1] × [0,1]
B x A =
${<\emptyset, 1>, <\emptyset, 2>, <{1}, 1>, <{1}, 2>, <{2}, 1>, <{2}, 2>, {1, 2}, 1>, {1, 2}, 2>}$
Vemix
is zero an integer
mathematical induction
Yes
i understand until the inductive step sos
Well, one way to make it easier to to note that this is equivalent to showing that $1 \le \frac{1\cdot 3 \cdot \dots \cdot (2n-1)}{2 \cdot 4 \cdot 6 \dots (2n-2)}$
potato
And it's perhaps more obvious how you can prove this by induction
sorry could you explain how that works?
like why they're equivalent?
yeah
Just multiplying both sides through 2n, since this is a positive integer
ok thank you ill try it out
When we’re talking about the DPLL procedure to check satisfiability of a given CNF, what are “unit” clauses?
A unit clause is a clause that only has one (unassigned) literal. Unit clauses have an obvious assignment since it has to be satisfiable for the CNF formula to be satisfiable
can someone help me with this? the task is to say if the funktions are bijective, surjective, injective or not. Number 2 should be not surjective and not injective but i need help with the other ones
So is the second p in $(p \land q) \lor p$ a unit clause?
Vemix
Well this formula isn’t in CNF but yes that’s the idea
Turns out this is equivalent to $p \land (p \lor q)$. The first $p$ in this CNF formula is a unit clause
Thanks
Vemix
Why not substitute with T here?
That would make the unit clause false
We want an assignment that makes our unit clause result to a true clause
Why do we want it resulting in a True clause?
Otherwise the entire CNF formula is false
Ah so I just kept substituting unit clauses with T
Like I can simplify with the dpll but I never picked the correct T or reverse T
Remember we have our CNF formula in the form: $Q_1 \land Q_2 \land \dots \land Q_n$. For this to be true, each individual $Q_i$ clause must be true. In the case where $Q_i$ is a unit clause, this forces our assignment such that $Q_i$ returns a true clause
That actually makes sense
Thank you once again
Logic is actually alright but I hate sets so much
Yeah it might take a while to wrap your head around but sometimes it’s useful to look at the bigger picture
Vemix
You can immediately fill in upside down T as this can never be true
If I am understanding this correctly
Yes
😦
base cases are trivial (n=1,n=2)
you need to do them both because this is a second order linear recurrence
then use strong induction
ok thx
I assume "defined to be" but I do not think this is standard terminology, at least uncommon
seems like it is a thing, but I've always seen := or equality with def on top
ty
can someone help me
Hi, I'm trying to proof this but got stucked in this step
I do not know how to proceed, can anyone help me pls!
well your almost done look what you have right now, you can drop the paranthesis for a start. Then you can use commutativity of logic and to reorder. using idempotence you can drop the duplicate $x \not \in Y$
achilles199703
Let A,B be sets then $A \times B$ denotes the cartesian product of the sets A,B. Now think about $X = A \times B$ as a new set called X. We would write X as $X= {(a,b) | a \in A, b \in B}$, which means X contains all Tuples consisting of a's and b's. If we now look at a second set $Y = C \times D$ and build the Union of $X \cup Y$ then all tuples $(c,d)$ get put also in this new set. We can now see that $(A \times B) \cup (C \times D) \subset (A \cup C) \times (B \cup D)$, this part is easy. Let $(x,y) \in (A \times B) \cup (C \times D) \rightarrow (x,y) \in (A \times B) \lor (C \times D)$
So if (x,y) is from either set $(A \times B)$ or $(C \times D)$ it is easy to see that $x \in A \lor C$ and $y \in B \lor D$. However the other direction doesn't hold, we can show this with a counterexample. Let $A = B = {0}$ and $C = D = {1}$ now $(A \cup C) \times (B \cup D) = {0,1} \times {0,1} = {(0,0), (0,1), (0,1), (1,1)} \not = {(0,0), (1,1)} = {(0,0)} \cup {(1,1)} = (A \times B) \cup (C \times D)$
So i dont know where this proposed solution is from, but if I see it right those sets are not equal, only the left is a subset of the right
it's from this https://www.youtube.com/watch?v=j5fnaXLOkFk
We learn how to do formal proofs in set theory using intersections, unions, complements, differences, and cartesian products (or cross products).
0:00 - [Intro]
0:32 - [Language of Cartesian Products]
2:33 - [Proof #1]
6:29 - [Proof #2]
10:29 - [Proof #3]
#SetTheory #Proofs #CartesianProducts
Support me on Patreon: http://bit.ly/2EUdAl3
Visit...
12:59
achilles199703
yes
an element like (a,d) can't appear in the first set
can in the right
yes that is what we are saying
ok in the video he only shows the => direction which shows that left is subsetequal to the right, he doesn't show the <= direction. what i've written should be sufficient to show that there exists a (x,y) in the one set, which doesn't appear in the other, thus proving the two sets are not equal.
Taking this into account you get a for "=> subset" and "<= inequality" thus a proving a subset
yes and no, he never actually states explicitly that the other direction works only that this way of proving can be used, however this heavily implies that the backwards direction is working.
So yeah that is a problem
No this is exactly true
to prove for two sets A and B that they are equal, you first show that A is subset of B and then you show B is subset of A
however here the "<=" direction can't be shown to be a subset, with a counterexample we easily verify the inequality of the two sets
right
if I'm trying to prove this
in exam
do I need to do it like this
or i can just do this straight away?
Both methods end up at the same place so in a good system you’d be able to do it either way
the second way you did it is very confusing
$(x,y) \in (A \times B) \cup (C \times D) \Rightarrow (x,y) \in (A \times B) \lor (x,y) \in (C \times D)$ using the definition of cartesion product you get $x \in A \lor x \in C$ and same for y. Thus $x \in (A \cup C)$. then use definition again to get your tuple back. this should be sufficient
i understand those are the two conditions to be in each set, but you didn’t really give any other info
achilles199703
I see, thanks!
can anyone help me with ii)
I can't understand the question, what is it trying to say?
you're asked for the number of poker hands that are ranked as two-pair by the rules of poker
@opaque prawn how familiar are you with poker and/or playing cards in general?
11 22 3 is classfied as two pairs?
(and the fifth card doesn't match either)
yes, except there's no 1 in a deck of cards :p
there's an Ace
A in this case XD
but yes, AA223 is a typical two-pair
oh I understand the question now
It's trying to ask how many 5 card hands has the AA BB C form?
out of the 52 cards
Can I do
AAA22
so strictly AA BB C in this case
How do I write $x \notin (C - B)$ in english?
Rmtc
if you arent in this set, you are in its complement
and consider (A\B) = An(B^c)
im not very good at these questions
I'm confused about mathematical induction. You prove p(k) for some function p. You can p(k+1). Surely there's some k that might break it? p(100) for example. What does proving p(k+1) really do?
Well you actually prove "if p(k) then p(k+1)"
So your base case is p(0)
(or p(start) or whatever) is true
yes but what about p(k+2)
Ok so suppose you know p(k) is true magically
surely there can still be an argument somewhere from 0 to infinity that might not hold?
Then p(k+1) is true because for x=k it's true
And p(k+2) becomes true because p is now true for x=(k+2)-1=k+1
yeah that definetely makes sense now. that's how it was described in the book. dominoes.
The induction step is the "if this block falls,the next block also falls"
any suggestions on how to approach the subsets method to prove this?
A subset of {1,2,…n} consisting of a elements either contains n or it doesn’t. Now try to find formulas for both of these cases
anyone? please help
This video screencast was created with Doceri on an iPad. Doceri is free in the iTunes app store. Learn more at http://www.doceri.com
That would help
I'd try to help u step by step but it's 3 am rn
If ur still having an issue until tmrw hmu I'll try to help if i still remember how it works
Anyone able to help me here? I have no idea how to tackle this question. I'm staring at definitions but it's not helping
Well, the question asks you to prove or disprove the claim. So before you start to actually do that, you should decide on whether you want to prove or disprove it (depending on what you think is true)
It may be a good idea to test some edge cases first (what's S × ∅ for any set S?)
I've seen a proof similar to it in another textbook that proofs the opposite, but I think it's false
what is the best way to test if a function is well defined
for example if i have $f(x)=\frac{1}{(x-1)}$ the function is said not to be well defined but how do ik
arrow891
Uhhh I don't think this question is well defined basically lol
????
I mean basically typically given a function you want to give the domain and codomain
If you don't give the domain and codomain, then they are usually inferred from context
If the domain and codomain are ambiguous then I don't think it makes sense to call the functor well-defined or not really
Okay, yes, so here the domain and codomain have been specified so it's okay
Well, does the inverse of x-1 exist for every real x?
it's x=1
The point is that you cannot invert 0, so this definition doesn't make sense
Well the point is you can only invert non-zero numbers
So it breaks down when x-1 = 0
Which corresponds to x =1
which is x=1
okay
but to me
I'm thinking so what x=1
oh wait
if if say x is 2
2 doesn't eqaul 1
then it's not well defined
or did i just make up some logic?
okay so I think if either $A_1 $ or $A_2$ is the empty set we have that the equivalence relation $A_1 \times B \sim A_2 \times B$ doesn't hold since $f: \emptyset \rightarrow A_2 \times B$ is not 1-1
if $B=\emptyset$ then the equivalence relation above holds if $A_1, A_2 \neq \emptyset$
but then to show $f: A_1 \rightarrow A_2$ is 1-1 and onto, it depends on our choice of $A_1$ and $A_2$ right?
freak
how do I use this
Maybe the bot is just down, it's alright though I can read it
okay thanks!
It's still not clear to me if you're trying to prove the claim or if you're looking for a counterexample to the claim
hmm let me ask my peers
Because it doesn't sound like you're completely one the wrong track here but the argument is a bit hard to follow without even knowing beforehand what your argument is showing
I think though if we find a counterexample that should suffice
If we find a counterexample, then if the first equivalence is satisfied, we should find a case that A_1 ~ A_2 doesn't hold to say that the implication doesn't hold for all cases
Exactly, so can you think of some choices of A₁, A₂ and B such that A₁ ∼ A₂ does not hold, but A₁ × B ∼ A₂ × B does hold
I was thinking if B=empty set, then I can definitely choose A_1 and A_2 such that the second equivalence doesn't hold
because f: emptyset -> emptyset is bijective right?
Yes
Unless A₂ is also empty
true, but I'm not sure is it onto? I don't think so right?
but then I have found my counterexample
By the 1-1 above I meant that ∅ → A₂ is a bijection iff A₂ is also empty, it is always injective
So since you're looking for a choice of A₂ for which there is no bijection from the empty set, any non-empty set will do
Perfect, thank you ƒor this explanation and help!!
I have to prove if the followin is reflexive, antireflexive, or neither
The domain of relation P is the set of all positive integers. For x, y ∈ Z+, xPy if there is a positive integer n such that x^n = y.
I say that it's reflexive because if every x is raised to the 1st power then x will always relate to itself.
However, my friend says it's neither becuase she says it only works for n=1. The book agrees with what i said
?
?
can Someone explain why it must be reflexive and that the answer cannot be niether nor antireflexive
nvm she got it
Can anyone explain "logic laws," I just watched a 15min video about it,
My notes include indentity, domination, double negation, demorgan's, distrib, absorp, commutivity, inverse, associativity, conditional laws
Then I picked the discrete mathematics by johnsonbaugh
But I only have a 22% charge left on my cellphone
I wonder how someone could use logic laws in the context of a court room or crime scene.
I know one thing people mix up is that a false statement implying a true statement is not false
Im pretty sure our prof didnt go oveer this yet
but whats the trick here
"separating the final term"
$\sum^{n+1}{k=1} t_k=\sum^{n}{k=1} t_k+t_{n+1}$, which kind of makes sense if you think about it \ \ idk how to go over it, it's kinda self-explanatory
Civil Service Pigeon
Write out what the sigma notation means
On both sides. Then you'll see it's really the same thing
^
following this would my answer by k^2+m+1 then?
there shouldn't be an m
So for this problem how would the expected value theorem be set up? Would the first outcome be something like: (0.97)(600) + (0.03)(0). Where there is a 97% chance that the boat doesn't sink and Alice spent $600 with a 3% chance that the boat sinks with no damage
Image
Thank you.
I think the insurance becomes a viable choice from 100/1500% chance of capsizing
What do you mean by that? What did you get for the expected value of having insuarace vs not getting insurance
Well, why would you even incorporate the 500 that will always be paid into the equation?
So should you not buy insurance when the expected value of not having insurance becomes bigger than the cost of the insurance?
That value becomes bigger than the cost of the insurace at 1/15 percentage chance of capsizing.
Of course I could be wrong
what do i do for this question?
Hint: induction! Alternatively, think in terms of binary
I don't think anyone is explicitly using mathematical logic in courtrooms; however, mathematical logic has attempted to formalise our intuitions about reasoning in daily life (it goes way beyond, but this was a historical starting point). In courtroom arguments there's almost always a component of subjectivity which is difficult, if not impossible, to address using hardcoded mathematical formalisms.
Alright, alright, but if you use element/object/sub-set
Wdym
For the second question, simply use 2 as the counterexample
For the first question, note that the there are 2^n - 1 nonempty subsets, the minimum of the sum of the numbers in the subset is 1 (created by the subset {1})and the maximum is 2^n - 1 (created by the subset {1, 2, 4, …, 2^n}) then show that non of any subsets has the sums of the numbers inside them equal to another subset
This can be shown by the following
Let A and B be the subsets of {1, 2, 4, …, 2^n} such that the sums of the numbers in A and B are equal.
Let 2^a and 2^b be the highest number in A and B
If a > b then the sum of the numbers in A is at least 2^a and the sum of numbers in B is at most 2^(b+1) - 1 <= 2^a - 1 < 2^a hence a <= b. Similarly for a < b we have that a >= b, so a = b.
We then remove 2^a and 2^b from these two subsets, as 2^a = 2^b, the sums of the remaining numbers if A and B must be equal. Repeat the same argument that the second next highest number in A and B are equal. Similarly, the third, fourth, … highest number of the sets A and B are equal. Hence A = B.
if a mapping is not a function, can it be classified as everywhere defined?
Anyone know how I would get the answer for the last
It seems like the terms of the generating series are (-2x)^n making it a geometric sequence
Is the t_n+1 inside the summation or outside it? It makes sense if it’s outside
Outside
Hint: Countable unions of countable sets are countable
you can also try writing down an explicit bijection
there are a couple nice ones here
what is a countable union?
a union of countably many sets
cant lie this went right over my head
Well sometimes countable means finite or countably infinite, but in our case N* is obviously infinite, so yes
yeah
Why is the step “show that none of any subsets ...” necessary?
Oh wait nvm I know why lol, it’s to show that each subset maps to a unique sum
Nice idea
How to answer this?
i got this far
but idk what to do afterwards
so you know that [1, 2^{n+1} - 1] is achievable, then for n + 1, you want to show that [1, 2^{n+2} - 1] is achievable. how would you go about doing that?
just sub it in?
could someone explain this to me?
I dont have problems with the structure of graphs and how they look like and how they work
but I dont get everything off this notation
idk .-.
what happens if you add 2^{n+1} to every number in the range [1, 2^{n+1} - 1]?
[2^{n+1} +1 , 2^{n+2} -1]
technically yes
but you wouldnt use them "the wrong way"
you can switch the notation if you want, its just that: notation
sure, those are just symbols
you can also write (R,
,
) if you want
those are just symbols
well, uhh
$(\mathbb R, +, \cdot)$ is a ring but $(\mathbb R, \cdot, +)$ is not
Lochverstärker
so if you talk about a specific + or · the order is important
but as abstract symbols it doesnt matter
yes, the order in the definition does matter (technically)
uhh
yes
ok, according to your definition you have to use + for the abelian group and · for the other operation
but according to your definition this isnt possible
well, your definition only defines rings as structured with an operation + and another operation ·
but uhh
it really doesnt matter
those are just symbols
its important how they behave
i.e. one of them is the operation of an abelian group and they interact according to distributive law
your definition never writes down a triple like that
or am i missing it
well
just use the only interpretation that makes sense tbh
and you will never see the meaning of + and · switched
because that would be unnecessarily confusing
if those two symbols are used as the ring operations its always like in your screenshot
(technically you can switch them, if you switch them everywhere, they are just symbols, but that would be insane)
it should be known based on placement
but i wouldnt bet on your professor (or anyone) not making a mistake
Guys do u know how to answer this?
I found the answer to this problem through a script simulating it, but how would you do it through induction?
been stuck at this for few days , google gives much more simple questions, how can i find the formal language of this given automata?
Hey! Thanks for your answer that day, I'm almost done with the problem and wanted to share :)
Please read the following:
"I submitted a result to Princeton's Annals of Mathematics journal!
Title. The paper is a few paragraphs long and deals with what makes mathematical thinking possible in the first place. Its title is, "The Principle of Structural Integrity and its Implications for Mathematical Problem-Solving." I argue that the principle of structural integrity generates every truth (and, by definition, cannot generate falsehood), and since everything can be represented mathematically, including our mental faculties, every mathematical theorem anyone has ever come up with is true on every level of mathematics at the same time. To drive the point home, I use as an example a certain extremely valuable conjecture that crackpots and hacks (but also, I presume, mathematicians -- I don't really know the specific details of the history of mathematics all that well) have tried to solve in endless ways and with infinitely variable methods, but which follows trivially from my axioms. I submitted it without a bibliography because I was too goddamn excited about finally solving a problem that tortured me for a full 8 years.
So yeah. Expect some major excitement very soon."
Is a single reflective vertex symmetrical?
my understanding is that it should at least have another vertex to connect to fulfill a symmetrical relation.
is the keyword 'binary relationship' makes me read a≤b as 'a precedes or equals b' and not a is less or equal than b ?
A binary relationship a≤b (read as a precedes or equals b) between two objects is said to be a linear ordering if:
For any a and b, either a≤b or b≤a,
If both a≤b and b≤a it follows that a=b, and
The relationship is transitive: if a≤b and b≤c, this implies that a≤c.
We will say that a<b (read as a precedes b) if a≤b and a≠b.
Given n objects which have a linear ordering, we may order them a1,a2,a3,…,an such that a1≤a2≤a3≤…≤an
also "If both a≤b and b≤a it follows that a=b" is it necessary that it was written this explicitly, wouldn't a=b be the only option left, since a < b and b < a or a < b and a = b or b < a and a = b does not make sense .
two elements in a binary relation are not necessarily comparable
well that wasnt an answer to this I just realized, but you can also have both a related to b and b related to a and a =/= b
using suggestive notation like < and "precedes" is making it look much weirder than it is
man , i think the overarching problem is, I'm very lost as to how these statements defines a linear order.
do you know what a binary relation is
and an equivalence relation
idk what source you are using but it looks fishy
not formally, im reading information here and there - i probably take a lil more time into it.
https://ece.uwaterloo.ca/~dwharder/aads/Abstract_data_types/Linear_ordering/ this is the source
University of Waterloo, Department of Electrical and Computer Engineering, Undergraduate Program
https://ece.uwaterloo.ca/~dwharder/aads/Abstract_data_types/Hierarchical_ordering/ they have one for hiearachical ordering as well
University of Waterloo, Department of Electrical and Computer Engineering, Undergraduate Program
okay using an engineering resource was your downfall
haha - yeah.. my main goal was to learn comp sci abstract data strucutre - but wanted make sense of the matheimatical models there
lol but im defeated.
if you want to understand why those 3 things define a linear order for a binary relation, you need to understand what binary relations look like when you don't necessarily have those things
and for that you need to know what a binary relation is
and for that you need to learn it from a math textbook, or a wiki page or maybe a youtube lecture, but the way it is explained in that website is really bad
thank you for pointing out the prerequisites and that state of the definitions on the website. i will most likely take that course of action - was hoping for a quick search to wrap those statements around my head, but definitely not the case .
smol brain
I did go on that website a bit too hard, anybody with a math background will know what it is talking about and those without one you can't explain to them any better, the core issue is that web page isn't about teaching you math it is about something else
so yeah if you want to actually learn the math, my point stands
mhm i agree- site just had expectations from readers. thanks again
np
been stuck at this for few days , google gives much more simple questions, how can i find the formal language of this given automata?
I apologise for my poor notation but
what are your to-go complexity theory resources?
how many permutations are there on the set {1,…,2n} such that no even number appears by itself?
can someone explain to me why 3a is isomorphic?
is this a quiz or
rotate H_1 180 degrees and you're allowed to turn the little egg a bit too since you're not actually fuckin with any connections there
then it's the same as G_1
if you need the functions you can just re-index either as long as it's symmetric (i think - dk for sure but ids y u cant) and just go n-->n
^not sure if that step with the reindexing is allowed but it should just be reversing which i think is okay
ok
using permutation with repetition i can get that there are this many different strings, but thats only when all 9 letters are used
any ideas?
well now count how many there are with 8 and with 7
gonna be a little laborious and involve a little casework based on which letters are missing
So given a generating function for a sequence a_n, a(x), I know that the generating function for every 2nd term of a_n, ie a_2n, is 0.5(a(sqrt(x))+a(-sqrt(x))),
but is there a general form for the generating function for every nth term, ie a_kn where k is a random integer?
Can't seem to find anything about it online
<@&286206848099549185>
Is there a name for catalan numbers with upper bounds? (i mean, just like in catalan numbers you cannot cross x axis but you also cannot have y coordinate greater than some given k at any point)
Kind of a little thing but can anybody tell me why axiom 4 here doesn't follow the same style as the one above (or any others) in its statement
Why is it just for all n and not for all n in N?
n cannot be a natural number since there is no natural number whose successor is 0 so you wouldnt have n in N
that makes sense gang
kunny
I dont think you understand what a relation is
a (binary) relation on a set $A$ is a subset of $A \times A$
lems
What is an axiom looking for in the case of zero
I thought a base case would just be using 2 variables ie n^m = (nxn)xm that would work for all values. But I'm not sure after this
yes, you can have n-ary relations, those would be subsets of $A^n$
lems
are you trying to define exponentiation
Yes with a base case first, and then a recursive definition
I'm not trying to look for a straight up answer I'm just not sure on what a base case is
do you know the base case for addition? multiplication?
Or in that case what differentiates a base case from a recursive definition
a base case is how the recursion stops, base case is part of the recursive definition
We were just introduced to the recursives for addition and multiplication
okay so? do you have their definitions with you?
Ignoring the middle one
exponentiation is not so different, so you need to understand the examples you were given first
you probably also have a + 0 = a on AA6?
AA6 and AA8 are the base cases
Yes for adding zero
AA7 and AA9 are the recursive steps
you only focused on 7 and 9
6 and 8 are equally important
Ohhh ok I see what you mean now by the base case being part of the recursive definition
thank you
np
kunny
what is a partial relation of 2 elements
so, we have 2 elements in some set A
and presumably we have a relation, which is a subset of A^2
and you are saying (a,b) is an element of this relation?
please be more clear
kunny
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
no, you are confusing terminologies, your fundamentals are off
if you have a set A, a relation R is a subset of A^2
when we say aRb this is shorthand for $(a,b) \in R$
now that we have this down, we can state the anti symmetry property more clearly:
If A is a set and R is a relation on A, we say that R is anti-symmetric if
$(a,b) \in R \land (b,a) \in R \implies a= b$
lems
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
in shorthand notation,
$aRb \land bRa \implies a=b$
lems
but don't use the shorthand until you are very clear what a relation stands for, because you still seem to be somewhat confused about it
there is book of proof by Hammack, which probably won't cover everything a discrete math course covers but it will cover most of it
in general, good textbook for getting better at more formal math
np
Out of these four, is the top left one the only simple graph?
All of the others have loops or multiple edges if I am understanding correctly
Alright, I figured that was the case. I became thrown off because the following part of the question says to redraw them if they aren't simple to make them simple with "[3/ea = 6]" listed for the points
so I thought that there was at least another one that was simple, but I guess the points might be a typo
yes, infinitely many
that is assuming there is even elements to begin with
what are you measuring?
ok,
what is your basis?
what is your specialty?
what is your idea?
what is your thought process?
what are your implications?
because if you have nothing to say might aswell leave it like that
ahhh
that depends if your cartesian product can form a multiplicative ring
yep.
it's basically just a factor of how much your shift is
it's kinda like saying that the real numbers are dense in unique areas and that the further you go away from zero the less factors you can find
are you trolling @brazen blaze
I don't understand how I could be trolling
I'm obviously an expert in this subject
okay so you are trolling
I wouldn't say that
I just am not able to see the bigger picture
how would you know more than I do?
<@&268886789983436800> might wanna take a lot at wtf this guy has been typing out the past hour or so
I thought you were gonna @ the helpers 😆
what do you mean by non strict order and strict order
okay, that is a strict partial order
no
a non strict partial order is reflexive, asymmetric, transitive
so just the irreflexive swapped with reflexive
when you have a non strict partial order, the equality is built in
when you take the equality out, it becomes strict
any math expert available for help in two hours pm me
OptimisticPeach
Hmm perhaps this question would've more appropriate for #groups-rings-fields
perhaps you say
Is there a closed form for
$$\sum_i^n \binom{2i}{k}$$?
Possibly an easier question: is there a closed form for the same thing, but modulo 4?
SomeGirlSofia
i = ?
Excuse me but can anyone help me with proving the flow decomposition theorem? Basically given a flow in a flow network, you can decompose the flow into at most |E| source-to-sink paths where E is the set of edges in the network.
Ahh sorry! i from 0
Can some help me wth these questions
Probably
I believe any sum can be written in closed form
this isn't true
probably not
Give me a counterexample
find a closed form of
$$1 + \sum_{i=1}^{2^n} \floor{\left(\frac{n}{\sum_{j = 1}^i \floor{\left(\cos{\frac{(j-1)! + 1}{j}\pi}\right)^2}}\right)^\frac{1}{n}}$$
yes yes yes no
or a more easy counter example: $$\sum_{n = 1}^k \frac{1}{n}$$
yes yes yes no
Idts im sure there is a way to express this in closed form
Why do you think that you can't?
because people have tried for the past 2300 years
Ofc there is no closed form for that bcz there is a floor there making it piecewise, if it wasn't then it probably would be possible
Oui and they found a way to reexpress it without a sum
Admitted it isn't the best
1 sec
Ain’t that ||Willan’s formula|| or something like that? 🤔
This is the video i am referring to
yes
give me a closed form
I think im p aware of what properties to prove, but I struggle a bit with the definition of this field
what is Z3? and do I do the x2 +x + 2 thing with every x of the set?
I assume they mean $(\bZ/3\bZ)[x]/\gen{x^2 + x + 2}$
yes yes yes no
i think not
looks like a localization to me
at least that is how i would interpret it
so without the multiples of 3?
Find number of ways to write a set with $m$ elements as union of at most total $t$ subsets. where $ t \le m+1$ ( intersection of subsets not need to be empty)
Helaplus
Can someone help me to solve this? Atleast a hint
do you know group theory
yes
do yall get this
to open it?
i found his theorems, im just not sure how im meant to apply
What is it known about the chromatic number of the plane? i.e., the smallest integer n such that you can color each point of the plane with n colors so that no two points of the same colour are one unit apart.
I think it is known that n>=5
whats the smallest upper bound known? If any?
oh didntk now it under this name, so I ignored that entry (didnt search too hard I admit)
Thanks
yo guys know if i did this correctly? my answer returns correctly fir first 111 test cases(coding it) and after that there seems to be a problem
idk where the 4 number difference is going
you changed the lower bound from 0 to 1 mysteriously on the second formula
yeah made that mistake and changed it later on, the original function has lower bound 1
just wrote it wring
wrong*
since all the terms are constant you can factor it out
they all become multiples of n****
so instead of hnm it becomes nm?
i meant n
so nsigma(1) = nh? isnt that what i did?
if the upper bound is h, then yes
yeah so i did that for all those cases in the question
sorry i couldn't see the difference from h to n in your picture
thats my bad, sorry
could you use this website to type it out?
https://latexeditor.lagrida.com/
this is the original function
it has no bound variable?
normally it comes with a bound variable, like the "i" in this image
do you happen to have a copy of the original question
its a coding question
OH
ok the last line says: Sum((n+i)(m+i), (i, 0, h+1))
this is the equation i got from deducting and it works according to online sigma calculators but i just need to convert it into a non sigma equation
this is the original formula
how i check if this equation works tho? cause i think they just gave us an example of what an unclosed example means
well, the last example
Given a0 = 2, and an+1 = 3 · an + 4, show that for every n we have
2 + an = 4 · 3n
so this is your model of the problem right
Does anyone know how to explain how to do this to me
this is the answer im getting (according to test cases n = 3008356, m = 3408563 and h= 2881 and i should be getting 29568895967556908)
so i think the equation is wrong that is given in the question, its prolly just an example
yes
Given a0 = 2, and an+1 = 3 · an + 4, show that for every n we have
2 + an = 4 · 3n
sorry for reposting
you switched the variables.
just give me a second lmao
@weary tiger the formula for the pyramid is this one. i know it's used as an example but it's also the solution for the problem.
ill try to find the closed formula for it and see if it works
def pyramid(n, m, h):
sum = 0
for i in range(h):
sum += (n + i) * (m + i)
return sum
def pyramid_closed_form(n, m, h):
return n * m * h + \
n * (h * (h - 1)) / 2 + \
m * (h * (h - 1)) / 2 + \
(h * (h - 1) * (2 * h - 1)) / 6
# these are the same
print(pyramid(23, 5, 10))
print(pyramid_closed_form(23, 5, 10))
ye i just got the same result, apparently the closed form returns a different answer for the same test case
off by one
rounding error
i got this : return int( n * m * (h) + (n * (h-1) * h)/2 + (m* (h-1)* h)/2 + ((h-1) * h * (2*h-1))/6) and even i tried urs they both produce same result as the other equation i had gotten
that may be it, do you know how to not make it rounded
try using round function
the sigma function seems to return the correct function
ok, is it like a math.rouund syntax or just round()?
sorry for bothering u with so much work, im just a first year uni student and no professor has taught me this
round is builtin
you can use it without importing packages
i got the same answer as before
oh wait it works, instead of one / like n/2 i did n//2
tysm for ur help
np
can someone help with this
That's not discrete math. You probably want #precalculus
for the question below would i use n^r making it 5^2 = 25
why are both graphs not isomorphic?
In graph B, if you delete the edge between 9 and 8 one of the components of the resulting graph has 3 vertices. You can then check that no matter what edge of A you delete this can’t happen. Hence they are not isomorphic
ohh
you mean like deleting the edge between 8 and 9 from graph B will result in 2 graphs with 3 vertices each
which cannot be replicated in graph A
Yeah
Although I just used something even weaker, which was that one of the 2 graphs has three vertices. Either way works though
hey do you guys have methods of proofs questions
Is "not not equal" here a typo or is it intended
you could argue as follows: both graphs have exactly two vertices of degree 2, however they aren't adjacent in the top graph but are in the bottom
I already have the solution to this problem, but I'm confused as to why Bayes theorem is the chosen method for this problem.
Could someone explain to me as to why Bayes' theorem is used here? Are there any key words or phrases that indicate to use this method?
If it's conditional probability, it's always Bayes'
why is that?
Well what else can you do
because the conditional probability of an event can be written as
Well That's Bayes yes
???
then where did that interesection go
P(E|F)P(F)=P(F|E)P(E) = P(E \inter F)
in the problem, he never solves for intersection
So you eliminate the intersection using this
$P(E|F)=\frac{P(E \cap F)}{P(F)} \
\implies P(E|F) P(F) = P(E \cap F)$
I kinda see it
Drake
$P(F|E)=\frac{P(F \cap E)}{P(E)} \
\implies P(F|E) P(E) = P(E \cap F)$
Drake
So you have
$P(F|E) P(E) = P(E|F) P(F)$
Drake
And this is Bayes
Given a0 = 2, and an+1 = 3 · an + 4, show that for every n we have
2 + an = 4 · 3n
Could anyone help with this this, sorry I couldn’t get the Sub-Numbers to text out right
can you confirm if by "a0", "an" and "an+1" you mean $a_0, a_n \text{ and } a_{n+1}$?
arthur-caruso
im not sure if this belongs here but how do I solve this
has someone of you good knowledge about DFA ? Its part of discrete Maths and I really could need help
or languages and grammar?
Probably compute a few terms then find a pattern then prove said pattern with strong induction
Give the largest Chomsky type for the following grammars. Give also indicates which language the grammars produce.
- Grammar G := ({S, B, C} , {b, c} , P, S) with
P = {S → bB | cC | c,
B → bB | cC | c,
C → ccC | cc}.
- Grammar G := ({S, T} , {a, b, c} , P, S) with
P = {S → λ | T b | cSc,
T b → bT,
T → a}.
- Grammar G := ({S} , {a, b} , P, S) with
P = {S → a | aSbb}
for example with this
can anyone explain me venn diagram
A Venn diagram is a widely used diagram style that shows the logical relation between sets, popularized by John Venn (1834–1923) in the 1880s. The diagrams are used to teach elementary set theory, and to illustrate simple set relationships in probability, logic, statistics, linguistics and computer science. A Venn diagram uses simple closed curv...
hi guys
can you help pls
Suppose that each of the digits 0, 1, and 2 has exactly 100 occurrences in the decimal notation of a certain integer x. No other digit occurs there. Prove there is no such integer y that x = y^2
any hints on where to start for this?
contraposition
ty ill give it a shot
x = (0+1+2)*100 = 300 = 3 (mod 9)
how does 127^2 = 195?
That reads that it’s equal to 195 (mod 257). What this means is that in terms of the division algorithm, the quotient of 127^2 by 257 doesn’t matter to us, but the remainder is 195.
The division algorithm.
At least that’s one quick way. Euclid’s algorithm is a more hands-on method, but I don’t recall the details.

in a flow network, does the capacity of an (S,T) cut include the capacity of edges flowing backwards from T to S?
not in its original definition, no. You typically only take the capacity in one direction of the flow
does anyone know of any question banks of divisibility/gcd/integer congruence proofs?
im trying to get some extra practice in, but my text book doesn't have that many exercises
(∃x, y : X × Y . P x ∧ x R y ⇒ Q y) ≡ (∃x : X . ¬(P x)) ∨ (∃y : Y . Q y) ∨ (∃y : Y . (∀x : X . x R y) ⇒ Q y)
X and Y are non-empty sets, both P is a predicate over X, Q is a predicate over Y, and R is a relation from X to Y.
Can anyone help me with how to start 🥲
can yall help me understand, how does 25 | 9^n (9-1+1/3) ?
try to rewrite 9^n (9-1+1/3)
pls help, how can i find the remainder after dividing the number 3^3^3^3... (2020 occurences of 3) by 46 (look at the file)
but why
well, (9-1+1/3) = 8 + 1/3 = 25/3
so it becomes 9^n * 25 / 3?
so its the same?
and if you realize that 9 = 3^2, you can do that here
3^2n/3 * 25?
yes
what about this problem
inspect for values smaller than 2020, observe what happens, try to explain it
u mean 3, 3^3, 3^3^3...? or what
yes
can someone help me with this question
Please give a concrete example, in English, to show that is not equivalent to , where is a predicate.In other words, your example needs to make it concrete what is , what is and what is .∀x∃yP (x, y) ∃y∀xP (x, y) Px y
@pale epoch
thanks man i finally understood it, since n is any natural number, it will always be divisible by 3!
it doesn't work, there is no regularity between them as far as i know(
what did you get?
Nothing lmao
i mean the sequence of numbers you calculated
3 mod 46, 3^3 mod 46, 3^3^3 mod 46, ...
oh, 3 mod 46 = 3, 3^3 mod 46 = 27, 3^3^3 mod 46 = 13, 3^3^3^3 mod 46 is 19
the last one is wrong
but keep going
do like the first 10 or so before you give up with no pattern
lochverstarker
is the answer on the article correct https://math.stackexchange.com/questions/3558102/how-to-compute-333-phantom-bmod-46-for-pow
probably
there are multiple ways to solve this
once you notice the pattern, you can probably just induct
but like, the solution doesnt matter; i dont know it
its more important how you arrive at it
and in this case you just start doing some work
Guys can anyone teach me how to simplify this? We basically just skimmed boolean algebra, took em like 5 minutes to discuss it, but I found this problem and I wanna learn how to simplify it further, can anyone teach me how?
I’m not sure where to but this, but I assume here might be the best place.
Given some even n, how many different sets to two valid sequences of parenthesis exist where no two ordered subsets of the sequences with the same indices also form valid sequences.
A valid sequence being one where all parenthesis can be paired. Like “(())”, “()(()())”, and “((())())” are valid but “)())((“ and “)(“ are not.
and for example of the second part, {“()(())”, “(())()”} would be counted but {“((()))”, “(()())”} would not be.
you can simplify a logic equation the same way you do with a mathematical expression, but for that you need to have basic understanding of alternate representations of boolean terms AKA you search wikis on the "boolean algebra properties" topic
Wait I might have to rethink this proof
you can represent an opening parenthesis as a positive value and closing parenthesis as the same value but negative. then it would be a matter of keeping the total sum of the sequence non-negative as the index increases.
that's how code compilers check if you missed closing/opening brackets in your source-code
Can you clarify what "...where no two ordered subsets of the sequences with the same indices also form valid sequences." means?
for some reason I'm not understanding the example
(As a side note, the number of ways to arrange the brackets is just ||the catalan numbers, number of Dyck paths|| and perhaps it's easier to count all of the invalid sequences, and subtract from the total)
i think he meant that if you break a sequence into two subsets, both of them are also valid sequences (that's what i got from his second example)
which would turn my argument about the sum of positive/negative terms more general to something like "if the total sum is zero before the sequence is over, you can divide it into two valid subsequences"
Yeah I made a mistake with my proof. I guess a way to rectify this could be that: If it is possible to take some pairs of parentheses from the first sequence and some pairs of parentheses from the second list and compare their indices in their respective lists and they’re the same, then it’s invalid.
That’s not what I need.
I don’t know how to explain this.
take my example of {“((()))”, “(()())”}. The pairs of the 1st and 5th are both valid.
therefore that set of two sequences is invalid
or maybe {“((((())))(()))()”, “()((((())))(()))”} is also invalid because the pairs at 1/2/5/6/8/9/12/13 can be taken out to both form valid strings.
Huh. With all the invalid sequences I’ve tried I’ve noticed that it always comes in pairs.
even the converse set comes in pairs
in this question what would be f(n)?
why tf do you think I would know?
LOOOOOL
bc youve been answering other ppls discrete maths questions, jeez😭
When did I do that?
even if I was it's been over six hours.
okayy jeez, u can just chill out and say no
and you can just not ping random people to help for your question in the future
noted💀
arthur u cn ignore it😭
for question number one you need to understand what an equivalence relation is. there are three prerequisites of a relation before it can be called an equivalence relation
ILYYY OMIGOSH
so to answer this question ill just say i cant find R because nothing is reflective to 6
not really. it is only said that these ordered pairs ARE in the relation, not that they are all the pairs
i would have to prove all the other relations?
so you must fill in the blanks, like how (8, 7) is present because (7, 8) is present and the relation is symmetric
ohh
it's a single relation. a set of ordered pairs
you must write out all the pairs, knowing the properties and just some of the pairs
for the second question you must equate both functions, like solving a quadratic
oh i got the second question already
sure
you just missed the correct way to present the solution, that is, the set of solutions is S = {3, -1}
but it just wants what x is as a real number right?
3 and -1 solve for f(x) = g(x)
ohhh yeah
both are real numbers so all good
true true

