#serious-discussion
1 messages · Page 66 of 1
I know that much, but x is only one of the solutions, as from every root you get a positive and negative result, i. e. x=±sqrt{y}. So when I take that infinite series of roots, what complex results do I get?
Like, let's do it with 2 nested roots:
$$x=\sqrt{y×\sqrt{y^2}}$$
$$x=\sqrt{y×(±y)}$$
$$x=\sqrt{(±y^2)}$$
$$x_1=y; x_2=-y; x_3=yi; x_4=-yi$$
meow
Woof
oh
I think the answer you're looking for is that the equation is true if x (or y, whatever) is any complex number
Thing is, x is a complex number. I want to find all solutions of x, when y is a random complex number
I could start with y as a natural number to make it a little easier though
x should have infinite solutions
But I want a pattern within those solutions
for any random complex number y, the equation $x=\sqrt{y*\sqrt{y...}}$ is true if and only if x = y
hmm,
idk why bot isn't invoking
$$test message?$$
$test$
idk
the bot is currently down
No, like I wrote it out here, there are a lot of y that fulfill the equation
@gilded sluice
Yes
And there are a lot of complex...
hm
one second
ah im starting to somewhat get what you mean
Great, any ideas?
Square root is defined to be something that produces the number inside the parentheses when multiplied with itself, so the square root of 25 can be 5 as well as -5
well good luck with that, i like having my sqrt be a 1:1 relation
hopefully someone else can help you
the real valued square root is defined as $$\sqrt{x^2} = |x|$$
josemom2
Then let me restate this:
animeonfire
The nth root of x is the one with an angle in the first 1/nth of the complex plane
looks like you square it and get x^2=yx
I could see x=0 being possible if it turns out y is small or something and makes it a contraction mapping that converges to 0
that server is archived now, but i can dm you an invite to another server with the emoji if you’d like
this looks so familiar
if there are more gifs of that cat sure 
just need a few
there is only one with this cat but there are other nice ones 
@tawny hill
Hasse diagrams are nice 
all good, how are you
hey you know, you joined discord on my birthday
Really happy birthday 🎂
Can someone help me?
!help
Please read #❓how-to-get-help
meow
Woof
Hi. Just joined the Math discord.
Hello


I have the SAT tmrw😓😓
hi
hi
Gl!
good luck 🫡
<@&268886789983436800> spammed in multiple channels
banned
sorry how did i miss this wtf
or wait
no they've already been banned but nothing got deleted
interesting
ill just manually doit
Thanks
So true
woah! best of luck! it's easy
Why's everyone eigen-*
hmmm
@native drift @rocky shuttle if not for the roles i'd think that booknerd was a boy and eigenzan was a girl
y'all shld exchange personna or stuff idk
i am a boy
That's why we have the roles.
hey i have a question about the help channels
why is it that a lot of help channels are hidden instead of being considered available after a channel is closed?
Can someone come inbox
your email what
The invitation link expired
I could chime in now and then but I'm still not sure whether I can commit to it every week.
Which chapter are you doing rn?
it'd be awesome if you could get something out of it
Nice!
honestly, the hw problems and gomez's problems are fantastic
and I've already talked with john and you won't be joining as a member exactly
more like auditing the group coz i don't think you'll need your hw graded 
Ah
That would be fine actually
Alright, thanks kyuu 
Don't bully Xander.
I did not!
You did so.
Libel.
No.



darq is a triangle
Good morning Shuri
xlurp is a rabbit anime girl
Xannie we're gonna do this real cardinality thing together
Alright, let's start with fuzzy set theory
Nono screw fuzzy set theory
I know the basic idea of how it defines stuff
We're gonna start from the ground up
Do everything itself
(ams)
\def\bU{\mathbb{U}}
Okay so I think similar to multisets, the definition of a fuzzy set is a pair $S=(\bU, m)$ where $\bU$ is the universe (a set) and $m\colon\bU\longrightarrow[0,1]$ then you can define the cardinality of $S$ by $\sum_{x\in\bU}m(x)$. This doesn't really do us much good for infinite cardinalities since there's only one infinity.
But we don't care about infinite cardinalities, since those are boring
Isn't that the membership and not cardinality?
m is the membership function
Oh
Sorry
[\sum_{x\in\mathbb{U}}m(x)=\sup\left\lbrace\sum_{x\in A}m(x)\vert A\subseteq\mathbb{U}\text{ finite}\right\rbrace]
eigenzan
Yeah
I should include my usual macro for set brackets to TeXiT's preamble smh
I'm also mostly on mobile, so typing LaTeX is very time-consuming
;-;
I wonder how DarQ does that
He's on computer now
Oh, nice
Okay so now we have to define functions between two of these sets
Fuzzy sets
(ams)
\def\bU{\mathbb{U}}
So if $S_1=(\bU_1,m_1)$ and $S_2=(\bU_2,m_2)$ then a function between them is $f\colon\bU_1\longrightarrow\bU_2$, where $m_2\bigl(f(x)\bigr)\leq m_1(x)$ for every $x\in\bU_1$.
Does this definition make sense?
This feels like a confusing definition since it seems like a restriction on m_2 but it's really a restriction on f
Hmm, I was thinking more about the definition of a function through relations
total, univalent relation 
We could always read about fuzzy sets but I don't wanna
So much more fun to try yourself
lmao yeah
Well like first we'd need to define what a relation is
And Cartesian products
(ams)
\def\bU{\mathbb U}
I assume somehow it would be $S_1\times S_2 = (\bU_1\times\bU_2, m_3)$ but how would we define $m_3$?
m_3(x,y) = m_1(x) * m_2(y)?
So, a fuzzy function (f\colon A\to B) is a relation (subset of (R\subseteq A\times B)) satisfying [\forall a\in A\exists b\in B] and [\forall a\in A,b,c\in B(((a,b)\in R\wedge(a,c)\in R)\Rightarrow b=c).]
ik, I'm trying to somehow relate that to membershipness
But we should talk about this first
This makes sense I think
Ok, just multiplication then
Like we also should make sure that when m is binary (so the fuzzy set is basically just a normal set), our definitions coincide
This one does
Good
eigenzan
Ok, so m_R <= m_A * m_B
Hmmm
eigenzan
(ams) \def\bU{\mathbb U}
$$ \forall a\in\bU_A,\exists\set{b_i}{i\in I}\subseteq\bU_B:, m_A(a) = \sum{i\in I}m_B(b_i) $$
Maybe?
Uh
B instead of N
Read my correction 
I'm going to switch to my pc
This is too cumbersome on mobile
Right but you used \in
(ams) \def\bU{\mathbb U}
$$ \forall a\in\bU_A,\exists\set{b_i}{i\in I}\subseteq\bU_B:, m_A(a) = \sum{i\in I}m_B(b_i) \text{ and } m_R(a,b_i) = m_A(a)\cdot m_B(b_i) $$
Maybe?
eigenzan
So (m_{\lbrace a\rbrace}\leq m_{A})
eigenzan
This is just saying that m(a)<=m_A(a)
But I could also be talking nonsense 
I think it says m_{a}(u) <= m_A(u) for all u in U
which is something different, ig?

lmao ryc
Right but we're assuming m_{a}(u)=0 for u\neq a, I'm assuming since you wrote {a}
Ding dongs
Ryc no judging
What
Too late
WHAT?
fuzzy set theory
We're trying to extend the factorial but in a way which isn't stupid and analytical
Without reading up on it
Wdym whatever
This all started because of your (1/2)! = sqrt(pi)/2
Oh wait
gamma function eh
(ams) \def\bU{\mathbb U}
$\forall a\in\bU_A,\exists b\in\bU_B: m_R(a,b)>0$?
reminds me of ryc's talk a few weeks ago 
No. It started because you guys wanted to own me
Again
For whatever reason
Just watch, when my talk recording comes out it will have more views in a day than your "factorial" will ever have

Sounds reasonable
univalent 
rock
Woofer
Done. You are welcome :)
You have been hacked!
i swear if i put this in and it's an among us i'm just going to be impressed with how short you got it
dang. no sussy baka today
if you genuinely need help, read #❓how-to-get-help
and actually put your question in chat, don't just say:
(everyone else: this isn't me being rude, this is genuinely the what they said in #1083773127261180014)
with blood, sweat and tears
I got a lappy tho :3
so I can now type at full speed 
there you go
Okay but here isn’t the place
Idk why you’re complaining about not getting help in a channel not meant for help
We aren’t trying to be rude
We are just trying to redirect you to a place you might actually get help
I can’t explain that but I ensure you that you won’t get help in discussion two while complaining you aren’t getting help. Maybe try the specific help channels like #help-7|zen1thxyz . Those tend to be faster
Does anyone genuinely like combinatorics?
lots of people
myself included
do you not like it?

if so that's fine, lord knows there are fields of math (and other areas) I don't like studying and I'm sure you're far from the only person who dislikes combo
(ams) \def\bU{\mathbb{U}}
So if you have two sets $A$ and $B$ and a relation $R\subseteq A\times B$ the idea is to think of the ``image'' of an element $a\in A$, $R(a)=\bigl(\bU_B, m_{R(a)}\bigr)$ where $m_{R(a)}(b) = \frac{m_R(a,b)}{m_A(a)}$. This is less than $m_B(b)$ and so $R(a)\subseteq B$.
With normal sets, $R(a)$ is all of the elements $b\in B$ such that $aRb$, and if you have another relation $S\subseteq B\times C$ then $S\circ R(a)=S(R(a))$ where $S(X)=\bigcup_{x\in X}S(x)$.
We can define composition similarly, since defining $S\circ R(a)$ for every $a$ defines $S\circ R$ (don't take my word for it). We can define unions, where if $\set{X_i}[i\in I]$ are fuzzy sets in $\bU$ then
[ \bigcup_{i\in I} X_i = (\bU, m),\qquad m(a) = \max\set{m_{X_i}(a)}[i\in I] ]
(For intersections, the max becomes min).
So if we define for $X$ fuzzy set:
[ S(X) = \bigcup_{x\in X} S(x) ]
(This definition may need some reworking because it doesn't use $m_X$)
Then we can define:
[ S\circ R(a) = S(R(a)) ]
This means that
[ S\circ R(a) = \bigcup_{b\in R(a)}S(b) = (\bU_C, m_{S\circ R(a)}) ]
Where
[ m_{S\circ R(a)}(c) = \max\set{m_{S(b)}(c)}[b\in R(a)] = \max\set{\frac{m_S(b,c)}{m_B(b)}}[b\in R(a)] ]
And so if we recall that by definition
[ m_{S\circ R(a)}(c)=\frac{m_{S\circ R}(a,c)}{m_A(a)} ]
Which means that we can define $S\circ R$:
[ m_{S\circ R}(a,c) = m_A(a)\cdot m_{S\circ R(a)}(c) = \max\set{\frac{m_A(a)}{m_B(b)}m_S(b,c)}[b\in R(a)] ]
@rocky shuttle what do you think?
I like the definition of the image

The union I'm pretty sure is standard
Could be wrong
Hmmm we may need to change max with sup
Which anyway exists because R is dope
R is so fucking dope I love it
Now, imagine 3 of it, orthogonal to each other
R is stupid.
Nuh uh
yuh huh
But fuzzy sets, infinite unions and intersections are fine? 
Probably good to mention that this is indeed a relation
Wdym? If we take usual sets instead of fuzzy ones?
Oh I just mean that this is well defined
$m_{S\circ R}(a,c) \leq m_A(a)\cdot m_C(c)$ so $S\circ R\subseteq A\times C$
Boing
And it also correlates with the def of $S\circ R$ when they're normal set relations.
Though we could also define it this way:
[ m_{S\circ R}(a,c) = \max\set{m_R(a,b)\cdot m_S(b,c)}[b\in B] ]
Which may be more natural

Again probably should be sup
I hope there's some nice way to synthesize between these two defns
Maybe some way of defining S(X)
Why does 1+1=2
Omg bingo
Let’s go
Let's continue next time, I'm too tired to think critically 
do yall prefer to shower in the morning or at night?
fuzzy sets...
fuzzy logic...
I guess morning one have more sense
fun fact: my gf did her bachelor's thesis on fuzzy neural networks
I know nothing about it, though

Wtf
DarQ whenever someone studies something that the wind told him is stupid: crank
Nooooooooo not fuzzy things
I was trying to read a paper about fuzzy simplicial sets in data analysis
It was complete nonsense to me 
It's not complete nonsense, just a little bit fuzzy
fam
all set theory is stupid, period.
^
I did a tiny bit of set theory tho
so it's not completely out of the wind 
tho I only did propositional logic so I might give it another chance

Uh huh
^
you can't just keep referencing that message over and over again, slurp
it has to at least make sense in context
DarQ whenever someone studies something that the wind told him is stupid: crank
happy ramadan
Quite the opposite
I'm the only person in my school who enjoyed it
It was the topic of our first assessment and average was a fail
Too bad I guess
is it ok that i gave myself the helper role even tho i can only really help with precalc and below?
its ok
wsp with u too bro
This seems like cool news. https://writings.stephenwolfram.com/2023/03/chatgpt-gets-its-wolfram-superpowers/
https://cms.math.ca/wp-content/uploads/2023/03/2023CMO-exam-en.pdf what kinda math do i need to study to be able to solve these questions
Ayo pass it
Ask in #competition-math
There's also a discord for this
But I would guess you need combi,NT and geometry
This is maybe bad also since it gives a function to the empty set, namely where m_2 is 0 everywhere
I never realised how biased comp math is toward combi
How else do you make bs questions
We're reworking the definition anyway, but the empty set has a membership function anyway?
(ams) \def\bU{\mathbb{U}}
\hsize=1.5\hsize
So if you have two sets $A$ and $B$ and a relation $R\subseteq A\times B$ the idea is to think of the ``image'' of an element $a\in A$, $R(a)=\bigl(\bU_B, m_{R(a)}\bigr)$ where $m_{R(a)}(b) = \frac{m_R(a,b)}{m_A(a)}$. This is less than $m_B(b)$ and so $R(a)\subseteq B$.
With normal sets, $R(a)$ is all of the elements $b\in B$ such that $aRb$, and if you have another relation $S\subseteq B\times C$ then $S\circ R(a)=S(R(a))$ where $S(X)=\bigcup_{x\in X}S(x)$.
We can define composition similarly, since defining $S\circ R(a)$ for every $a$ defines $S\circ R$ (don't take my word for it). We can define unions, where if $\set{X_i}[i\in I]$ are fuzzy sets in $\bU$ then
[ \bigcup_{i\in I} X_i = (\bU, m),\qquad m(a) = \sup\set{m_{X_i}(a)}[i\in I] ]
(For intersections, the max becomes min).
This is fine, but if $I$ is a fuzzy set instead of a normal set, we're not really using the fuzziness of $I$, and so we can define for fuzzy sets $I$:
[ \bigcup_{i\in I} X_i = (\bU, m),\qquad m(a) = \sup\set{m_{X_i}(a)\cdot m_I(i)}[i\in I] ]
So if we define for $X$ fuzzy set:
[ S(X) = \bigcup_{x\in X} S(x) ]
Then we can define:
[ S\circ R(a) = S(R(a)) ]
This means that
[ S\circ R(a) = \bigcup_{b\in R(a)}S(b) = (\bU_C, m_{S\circ R(a)}) ]
Where
[ m_{S\circ R(a)}(c) = \sup\set{m_{S(b)}(c)\cdot m_{R(a)}(b)}[b\in R(a)] = \sup\set{\frac{m_S(b,c)}{m_B(b)}\cdot\frac{m_R(a,b)}{m_A(a)}}[b\in R(a)] ]
And so if we recall that by definition
[ m_{S\circ R(a)}(c)=\frac{m_{S\circ R}(a,c)}{m_A(a)} ]
Which means that we can define $S\circ R$:
[ m_{S\circ R}(a,c) = m_A(a)\cdot m_{S\circ R(a)}(c) = \sup\set{\frac{m_R(a,b)\cdot m_S(b,c)}{m_B(b)}}[b\in R(a)] ]
The $b\in R(a)$ condition can be weakened to $b\in\bU_B$ since $m_R(a,b)=0$ if $b\notin R(a)$.\par
@rocky shuttle this isn't exactly the defn from before, but I think it makes more sense because it only "counts" b once (m_R(a,b) m_S(b,c) "counts" it twice)
I think I should come up with a different symbol for fuzzy unions
A cup with a fuzzy bottom
Hmm, I see, yeah, that's better than the previous one, I think
It has a membership function m if you've got a universe U_empty set aside ofc, maybe even (empty, \bot) as that set
Issue is, what about an empty function so-to-speak to a fuzzy set (U_x, m_x) such that m_x(f) is 0 everywhere
though if m_x isn't 0 anywhere that's gg
Would that be an issue? This would require that the fuzzy domain is empty and that the image is also empty
Well, it'd be empty in the sense that the image has 0 membership
Yeah
but when is (U, m) equal to (U', m') anyway
Oof I'm sorry, I still don't see the issue? Like the universe doesn't really matter, it just gives you a domain of discourse, the actual set itself is given by m
I'm saying there's no real notion of equivalence
and I can map a function from a fuzzy set with m(x)=1 everywhere to one that's 0 everywhere
Oh I see
which is rather unintuitive from the sense of sets
Yeah okay that's a good point
I mean we're not using that defn anyway but it's a good point on why we shouldn't
need uhh m2(f)>m1
Yeah that makes sense
Yeah
Idk how they properly do it, and my concerns may be irrelevant
So like now, as per Xan's suggestion, we're trying to work on it with by defining relations
but it's something I saw as a potential issue
I have no clue either
Im trying to do this without reading up on it at all
More of a fun thing as opposed to a learning thing
Well, thinking in terms of a<b meaning a->b, we'd want m_R < m_B or similar yes?
a and b ~= ab
My idea now is to sorta just come up with necessary and sufficient conditions for when a relation defined like this is invertible (I'd have to define the identity fuzzy relation on a fuzzy set A but I think that would just be m(x,y)=m_A(x) when x=y and 0 o/w) which gives bijections (an invertible normal set relation is a bijection iirc) and from there come up with a decent definition of a function. In any case I'm more concerned with bijections anyway
So, $\bigcup_{i\in I} X_i$ defined with membership $m_{\cup X}=\sup_{i\in U_I}\inf{m_{X_i}(x),m_I(i)}$
The great Sharp
multiplying is like independent probability, infimum is like taking the a<b => a->b
and should be the biggest thing that's less than either in that view
Tbh I'm not entirely set on what a<b => a->b means here?
if a is less than b, you could regard it as truth of a being strong enough to show truth of b
Hmm
rather than independent confidence of membership
Though shouldn't it be inf sup? Because I'd think the intersection would be whatever the reverse is of this, and it should be less than the union
well sup ( min of those two)
but multiplying is pretty sensible if it's regarded as "confidence of membership"
Well if U_I is a singleton {i} then you get that the union is inf{m_{X_i}(x), m_I(i)}
whereas the min(in X_i, in I) is like saying the whole set has concentric rings of "this is the layer we accept is present"
And the intersection would be the sup instead of the inf of that
Which doesn't really make sense
well I'd say you'd have an inf term there regardless
since you're never getting closer to 1 than you already are in I
So how would you define intersections?
$m_{\cap X}(x) = \inf_{i\in U_i}[\inf{m_{X_i}(x),m_I(i)}]$
The great Sharp
the outer inf is the intersection, the inner inf is bounding the membership by membership in I
but you also bound by I in union
So that's just the Infimum of all the $m_{X_i}(x)$ and $m_I(i)$ values
And if m_I(i)=0 this is 0
well each m_X_i and m_i term have the minimum taken, and then the inf is across that
But that shouldn't be dependent on the universe of I (like adding an element to the universe whose membership is 0 shouldn't affect this I would think), like maybe taking the Infimum over all m_I(i)>0 makes more sense
so that they're paired up with the same i index is important
so (U, m) ~= (U', m') where m' is never 0, and U' is the largest subset of U where m=m' on U'?
You could, of course, get an element present with nonzero membership in each set but 0 in the intersection
inf of (0, 1] is 0 after all
Aight, lets add a caveat that my supposed union and intersection are for such a 0 removing process
Yeah that's the case with multiplying too though, so idt we need to worry
this is how I kinda see the two different approaches
Though an issue with both of these defns is that you don't necessarily have $X_i \subseteq \cup X_i$ but then the only way to ensure that I think (ie the minimum set which has this) would just be $\sup\set{m_{X_i}(x)}$ which doesn't do anything with $I$'s fuzziness
one's like a tower where picking something in a ring gives everything in that ring & below immediately
What's the L and X for?
just labeling them
I like your L
subset being that m_X_i < m_cup X
Yeah
it's an I 
...
yeah that is concerning, but it holds in the case I is a set
Yeah
though the intersection case holds regardless
Yeah
First one
mathscr vs mathcal... though the right one still looks kinda mathscr
Lmfao
but also that being the minimum such fuzzy set is the definition of supremum

since the fuzzy set is defined by m, and that's the minimal such m, there ya go
Because R(a) is fuzzy here
but should it really be identical to the set intuition either
since a fuzzy index set is already odd
I mean neither multiplying or supinfing are identical to set intuition, they're both sorta odd
the multiplication based union also falls short of the X_i < U X
Yeah
but we have that $m_{X_i}(x)\land m_R(x)<m_{\cup X}$
The great Sharp
or multiplication
What's \land?
infimum
I think I've seen that notation somewhere
yeah but specifically in reference to whatever term you had the relation have there above
Oh okay
specifically, the intuition I'd have is that for the confidence of an element c to be in S(X) should be the confidence that (aRb, and bSc)
Right I agree with that, but the issue is that confidence can be measured either by infimuming or products, right?
well, I can see two methods as such
The thing is, if you do use the supinf defn you end up getting weird result here (which is ofc not really an issue since) since you get
[ m_{R\circ S}(a,c) = \sup_{b\in R(a)}\inf\set{\frac{m_A(a)}{m_B(b)}\cdot m_S(b,c),; m_R(a,b)} ]
Which has more dependence on $a$ than $c$ which is odd. But that may be because we'd need to rethink how $m_{R(a)}(b)$ is defined
I am looking into this a bit more to see usual fuzzy set conventions and in regards to using inf, multiplication whatever
uh yeah you just pick one
Oh lol
if you have some continuity properties (we do in both suggestioins) we get a unique function residuum defined too
@neat frost
so these are the related functions we'd use for union in response to inf, multiplication being the intersection, respectively
The fuzzy intersection is not idempotent in general, because the standard t-norm min is the only one which has this property. Indeed, if the arithmetic multiplication is used as the t-norm, the resulting fuzzy intersection operation is not idempotent.
I don't know what a residuum or a T norm is

Okay so how does this help here?
Well these are handy dandy ideas directly relevant to the struggles of the union, and the idea I mentioned earlier about a<b => a->b
t does intersections
but the dual of uhh
s=1-t(1-m_A, 1-m_B)
that can do unions
see these here
Yeah I saw, I meant conorm. But in any case can it handle arbitrary unions?
might depend on the particular t if it works nicely
Do you know Trignometry I need help with it
begone, and read #❓how-to-get-help
Like I think t norms may be a little out of my depth
I've never heard of them before today
it's just some axiomatization of
multiply or inf
or other similar functions
Multiplying or inf are all I'd care about here anyway
Mmhmm
So like my main issue with inf (and I'd assume this would extend to any t norm which isn't multiplication) is this. I think it may require some generalization of m_{R(a)}(b) wrt to whatever norm is being used
just note that the 1-(1-a)(1-b) as our sup for binary union when we use multiply for intersection
or just a different definition
So then the sup would become $\sup\set{1-(1-m_{S(b)}(c))(1-m_{R(a)}(b))}$?
idk for infinite unions, but for binary ones we need that bit in the middle instead of sup
probability that x is in A or B
using inf for intersections and sup for unions immediately carries over to infinite though
Wdym? Also where did the 1-(1-a)(1-b) come from? I remember looking at it but now I can't find it
also note that this is P(A u B)
Yeah
if you had P(U A_i), then there ya go
But then again this is all for the union of two (or more) fuzzy sets indexed by a crisp set
So if the indexing set is also a fuzzy set then don't we still have an issue?
yeah idk in that case
Oof, well thank you very much!
sluwurp
Woof
Theres already an imbalance, techno
hey need
help with a question
can someone tell me how
ow we simplified tan^2x(sinx-1)(sinx-2)
to tan^2x(1-sinx).
Put x=pi/2 in sinx-2
Becomes -1
-1(sinx-1) = 1-sinx
Also
Ask this in a damn help channel not here
look up umap, it's an arxiv paper
Okay so an issue with this is that there is no identity relation then. Like for $I\subseteq A\times A$ to be an identity, it would need to satisfy $R\circ I=R$ and so
[ R\circ I(a,b) = \sup_{a'\in I(a)}\set{\frac{m_I(a,a')\cdot m_R(a', b)}{m_A(a')}} = m_R(a,b) ]
But since $m_I(a,a')\leq m_A(a)\cdot m_A(a')$ since it's a relation this is less than $m_A(a)\cdot m_R(a',b)$, and so if $m_R(a,b)$ is the maximum value wrt $a$ this is less than $m_A(a)\cdot m_R(a,b)\leq m_R(a,b)$ and there's no reason for an equality (no reason for $m_A(a)=1$).
If we somehow get the denominator to be $m_A(a')^2$ then we could use $m_I(a,a')=m_A(a)^2$ when $a=a'$ and $0$ otherwise. But the issue is finding a natural reason why the denominator should be $m_A(a')^2$.
potentially
[ m_{R(a)}(b) = \frac{m_R(a,b)}{m_B(b)^2} ]
No this isn't well defined
heyyyyy 
What happens if
[ m_{R(a)}(b) = \frac{m_R(a,b)}{m_A(a)\cdot m_B(b)} ]
Can someone tell me about it answer
!help
Please read #❓how-to-get-help
@neat frost yes
Read the message.
Wanted to know, can I also ask physics problems in the help section?
That's fine, but you'll get better response in a physics server.
Understood. Do you know any physics server?
check #old-network
This is not very descriptive
guys can you help me solve this problem?
UMAP (Uniform Manifold Approximation and Projection) is a novel manifold
learning technique for dimension reduction. UMAP is constructed from a
theoretical framework based in Riemannian geometry and algebraic topology. The
result is a practical scalable algorithm that applies to real world data. The
UMAP algorithm is competitive with t-SNE for v...
hi guys
hello there
696969696969+876543212345678987654345678=7654323456789098765445678o
Ban
!chill
hahahaha
I guess it was sufficiently descriptive!
but maybe not efficiently
this is like a nonconstructive existence proof
☭
thinking about that wendigo guy
he asked question in #1021175428326633542 and nobody answered him
so he went to #serious-discussion to ask for help instead
(the only answers he got were !help obviously)
but i wonder if they ever got their help
People here always failed to apply first aid (joke)
!volunteers
Helpers are just people volunteering their time to help you. Be polite.
im not sure how this is relevant
like, i already knew-
oh
it's relevant for the next time someone appears
makes sense

Is the wendigo guy you?
no
Hi
Hey technie!
Techno tanuki is the wendigo guy?
No lmao
that moment when you finally get an idea for how to solve a problem youve been struggling on for hours as you go to sleep, and forget all about it in the morning...
I usually send a voicemail to one of my friends where I „save“ that idea
This has happened to me a lot
jus use voice record
before u go to sleep
ez
I love when my roommate spends all night gaming so I get 6 hours of horrid sleep
brain record coming soon !

6 hours is a lot lol chill out
it's not
its a joke why yall getting baited
Yeah 6 hrs seems a little tiring to deal with
xDD

Sensitive plant
toxic sleep measuring
Wait catnip is plant...cat weakness
nu
Catnip here ...kitty kitty

it definitely didn't seem like one
it was either a particularly bad joke or you're bailing out

schrodinger joke
based on whether people call you a douchebag retract your statement and call it a joke
Go back to chill stop talkin here
hi
whoops
Lmao calling Shuri meow in a serious convo is funny ngl
Oh I think you're right uwu >.<
.<

LMFAO
Yeah go to chill shuwi
Yeah get outta here!
I NEVER STUDY MATH
can i share my info?
I'm literally going to cry
y?
you copied your friend's hw?
Andddd
I have a presentation in science
I TOLD HER ALL WEEKEND
I'm gonna scream my head off
rip



Heya @velvet dagger
wanted to inquire abt 2 of Yr reviews, specifically the one on LA and AA
That OK with u?
Kk, I was a bit worried if they actually minded and didn't want to be inquired on it 
For the LA list, what is meant by "computational/low brow" and "abstract" when u were talking abt the LA books? I'm looking for an LA book which covers most topics of LA (unlike LADR etc which cover mostly R and C fields), but don't progress too quickly either (shilov and Grenub). Som.. Artin or Hoffman and Kunze?
As for Algebra (abstract, I assume? The extreme bottom pin), similar to LA, I'm looking for a book which covers most of AA. I was thinking of Dummit and Foote, but some say it's boring, and earlier peeps like delerick recommended rotman
what are Yr thoughts?
i don't know Grenub, but i'm familiar with Shilov and H&K. If you think Shilov progresses too quickly, you probably won't like H&K either, it's kind of the Baby Rudin of LA
ic
the book by Friedberg/Insel/Spence is my generic recommendation to most people who want a mathematical (as opposed to computational/application-oriented) intro
FIS was so dry tho
You don't yet have the mathematical maturity to start abstract algebra
Ofc not but just wanted to get the books out
I'm looking to have them printed for my personal use
you can start abstract algebra with no maturity
its relatively disjoint from everything else except set theory i suppose
then again you can ignore that and still read the book
no you will learn
you're going to need at least a little set theory
yes
yes
I'd say you can probably learn the required set theory in about 1-2 months
most LA books are kinda dry.. i'd love to know of an exception

Shilov
Computing shit on day 1
i like his treatment of determinants, but it's weird to do them first... it seems like that might have been the style in Russian LA once upon a time. There's another Russian LA book whose author I can't recall offhand, which is an intro to LA but assumes that the reader already knows determinants and does all the basic linear equation solving using them
Mhm
you need proof writing lel
hubbard for sure
@void tundra
it's really good if you're also interested in multivar anal and it's super beginner friendly
it's the first math book I ever picked up
tho most of the LA you're gonna be doing there is over the reals
and fairly biased towards the stuff you need for calc
I'm an Axler stan for LA.
Tfw no eigenvalues 
Or spend a year like me 
Sean rec'd morton curtis to me last time but im not sure how good or bad it is. He liked it though
Told me it has stuff like exterior algebra in there for defining determinants lol
Based on mod's tier list in books channel (pins), it's ok
In other words, my algebra 
Yes I have read Dami's reviews countless times already.

Is there some higher level math that’ll improve your ability to solve IMO style geometry questions that isn’t just spamming IMO style geometry questions?
just the ability to notice what depends on what
not any high-level maths but just staring at things
and it will all be useless past high school
I see
Being good at what type of competition math problem is most useful outside of competition math?
useful? competition math? outside?
Being?
number theory and combinatorics obviously continue into actual maths
Word
euclidean geometry stays as brain teasers
only basic geometric ideas do continue getting developed
heh I was the best at Euclidean geometry
but college maths is just much more interesting
Oh yeah? Name every angle
when you actually learn stuff that matters
What’s your phd in?
do a search
What
I'm not in the mood to answer something countless times
Lol
got a yield on for in case with 12% in equation linear regression
if im interested in what now
windows users when no shebang
So, I have to "test" my understanding of the topic and by that I designed a little riddle. Basically I have this yellow surface and this blue curve that is imbedded into that surface. Now I have to mathematically construct new surface that is tangent to this surface and it sits on a blue line that should represents normal curvature of this blue line on this yellow surface
BUT im too stressed out do do things that I once loved doing it 😭
HIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
hi
when do people usually meet with professors to talk about a directed reading course?
i have a professor who already they'd supervise a directed reading course for me
we agreed on diff geo, but nothing specific
im reading Lee's intro to topological manifolds rn, and will probably try to start Lee's intro to smooth manifolds over the summer
so should I meet with him around the start of next semester to let him know where I'm at?
You should just talk to him and work that out with him directly
I usually reach out via e-mail and/or office hours
I'd second @jovial ember , more communication is better
Chmo
maybe erlangen style group theory or like harmonic analysis?
hi
sup
sup
sup kyuu
gud 

Q
hello
anybody into functional programming?
I am learning Haskell
mee too, recently got into functional programming
I'm in search for better resources
I found these two books helpful:
Learn You a Haskell for Great Good, free to read online.
http://learnyouahaskell.com/
haskell <3
oh I'm reading that actually
the different features/aspects of it. Like it being statically typed, being able to use linear types, monads, and how the program is structured, and other stuff
@solid snow derivative of 2x
!help
Please read #❓how-to-get-help
nobody cares if you know calculus/linear algebra/probability theory, they only care if you know Java, backend, frontend, deep learning etc
my internship certainly cared that I knew abstract algebra and number theory
Java is a very low bar tbh
Like knowing how to program is like to knowing how to read and write
You absolutely need more than "how to read and write" for anything
i will take note of this when i apply to math research positions 
I don't think a criminal psychology position will care about backend development experience
Well you should be able to fetch data from a database, I think
it cares about math?
Well I assume you need some kind of social network analysis stuff in criminal psychology
<@&268886789983436800>
why do you @ moderators?
do you think I broke the rules or what?
Maybe the convo was getting a bit tiring and annoying.... this Math vs Programming is like Meow vs Woof
Why not like both
well I dont have interests to continue it as well
just view it as a rant from a foreign student who's trying to find a job in the local job market
Ok to be practical but there are many jobs that require math or even programming jobs that require math... well music isn't that useful but it makes life better.... doesn't math improve problem solving skills in general and hence maybe useful to programming
yeah you're right, shouldnt talk about programming here
math is helpful for everything
Good luck
I have a feeling it's because they just like found interesting math in a programming project
pretty sure that almost anyone below the age of 30 has programmed at some point
<@&268886789983436800>
Hey, I was wondering what works for you guys while studying for an exam in a proof heavy course? I've taken a bunch of pure math courses this year and ive had a rough time with almost every midterm or final I have written haha. I have another set of finals coming up in 3 weeks and I was wondering what the best way to study would be. Usually I read over the notes or textbook to make sure I know all the concepts, then I try to do some practice problems. Would you say I should spend more time practicing and less time reading or vice versa?
One study trick I do is I read the textbook and skip over proofs to save time unless they look fairly short
And then for each theorem/lemma/definition/etc I will come up with the simplest possible problem that I can use the theorem to help solve
Then it helps me to remember the theorem and learn when to use it
For example:
Let’s say the theorem is
the derivative of f(cx)= cf’(cx)
Then for my simple problem I will say what if f(x) = e^(2x) what is the derivative? Then I work it out to be 2*e^(2x)
skipping proofs is a bad idea
And if you want to get an even better understanding you can try to prove it
Not if it takes 24 hours a week to do all that for one class
unless yr into mathematics and the actual reasoning behind it, that's fine tbh
they are there to show you techniques
like, chemists, biologists and whatnot won't really care, they don't rlly have the time, they just need to know that it works
there are some proofs u shouldnt skip
yeah but if you're doing a maths course
but for a first readthrough
there is nothing wrong with skipping
and coming back later
mhm, true that
But if you are taking an easier class where they only give like under 10 theorems per week then maybe it would be possible to read the proofs
u cant do all of math, no proofs, no.
some theorems will fail to make sense
Its a bit silly to blackbox "identities are unique in a group"
for example
idk
wdym
this is incredibly difficult
astounding
I was really talking about proofs that can take like 15 minutes or MORE to read
If it is a short proof then that would help you remember and understand the theorem a lot in a short amount of time
u should at the very least eventually skim the ideas
that are needed to show the theorem
so u have a kind of map
in your mind
of what theorem relies on what
this is fairly important in general
Don’t you just hate the applied calculus courses?
säs
Skipping proofs of technical lemmas is Chad energy
Once you sort out the details it's clear
(Don't sort out the details)
yes!
proving certain functions are measurable is cancer, for example
and most of the time, I don't think the proof brings much insight other than familiarity with the definitions 
literally you have to do something very hard to break measurability
anything you can describe with countable operations is measurable
ive got a question for anyone whos interested, i'm definitely missing an obvious answer to this but is there any function that can return 1 for all values except itll give the output of 0 at 0
my first idea was the derivative of the absolute value function |x|/x but thats undefined at zero
a piecewise function
i mean yeah fair but
itll be a bit complex to do that
especially since its all inside of a parametric equation
|sign(x)| /sarcasm
huh
ohhh
sorry i dont use tone indicators so i thought sarcasm was a denominator
lol
I mean, I sure it isn't an answer you are looking for, so that's why i used sarcasm
yeah
real quick question and this is gonna sound dumb probably
what does sign(x) mean?
-1 for x<0, 0 for x=0 and 1 for x > 0
ohhh
just another way to write absolute value got it
yeah
thats not what im looking for
but
i think its definitely part of the answer
No
wait yeah
youre right
slope of absolute value plus 0 at x=0
i think thats possible to use
yeah this might actually work for what im doing lol
thank you
the function is going to be piecewise in the end anyways
okay wiat
thats helpful but i just realized theres a whole other issue now
if anyone of you wants to know what im actually doing just dm its gonna be a long explanation lol
Why not just ask your original problem
Asking about your attempted solution rather than your actual problem
Don't mind about it much, i sure this has mistake
$\lim_{a\rightarrow\infty}{\sqrt[a]{x}}$ /hj
Quicksilver
Are you looking for an equation? Because I'm thinking just of an If Then Else if on a calculator.
It might help, but it seems pretty straight forward.
indeterminate form of expression, 0/0
no absolute function and signum function are different
High key considering signing up for a hackathon
both functions must be differentiable 
Consider $x\mapsto \frac{x+\sin x \cos x}{(x+\sin x \cos x)e^{\sin x}}$
Lochverstärker
Why not just 1/e^{sin x}
that isnt of the form infinity/infinity?
We want to have the f(x)/g(x) form
anyways, show that if you take derivative of numerator and denominator and compute the limit for x to infinity, you get a finite result
What is this an example of?
but for the original expression and x to infinity the limit does not exist
why does this not contradict lhopital?
||Because you can't find a open disk where denominator's derivative is nonzero everywhere||
What are you guys doing?
Ok I don't think that works
Well it's not about a disk
you figured out why it doesnt work
well
"disk" is weird because we are considering limit to infinity
but yeah ||3. doesnt work, this is the most subtle way for lhopital to break||
it remains to show that the limit of the original function does not exist
and that the limit of the derivatives does








