#help-23
1 messages · Page 377 of 1
@lean geyser Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
im losing my mind yall
i need to prove this by induction
but i always get stuck in the ^n mud somewhere
or even worse n!
Show where you got so far?
cant
I suspect you're familiar with the steps... the supposition that P(n) is true, and what you have to prove?
yeah
I have to pass through here
now i need to find something that is both less than n+1 ^n and greater than 2*2^n n!
but n^n doesnt work
or at least idk how to make it work
are you sure in first line should be n! ?
what do you mean
Wild123
factor out n^n from the expression
which one
shouldn't have (n+1) factorial?
the left side?
$(k+1)^k = k^k \left(1 + \frac{1}{k}\right)^k$
Shikhar
just factor out k^k from lhs expression
ah, I see, you missed it on the 1st, but wrote it on the 2nd.
k+1= k(1 + 1/k), and when you raise it all to power k...
you get that
$$(k+1)^k = \left( k \left(1 + \frac{1}{k}\right) \right)^k = k^k \left(1 + \frac{1}{k}\right)^k$$
Shikhar
makes sense
my e senses are tingling
but i assume it doesnt matter here
since im not taking the limit as x → +∞
so if you aint taking limits.. you cant use this you mean?
no i mean that this looks familiar
yea thats why we're using this
if you can prove $(n+1)^n \geq 2 n^n$, seems solved
Wild123
cuz for all k>1.. this expression is always greater than 2
ok ok one step at a time, if i factor out n^n i get n^n*(n+1/n)^n >= 2*2^n*n!
now what can i say about this
tbh, I realize we were both moving in same direction with the proof
you now have to prove that (n+1/n)^n >= 2
as n+1/n is clearly > 1, it increases as n goes up. It merely takes a check for the lowest n, to see it's true...
i have to prove that it's greater than 2*2^n
what was the command for that again
my neck hurts
you used something weaker than the hypothesis?
n^n was >= than 2^n n!, not just n!
$n^n \cdot (1+\frac{1}{n})^n \geq 2 \cdot 2^n \cdot n!$
Wild123
the hypothesis, is, if I remember:
ah i see
$n^n \geq 2^n n!$
Wild123
no?
I think it can work without, but it's fairly complicated, supposing you don't have a formal definition of 'increasing'. one option is to prove that the larger n is, the bigger the left side is (so, you only have to check for the smallest possible n)
Plan B is another induction
well to prove that it's increasing is basically just induction again
i need to prove that f(n) < f(n+1) ∀n
there's another option, where you consider it a chain, {a_n}, and do either:
$a_{n+1}-a_n \geq 0$ or $\frac{a_{n+1}}{a_n}\geq 1$
Wild123
If you're familiar with such things
is that not just this?
sure, I didn't see it. mb
It's not quite induction though, as you don't have to suppose anything true, or all that
managed to prove it? probably works better with division
move right term with division to left
brb let me see if it works ok-ish
i still cannot fathom how you're supposed to do this in about 10 minutes tops
i might be cooked
Homework rarely takes faster than exams
true. same for difficulty, I'd say, in some highschools (might differ from country to country)
tbh im not sure whether it's supposed to be a realistic example of what the exam looks like or just tedious homework
probably a tough case of induction where it doesn't lead directly to result by just applying the hypothesis
I can only guess you might have 1 easier and 1 tougher induction on the test
Anyway, here the goal is to look at:
yea
work on that big fraction
hopefully it works to prove it's > 1
it will look pretty ugly if you open all the brackets and set a common denominator
got to $\frac{n^3+2n^2+2n}{n^3+n^2+n+1}$ ?
Wild123
or something like that
yeah
we make it into a 1 and another fraction
that is, we write the numerator as n^3+ n^2+n+1 + (something) which might be negative
maybe I did a little oopsie. brb
i am questioning the use of all this though
it's just tedious algebra
i know how that works
like the point of the exercises should be to get familiar with new concepts
fairly certain it should be (n+1)(n^2+1)
which isn't equals to that
i couldve just proved (n+1/n)n >= 2 by "trust me bro" and basically taken away the same thing from this exercise
the first exercises are direct applications, the rest involve new approaches, ideas and such
yeah but we've already done that by getting to that last step
it's proving that last step that only requires 3 hours of brute force algebra
so, you know how to prove this?
Or... maybe there's something to gain from it 🙂
you need to prove that f(n+1) > f(n) to say that it's increasing and to say that f(6) > 2
yeah
I still think this is the fraction
i believe you lol
$\frac{n((n+1)^2+1)}{(n+1)(n^2+1)}$
Wild123
this is pre-expansion
Personally, I've preferred endless calculations over complex higher reasoning (albeit, not when it involved already having x idea / formula and applying it)
so, did you check your math? were you wrong? was I?
top fraction would probably be (n+1)^2 + 1 / n+1, while bottom one will be n^2+1 /n, then we use the formula for dividing fractions...
i dont think it's worth checking tbh
as i said there's not much to gain for me whether or not i get to the correct result
i'd rather revise taylor series or something
that's probably tougher than this
Well, your choice either way
this is basically 1 + (n^2+n-1)/(n^3+n^2+n+1), which can be said directly to be > 1, as 2nd fraction is > 0 (without further proving it, as n > 1, and clearly increasing)
the point is that doing 2+2 a million times will not make me any better at doing 2+2 than i already am
I guess. I don't know if you're in highschool, or maybe early undergrad studies, or self-taught
might be beneficial for highschool or so
first year of comp sci
Then I guess it depends on the teacher. Some do cut to the bone for highschool mistakes, even if the big reasoning is there
Anyway, think the exercise is clear somewhat?
yeah i think i understand the gist of it
i'm decently familiar with induction by now
you generally want to get back to P(n) on either side of P(n+1) and go from there
I was able to prove this exercise by doing that
with the caveat that i didn't prove it for a=-1
but only a>-1
since at one point i divide by 1+a
Is this a different exercise?
it was the previous one where you had to prove Bernoulli's inequality
if you wanna try your hand at this go ahead, but you really don't have to i think i did it in a decent way
plus i asked on a whatsapp group and i got another satisfactory answer
After even more consideration, it's (once again) simpler than previous one we did
sorry i was heating up some slop i missed this
I got to a(1+a)^n >= a, which I used the hypothesis for again, and ended nicely
$a(1+a)^n \geq a$
Wild123
how did you get there?
if you want, you can share how you did it. I think this one can be done in about 4 lines
so, we need to prove
it might be in the trash i gotta check
$(1+a)^{n+1}\geq 1+ (n+1)a$, no?
Wild123
yeah
$(1+a)^{n}+ a(1+a)^n\geq 1+ an +a$ ?
Wild123
took a (1+a) to the front in left side, separated it. opened the brackets on right side. is it ok?
then half of it is done, so all that's left is to prove
$a(1+a)^n\geq a$
Wild123
i'm not sure about the left side
how did you get 1+a out like that?
$(1+a)(1+a)^n= (1+a)^n + a(1+a)^n$ ?
Wild123
i did (1+a)(1+a)^n
so open first bracket...
first term on left side and first 2 terms on right side are handled
by hypothesis
so we're left with this. for which, we use it again
(1+a)^n >= 1
not sure we can solve that, but it's worth a try. In fact, it looks impossible...partly because, a could be negative
and switch the sign
it's a little easier than that, imo
a(1+a)^n> a(1+an)
using the hypothesis again
which is a+ a^2n...but a^2 and n are positive, so that is > a
$a(1+a)^n> a(1+an) =a+a^2n> a$, I mean
Wild123
this stall is occupied lol
fairly certain you should post in one of the open channels
Oh sorry
like 25, 28, 36, 39 or 44
allg
Sorry!
npnp
the thing is with a being potentially negative it might get pretty complicated
what do you mean
not always, as a could be 0 doe
nvm, the sign was >=, not just >
$a(1+a)^n\geq a(1+an) =a+a^2n\geq a$
Wild123
Otherwise it was wrong again
had a different solution in mind?
at this point i dont even know anymore lmao
im following 2 different lines of solving this at the same time
and trying to reconcile it with what i was doing
we can try your method. show me what you got
ikr. albeit, the calculations were the only part of uni I liked
(1+a)(1+a)^n >= 1 + na + a ↔ (1+a)^n >= (1+na+a)/(1+a) ↔ (1+a)^n >= 1+na -(na^2)/(1+a)
and since 1+na-(na^2)/(1+a) is less than 1+na
looks good
cant find the final steps but you get the idea
I think it works, for a=/= -1, like you said
yeah
The final step is the induction...
(1+a)^n >= 1+na which of course is >= 1+na - whatever
sorry, yea, I mean using the hypothesis, thingy
well, a= -1 seems to be an interesting case now
did you solve that?
i get 0^n 
it's all good
im just gonna use proof by waving my hand
lol. 0^n is 0, innit
yeah
either way, proof by "it's obvious" seems to work a lot
subsitute -1 for a in the original disequation
so you have $0 \geq 1 -n$, which means $n \geq 1$, which is true
Wild123
oh yeah mb i removed the -n not sure why
i think it might be a sign that its time to call it
thanks for everything tho
you're welcome. Good luck!
.close
Closed by @white ocean
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Hello
I was wonderign if my approach for these is correct
so for part i) I used the ratio test and found that it to be converging to 1/3
which is less than 1
so absolute convergence
no no
for the second one, Alternating series test tells me that its convergent, but taking the absolute value, for large n, that the series behaves like harmonic
so divergence
hence conditionally convergent?
but idk how marking is distributed here
.close
Closed by @thin lion
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
may I ask something about kripte's model in modal logic?
just ask your question! its faster for everyone :)
you may 🤩 and you also may ask your question right away next time
okay
wait a minute. Im traslating it
!redir
This channel is only for on-topic discussion. Please take casual conversation to #discussion or #chill.
irrelevant.
sorry guys
Show if it is possible: a valid formula in a model which is not valid in a frame of the model
I do know the definition but I can not still find an answer to that
A formula α is valid in a model ⟨M, υ⟩ (⟨M, υ⟩ ⊨ α) if and only if α is true at all index of the model (for every index i ∈ M, ⟨M, υ⟩ ⊨ᵢ α).
A formula α is valid in a frame M (M ⊨ α) if and only if α is valid in all models based on the frame (for every valuation υ on M, ⟨M, υ⟩ ⊨ α).
I wasn't sure how was it realted with maths since modal logic its kind of philophical logic
@broken hazel Has your question been resolved?
Are you struggling to find an example?
What are you stuck on?
Yep
Well, I cannot find a way to find it
I understand what is a valid formula in a frame and in a model
Idk how to answer your question
Imagine a frame with just one world $W = {w_1}$ and no relations
a handsome russian dude
Let $\alpha = p$ be a propositional atom
a handsome russian dude
Consider a specific valuation $v$ where $p$ is true at $w_1$. Since $p$ is true at the only index in the model $\alpha$ is valid in the model $\langle M, v \rangle$
a handsome russian dude
Now to be valid in the frame, $\alpha$ must be true for every possible valuation $v'$. If I choose a different valuation $v'$ where $p$ is false at $w_1$, then the formula $p$ is not valid in the frame
a handsome russian dude
Thank you so much
@broken hazel Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
help please
last problem in my homework but i don't know what to do
i was thinking maybe insert a random number for the radius of the circles and maybe i'll get somewhere but not really
just let the radius be r
The outer circle is twice the inside one
It won't matter for the question what the size is, as long as one is twice the other
ik
The key part of this question is working out what proportion of the slice is blue
1/8
the blue "adds" in 45 degrees but idk about the non-blue part
Just because the blue area is 1/8 of the circle doesn't mean its 45 degrees
since the blue area isnt a slice
Do you know scale factors/scaling
do you know how to calculate the area of a slice?
yeah i know scale factors
Since the slice of the big circle has 2x radius it's twice as big (in length)
So what happens to the area of something which is twice as big
its 4 times bigger
no, it's 4x bigger in area
it's 2x bigger in perimeter
So if the area of the slice of big circle (white+blue) is 4x the slice of small circle (white) what's the proportion of blue and white for the slice?
3/1
So the blue area is 3/4 of the slice of the big circle
yes
And the blue area is 1/8 of the whole circle so you can divide one by the other to work out what proportion of the circle the slice is, and then what x is
Doing the scaling and ratio methods may seem a bit weird when you could use formulas for areas using pi and stuff but doing enough of these problems this way gives you the ability to quickly solve these if you do enough of them and get the method
The reason for dividing is that 1/8 is 3/4 of what you want, which is (1/8)/(3/4)
so 60?
yes
Closed by @tender horizon
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Hello, could someone check if this proof is ok please?
\begin{Definition}[Divisibility]
A nonzero integer $a$ is said to \emph{divide} an integer $b$, written $a \mid b$, if $b = ak$ for some integer $k$.
\end{Definition}
% --------------------------------------------------------------------------------
\begin{Theorem}
Assume $a$ is an integer and $p$ and $q$ are distinct primes. If $p \mid a$ and $q \mid a$, then $pq \mid a$.
\end{Theorem}
\begin{proof}
Let $a$ be an integer, and $p$ and $q$ are distinct primes.
By the definition of divisibility, $a = pk = ql$ for some integers $k$ and $l$.
Since $p$ and $q$ are distinct primes, then $l$ must have $p$ as a factor, so $l$ can be written as $l = pr$ for some integer $r$.
Then, $a = q(pr) = (pq)r$.
Therefore, by the definition of divisibility $pq \ \mid \ a$.
\end{proof}
"Prove that" still doesn't really belong in any statement that's called a theorem
Language and grammar mistakes don't make it mathematically wrong so you could get away with it :P
I was going to recommend removing the spaces around the \mids so I'm glad you did that
Mor Bras
Fixed
Also fixed
the writing is fine for someone who has just started writing proofs
<@&268886789983436800>
Does the proof looks good?
So, "since p and q are distinct primes, then p must divide l"
Actually i think im nitpicking over nothing
I mean I kinda agree, "p divides l" is more concise than "l must have p as a factor"
I was thinking that since you didn't define what a factor is but did define "divides" you should say it that way
I see
Thank you for your responses, I'd like one more to check this proof to close the thread
You can ping helpers role
<@&286206848099549185> Does this proof looks good?
Logically, it is good.
Closed by @earnest mirage
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
(do you have a question to ask?)
wrong
<@&268886789983436800>
Just gonna close the channel cuz OP doesn't seem to be responding anyway
.close
Closed by @astral glacier
Use .reopen if this was a mistake.
left the server innit
Didn't check that lol
Seemed like that was all they had to post in the server when I checked their message history 
Lmfao
a valuable contribution
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Were you provided notes in class?
Send a question you're struggling with atm
and we'll guide you through it,
and yes send the list of formula you have access to so we can see if it's sufficient for what you're doing
Youre stuck on arithmetic progressions?
Can anyone help me with probability 🥲
Someone else is already using this help channel. If you need help with a question, please open your own help channel/thread (see #❓how-to-get-help for instructions).
ok, first page second section from the bottom
show a question you're stuck on and the issue you have with applying those formulae
this is gp not ap
do you know which equation from your formula sheet to apply?
yes
use that to get your first two equations
You're given info about
$$a_{\red {3}}$$
to apply that, simply substitute $n=3$ into that equation
ραμOmeganato5
and you're told the value of that is 1/8, so set that equal to 1/8
write a = sign followed by that value
to substitute a value
replace all of the same variable present in the equation (in this case n)
with the desired value (In this case 3)
e.g.
2x + 3 = x + y
to substitute x=5
You'd do
2 * 5 + 3 = 5 + y
All of the n
you're given $a_{\red{3}}$
ραμOmeganato5
and since the formula has
$$a_{\red{n}} = \dots$$
Using $n=3$ gives you information
ραμOmeganato5
No
one equation by itself doesn't give you much, from that you'll still have two unknowns
using info from n=3 gets one equation
and from n=5 gives another
and using these two equations, only then will you be able to start determining a_1 and q
Yes
did you make the substitutions I mentioned
if so, what are you're equations
@mild ember Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
How do I solve b of question 10?
can you translate?
There is given its translation
it’s written in india
it's also written in english...
Not it's not written in Hindi it's in Nepali
anyway factor the denominators then find common denominator
I tried but I couldn't go to the right direction
what did you get?
Hey Guys. I hope i don't crash this discussion! I need help and i need a person that is very good at math and at explaining. I am in 8th grade and i am bad at math. I am not the best at math but i wanna be cause i am interested in math. I wanted to ask if someone can give tipps how to get better at math?
do you know how you could factor x² -1 e.g. ?
go to discussion channel or so
Yup it's very easy
It's( x+1)(x-1)
nice, this should help you with that problem
ah shit right
There is no that type of form
you got p² - 1 e.g.
Kindly check question b
a is very easy I have solved it
oh my bad
oh i was also reading the wrong one
ok for b u also wanna simplify basically
It's not that much easy
multiply and divide first term by a, second by b and third by c.. it'll help
whats the command to rotate image again?
,rccw
Btw I check my last part and that was not wrong mathematical
But that was not at the point for that question
@light tiger
gave*
Give up
Kindly do this in mathematical 🥲
learn to write your v so that it doesn't look like n
$\frac{1}{a+1}=\frac{a}{a(a+1)}$
Shikhar
ah chill.. he's learning math, not english
tbf his writing is quite neat, owhat would Ann say about my Atrocity
Yup even though I'm not English medium student.
still far better writing than me 💀 (english medium student)
Oh sorry, I tried to write it fast
Should I do it for a, b and c to the LFH respectly?
yes
see if u can substitute
,rccw
,rccw
,rccw
nice
If U see that whatever ur currently doing is way more complicated then it probably should be then its often helpful to take a step back adn see if theres a better approach
,rcw to rotate clockwise
@light tiger Has your question been resolved?
No, it's already very simple
I was just on another direction of solution for this question 🥲
Closed by @light tiger
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
. by the way there's also ,rcw for rotating clockwise
Hello, could someone check if this proof looks good please?
\begin{Definition}[Divisibility]
A nonzero integer $a$ is said to \emph{divide} an integer $b$, written $a \mid b$, if $b = ak$ for some integer $k$.
\end{Definition}
\begin{Definition}[Congruency]
For integers $a$, $b$ and $n$, we say that $a$ \emph{is congruent to $b$ modulo $n$}, and we write $a \equiv b \pmod{n}$, if $n \mid (a - b)$.
\end{Definition}
% --------------------------------------------------------------------------------
\begin{Theorem}
Assume $a$, $b$ and $n$ are positive integers. If $a \equiv b \pmod{n}$, then $a^2 \equiv b^2 \pmod{n}$.
\end{Theorem}
\begin{proof}
Let $a$, $b$ and $n$ be positive integers and $a \equiv b \pmod{n}$.
Then, $a^2 \equiv ab \pmod{n}$ and $b^2 \equiv ab \pmod{n}$.
By definition of congruency, this means that $n \mid (a^2 - ab)$ and $n \mid (b^2 - ab)$.
So, by definition of divisibility, $a^2 - ab = nk$ and $b^2 - ab = nl$ for some integers $k$ and $l$.
Then, $ab = a^2 -nk = b^2 - nl$.
\begin{align*}
ab = a^2 -nk &= b^2 - nl \
a^2 - b^2 &= nk - nl \
a^2 - b^2 &= n(k - l) \
\end{align*}
Since $k$ and $l$ are integers, so is $k - l$.
Then, by definition of divisibility, we have that $n \mid (a^2 - b^2)$.
Therefore, by the definition of congruency, $a^2 \equiv b^2 \pmod{n}$.
\end{proof}
It seems odd to me that you would use those definitions for that theorem instead of first proving that congruence modulo n is a equivalence relation, and so is transitive
But if that's how you're asked to prove it, then I suppose what you did is fine
In definition 2, it should be n | (a-b) instead of m | (a-b)
And the start of the proof should read "Let a, b and n be positive integers..."
Mor Bras
Thanks for pointing that out
<@&286206848099549185> Hello, could someone else check if this proof looks good?
looks goodi think
@earnest mirage Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
i need help with discrete, set operations
specifically the generalized union thing
What do you need help with?
generalized union
i dont understand it tbh
What about it do you need help with?
Well do you understand what the union of two sets is
(these elements do not have to be numbers)
Do you see a natural way to generalise this to 3 sets or more?
wdym
can you guess what A ∪ B ∪ C means for sets A, B, C?
means, all all elements of a mixed with b mixed with c
"mixed with" is not quite the accurate terminology but I suppose you have the idea
It is just the set of elements who belong to either A, B, or C
If I give you A = {1, 2}, B = {3, 4, 5} and C = {4, 8, 9} can you tell me what A ∪ B ∪ C is?
yes
{1,2,3,4,5,8,9}
Ok so you understand the union of 2 sets and the union of 3 sets, the "general union" is just extending this in the obvious way to unions of even more sets
Specifically, the union of a family of sets A_1, A_2, A_3, ... is just the set of elements who belong to at least one of these A_i's
Does this make sense?
no
lets say we have the sets A1 A2 A3 A4, B1 and we said A union
A union 5, will it take in the elements of A1, A2,A3,A4, and B1, or just the eleemts of the A sets
you mean $\bigcup A_i$?
Hanako(x, y); ∂(fox)/∂x
or smth else?
I think they are tripped up by the fact that we call the elements of the family A_1, A_2, A_3, etc instead of A, B, C
but it is just a notational convenience
but we only had 4 sets named A, and the fifth was named b1
Then what you wrote does not make sense because A_5 is not defined
Remember, this notation is just a shorthand for A_1 ∪ A_2 ∪ A_3 ∪ A_4 ∪ A_5
thats what am asking, will it only take the A sets
as written, your union includes A_1 to A_5, no mentions of B. but this union also makes no sense because A_5 is not defined, as plante mentioned.
even tho we have a b set
i think i got it
but
another thing is i see alot of times it says smth like this
what do we mean {n,n+1}
as written, each A_n has only two elements, n, and n+1
anything else then?
!done, if so
If you are done with this channel, please mark your problem as solved by typing .close
.close by OP agreement
Closed by @austere goblet
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
huh
Closed by @winged flare
Use .reopen if this was a mistake.
well the exponent goes to 0
But the thing being exponentiated goes to an indeterminate form no?
-# lopital
✅ Original question: #help-23 message
what do you consider cheating
8/2 + 8/3 is almost 6
isnt this like the arctan series or something?
reminds me of arctan
I can never remember all those series
Closed by @winged flare
Use .reopen if this was a mistake.
just how many of these exist bruh
Too many
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Channel closed due to the original message being deleted.
If you did not intend to do this, please open a new help channel,
as this action is irreversible, and this channel may abruptly lock.

Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
guys
its ok
wait here take it
im just trying this out for the first time
!end
ty
end!
sorry i dont know how this works
just ask the question
Hi I have this logic (r→(s∨p))∧(r∧q)∧(p→¬q) and I am supposed to prove that it's true when using both the deduction and the reduction method for logic. I have made steps for both but im getting stuck on the later parts so I would like some help
.close
Closed by @errant hearth
Use .reopen if this was a mistake.
gimme a sec and i will show you my work
✅ Original question: #help-23 message
ait
Closed by @astral glacier
Use .reopen if this was a mistake.
No worries, we aren't running out
i need help with this
Yall
- Let A be the set of students who live within one mile of
school and let B be the set of students whowalk to classes.
Describe the students in each of these sets.
a) A ∩ B b) A ∪ B
c) A − B d) B − A
Yall welp
✅ Original question: #help-23 message
Claim another channel please
yes pls
Idk how to
go to help 7
and typep anything
!occupied
Someone else is already using this help channel. If you need help with a question, please open your own help channel/thread (see #❓how-to-get-help for instructions).
ok so
- Let A be the set of students who live within one mile of
school and let B be the set of students whowalk to classes.
Describe the students in each of these sets.
a) A ∩ B b) A ∪ B
c) A − B d) B − A
It's pinned no need to repost
aight
what does it mean describe the students in each of these sets
basically it's just listing the conditions the set has
for example: in a)
A is the set of students who live within 1 mile of school
and B is the set of students to walk to classes
in set builder notation ?
then $A \cap B$ is the set of all students who live within 1 mile of school and walk to classes
1 divided by 0 equals Infinity
im not sure about that
they told you to describe
yea but like what do they mean by describe
probably say smth like $A \cap B$ are the students who ...
1 divided by 0 equals Infinity
!done
If you are done with this channel, please mark your problem as solved by typing .close
.close
Closed by @errant hearth
Use .reopen if this was a mistake.
!done
If you are done with this channel, please mark your problem as solved by typing .close
.close
ok so back to the topic
.reopen
- Suppose that A is the set of sophomores at your school
and B is the set of students in discrete mathematics at
your school. Express each of these sets in terms of A
and B.
✅ Original question: #help-23 message
what is the way to solve this
like i solved it but am not sure if my answers are right
you... shouldnt close the channel unless you are done
new question
nope same one, just want to be sure i solved it right
.reopen
.open
he knows how to reopen dw
ok dont close the channel then reopen it
!.reopen
you opened it
sorry
you already reopened your channel
sorry caps
!occupied
Someone else is already using this help channel. If you need help with a question, please open your own help channel/thread (see #❓how-to-get-help for instructions).
YES
Guys is there a shorter way
!occupied
Someone else is already using this help channel. If you need help with a question, please open your own help channel/thread (see #❓how-to-get-help for instructions).
please don't interupt other channels
chop chop or mods mods
Meditate and let math go
lmao
real, become shaolin monk and let go of all worldy rewards
this is my favorite phrase rn
Nah only math needs to be let go of
wish i can
anyways, whats the solving for this
- Suppose that A is the set of sophomores at your school
and B is the set of students in discrete mathematics at
your school. Express each of these sets in terms of A
and B.
Express each of... what sets?
this question as phrased here reads the same as
"An apple costs $1 and an orange costs $1.20. Express the cost of each fruit."
wait sorry
It's not really a maths question atm 😅
- Suppose that A is the set of sophomores at your school
and B is the set of students in discrete mathematics at
your school. Express each of these sets in terms of A
and B.
a) the set of sophomores taking discrete mathematics in
your school
b) the set of sophomores at your school who are not taking
discrete mathematics
c) the set of students at your school who either are
sophomores or are taking discrete mathematics
d) the set of students at your school who either are not
sophomores or are not taking discrete mathematics
discrete math
What step are you on?
1. I don't know where to begin.
2. I have begun but got stuck midway.
3. I got an answer but I was told that it's wrong.
4. I got an answer and would like my work checked.
5. I have a question about someone else's work/solution.
6. I have completed the problem and don't need help anymore. Thank you.
7. None of the above
3
Show your work, and if possible, explain where you are stuck.
use of this gif may impede speed of help
@errant hearth Has your question been resolved?
@errant hearth Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
chain rule and FTC
ok but why do we not end up with the same answer
huh?
the definite integral is not anywhere close
oh wiat so integral of derivative gives you back the antiderivative or the original func and derivative of the integral also gives you the original function evaluated at the boundary?
if you do the integral of the original definite integral is when you get the area?
@craggy pasture Has your question been resolved?
yes definite integral gives you the signed area if the function is positive on the domain of integration then the signed area and area are the same
ok 1 more question what does instantaneous rate of change exactly mean because that makes 0 sense
how can you have the rate of change at 1 instance you need 2 points
so there is no change at 1 point
like the definition here right this makes sense we have some tiny change - s(t)
divided by the tiny change width right
but as it approaches 0 we get the instantaneous rate of change but that makes no sense to me since if dt approaches 0 and is 0 there is no change so how can you have a instantaneous rate of change
the limit lets you define a new way to calculate slope at a point
In this section we will introduce two problems that we will see time and again in this course : Rate of Change of a function and Tangent Lines to functions. Both of these problems will be used to introduce the concept of limits, although we won't formally give the definition or notation until the next section.
In this section we will introduce the notation of the limit. We will also take a conceptual look at limits and try to get a grasp on just what they are and what they can tell us. We will be estimating the value of limits in this section to help us understand what they tell us. We will actually start computing limits in a couple of sections.
This is average rate of change in some interval
yeah but we are just plugging in 0
as dt goes to 0 what we say
and get some value if continuous but that doesnt make sense to have some rate of change at 1 particular point
you cant just plug in 0 it wont be defined you use limits for that
@craggy pasture Has your question been resolved?
Closed by @craggy pasture
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
how can this be? (x^1/n)^ 1-n = x^(1-n)/n not x^1/n-1. Say we had x^1/3. its derivative is 1/3x^-2/3 which we get with the first one but with the second one we get 1/3 x^1/2
pretty sure it's supposed to be $x^{\frac{1}{n}-1}$
Civil Service Pigeon
aka $x^{(1/n)-1}$
Civil Service Pigeon
slightly bad typesetting (but also if there is more than one term in the denominator, there should be parentheses around the denominator)
oh I see. Thanks

.solved
Closed by @copper shadow
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
can someone explain to me what are surface integrals and what is the difference between them and regular contour integrals
I'm referring to this
In this section we introduce the idea of a surface integral. With surface integrals we will be integrating over the surface of a solid. In other words, the variables will always be on the surface of the solid and will never come from inside the solid itself. Also, in this section we will be working with the first kind of surface integrals we...
nooo look at the pic I sent
what are regular contour integrals to you?
line integrals over a closed curve
read example 2
okay, so the image you sent contains a surface integral over a closed surface and a volume integral over a "closed volume" (which is a bit hard to imagine)
putting the triple integral aside, how are you supposed to calculate a surface integral over a closed surface. I mean for contour integrals you basically calculate the line integral which is done by parametrizating the curve, but here how do you actually do that ? it's hard to picture
okayyy
read what riemann sent to you
instead of parametrizing a curve, you parametrize a surface
Closed by @eternal breach
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
hi ,
I didn't understand this proove
image sending?
we have all x,y,x* ,y* in R
∆x=|x-x* | , ∆y=|y-y*|
But here he supposed x* ,y* in R * + witch is equivalent x* >0 ,y*>0
is it related to nnumerical approximations?
yes the proove did'nt conviced me
Honestly I don't see what the use for x* ,y* in R+* is other than the second part about relative error
it's argument of (∆x=|x-x* | so ∆x>=|x-x* |) and (∆y=|y-y* | so ∆y>=|y-y* |)
it's for absolute errors
are you sure? where did they use the hypothesis that x* and y* were positive?
firstly they didn't supposed that x* , y *>0
then they supposed x* , y * >0
But's that's not a complet proove if they based on that because it's supposed to proove for x * ,y* belong to ]-infinity;+infinity[
and then from that they deduced inequality
(x∗ +y∗) −(∆x+∆y) ≤ x+y ≤(x∗+y∗)+(∆x+∆y) here we have no problem
but when they did say that (∆x+∆y) =∆(x+y)
exactly. So I'm telling you don't need it
here is the missing connection of argument .
once you get this
you exactly get that $|(x+y) - (x^+y^)|\leq \Delta x + \Delta y$
Rafilouyear2026
that's the definition of the absolute error of x+y
Yes
$|(x+y) - (x^+y^)|\leq \Delta (x+ y)$
Rafilouyear2026
So Delta(x+y) and Delta(x)+Delta(y) are the same
wait
∆(x+y)>=|(x+y)-(x* +y* )|=∆(x+y) because ∆(x+y)=∆(x+y) and (∆x+∆y) >=∆(x+y) so with antisymetrics of the relation
=
we get the equality ∆(x+y)=∆(x)+∆(y) .
Yeah I guess it works
Thank's so much ,
I dont like the prooves that jump arguments .
Now it's completely certain .
No it's not certain there's a mistake :
∆(x+y)>=|(x+y)-(x* +y* )|= ∆(x+y) and ∆(x+y)=<∆x+ ∆y
but it's missing :
∆(x+y)>=∆x+ ∆y in order to deduce by the asymetric of relation >= the equality : ∆(x+y)=∆x+ ∆y
so I'm not convinced
@obsidian oracle
(∆x=|x-x* | so ∆x>=|x-x* | so ∆x>=x-x* >=-∆x so ∆x+x* >=x>=-∆x+x* ) and (∆y=|y-y* | so ∆y>=|y-y* | ∆y>=y-y* >=-∆y so ∆y+y* >=y>= -∆y+ y * ) implies ∆y+y* > =y>= -∆y+y* and ∆x+x* >=x>=-∆x+x* it implies ∆y+y* + x * + ∆x>=x+y>=-∆x+x* -∆y+y* it implies
∆y+y* + x * + ∆x- x* -y* =∆x+∆y >= x+y-x* -y* >=-∆x+x* -∆y+y* -x * -y * =-∆x-∆y
it implies :
∆x+∆y >= x+y-(x* +y*)>= -(∆x+∆y)
I realized something, if your definition of absolute error is exactly ∆x=|x-x* | then you won't have equality
between ∆(x+y) and ∆x + ∆y
you can only have ∆(x+y) <= ∆x + ∆y
Yes
But a proove is maybe triangular inequality ?
yes triangular inequality is enough
$|x+y - (x^+y^)| = |(x-x^) + (y-y^)| \leq \Delta x + \Delta y$
Rafilouyear2026
let's try a counter exemple :ah yes
x = x* + 0.5 and y = y* - 0.5
Absolute error of the sum is 0
sum of absolute errors is 1
because the errors counterbalanced
Yeah, the textbook you're looking at seems quite badly written too
latex-wise I mean
I lost confidence of my textbook
@copper temple Has your question been resolved?
Closed by @copper temple
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
can someone help me find r im lost
Sure
Ok what do we know right now? What information is readily present?
Ok yes that is correct, but is there anything else we can note? Particularly about r relating to the triangle?
make use of the cartesian plane
like perpendicular bisectors ?
sorry i dont know what that is
Cartesian plane is the coordinate system
But first
Look at the circle. What do we know about it geometrically speaking that relates to the shape its inside of?
like 4 perpendicular bisectors
Hint: look from top to bottom
forms two squares?
Hint: try to derive the height of the left side of the shape
oh idk how to do that can you tell me
Nope. Just look at the shape and try to think about how you could measure its height, even if you dont know the absolute length
like use the radius somehow
Yes thats good
like 2r
ya
Lets set up a mental image on the coordinate plane
Where would (0, 2r) be located if the bottom left of the shape was on (0,0)?
top corner
(3,2r)
Yup. Now the bottom right corner?
(7,0)
Awesome, now we have the shape on a coordinate plane
Now where would the center of the circle be?
r,r
Yeah thats right!
Now how can we use this mental image of the shape on the coordinate plane to find r?
how?
i was trying to do it with similar tryangles
i never learnt this coordinate stuff
So we have the top right corner, and the bottom right corner. That means we have a line.
What can we note about this line? Can you describe it?
slope is -r/2
How did you get that?
oh am i wrong sry
Yeah thats right
to OP: it's best practice to also include how you get things unless they are rather blatantly obvious, or have been repeatedly stated
oh i missread you are right
In order to understand how youre thinking, I need to know what your process is.
I could just tell you if youre right or wrong, but it would be better if I let you figure it out for yourself.
true true thank you
most of the time the journey is more important than the destination
cuz sometimes you get the answer but used the wrong process. if the helper says you're right, you might think your process is right when it's not necessarily that
so yeah
Very true, thank you hanako.
Ok, now that we have the slope of that slanted line, what can we do with that?
i dont really know
Try to take a look at the center. Where is it located within the shape?
@sonic marten Has your question been resolved?
Closed by @sonic marten
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
hi, im making a game and i was wondering if someone could help me validate some functions propertys, the setup: We have an infinite chessboard-like grid of square cells (tiles). Some cells are blocked (walls), others are free (floor).
the game is just the context, coders might understand it better, im just asking about the properties of the vector A to X+1 in this setup
@cosmic sparrow Has your question been resolved?
We have a floor made of square tiles like graph paper. Each tile is either blocked (a wall) or free (floor).
A player is not a point. The player is a 1×1 square (same size as one tile), always axis-aligned. The player’s position is described by the center of that square.
When the player moves from point A to point B, the center travels along the straight line segment from A to B. During that movement, the 1×1 square sweeps a “tube-shaped” region. A move is valid if, throughout the whole motion, the swept 1×1 square never overlaps any blocked tile.
Now suppose A* gives a path of tile-centers:
\ldots,\ X-1,\ X,\ X+1,\ \ldots
where each step between consecutive waypoints moves by at most 1 tile in row and/or column (8-neighbor steps).
Assume the straight move from A to X is valid (the tube from A to X touches only free tiles).
Also assume the last two A*(manager) steps point in the same 8-direction, meaning:
• the step from X−1 to X and
• the step from X to X+1
are the same direction (example: both are “down-right”).
Question:
Does it necessarily follow that the straight move from A to X+1 is also valid, except possibly for collisions occurring only at the new final tile near X+1?
thats question 1
question 2 Same grid of square tiles: each tile is either blocked or free.
The player is a 1×1 axis-aligned square. Position is the center of that square.
Moving from point A to point B means the center travels along the straight line segment A\to B. During the move, the 1×1 square sweeps a “tube” region. A move is valid if this swept region never overlaps any blocked tile.
Now suppose we already know that moving straight from A to B is valid (so all tiles the swept 1×1 square touches along A\to B are free).
Let C be a nearby target obtained by moving B by exactly one A* step in an 8-neighbor direction (up/down/left/right/diagonal by 1 tile).
Question:
Is it true that the straight move from A to C can only touch new tiles in a small “border strip” on the side corresponding to the direction B\to C?
Equivalently: do the tiles touched by A\to C differ from the tiles touched by A\to B only by tiles in a predictable one-tile-wide side band, rather than changing somewhere deep inside the already-cleared corridor?
sorry if some things are unclear! im not used to writing
@cosmic sparrow Has your question been resolved?
No, imagine you have
A=(1,1)
X-1=(1,2)
X=(2,2)
X+1=(3,2)
And that the tile at (3,1) is a wall, but nothing else
Can you explain what exactly you mean by one tile wide band?
a picture could really help here
i am going to get banned
@cosmic sparrow Has your question been resolved?
il try to cook an image
something like that, theres a path from player to where you tapped by tile centers so each block is a tile, the player is the same as a cube
like this is the player
if his not exactly in the center then his position can cross 4 blocks
So the width of the border strip is two tiles, right?
yeah but im saying that it would always work except the last block(what you said) like if the block next to the x+1 block IS floor it will always allow it, or alternatively im saying that for the length of A to X we dont need to recheck that part for A to x+1 just the last one, so if the edge case of near the last block IS true, it holds true?
2? a block is 1x1 and player is 1x1 the player can be anywhere so it can collide with up to 4 blocks, the walls stay gridlocked
from the example you gave it seemed you got it
lets say like if a to x spans x blocks qnd its true then for this length(excluding the neighbor of x+1) will x+1 also be true?
did i explain it well? im trying to
Hmm, I still think the answer is no
Consider
A=(0,0)
X-1 = (-1,10)
X=(0,10)
X+1=(1,10)
And there is a wall only at (1,5)
Then I think it doesn't work
yes BUT you forgot the one assumption i had set, that the 8 way direction of X-1 to x is the same as x to x+1, here the direction is different
It's the same direction
oh wait
yes your right.. but if we said the line is logical? like its the fastest path (it uses A star) so it wouldnt turn left just to turn right like that
It's still false,
(0,0)
(0,30)
(1,30)
(2,30)
Block at (2,25)
yep but if 0,0 to 1,30 would have been true it wouldnt have gone from 0,0 to 0,30 to begin with it would have gone to 1,30 straight and the x there would have a different direction i think, because its like an 8 way direction in such a situation its first move if 0,0 to 1,30 before us even recieving it would have been B=1,1
im trying to abuse the properties of this function(fastest 8 way tile path)
im sorry im struggling to explain all the factors, is it somehow clearer? @devout scroll i appreciate the help
do you know a bit of code? if no i could generate a map and a point player and point goal, and you would choose from said generated path any x and x+1
im saying for ANY map with ANY goal and ANY player starting point for ANY 2 points chosen FROM the generated fastest 8 way path(that i can run on my end or you can draw) that are consecutive (x and x+1 ) AND have the same 8 way direction from x-1 to x==x to x+1 THEN aside from the last neighbor tile to x+1 the path A to X+1 is safe
@devout scroll ?-?
@cosmic sparrow Has your question been resolved?
😭
see path-finding algorithms
what?
But i don't really understand what OP's trying to ask here. Like i know the mechanics but just don't understand the question
@open wedge here its still unclear?
im trying my best
Hold uo
What if your target destination is surrounded by 8 neighbouring walls
it obviously wont execute, the pathfinding algorithm already works though thats not the issue
im just planning to smooth my entire path so it acts like float(shortest real path from shortest tile path) and i came up with 2 properties that if held true they make my algorithm like 3 times more efficient so im asking if their true
hello?
World. Any grid map of blocked/free unit tiles.
Player. A 1×1 axis-aligned square, described by its center point; a straight move from P to Q is “safe” if the swept 1×1 square never overlaps a blocked tile.
Path. Let X_0, X_1, \dots, X_n be the optimal 8-way A* path from start to goal, with waypoints at tile centers and steps in the 8-neighborhood.
Pick an anchor. Let A be any waypoint X_i on that path (typically the last “committed/smoothed” waypoint).
Condition. Choose three consecutive waypoints X_{k-1}, X_k, X_{k+1} on the A* path such that the last two step directions are the same:
X_k - X_{k-1} = X_{k+1} - X_k.
Assumption. The straight-line move A \to X_k is safe.
Claim (what you want to test).
Then the straight-line move A \to X_{k+1} is also safe, except possibly for collisions occurring within the final “new” tile neighborhood near X_{k+1} (i.e., any newly introduced collision can only happen at the very end, not earlier along the segment).
is it understandable yet? anyone?