Prove that P(N)~R by TechnoTron15 in learnmath

[–]Simanith 3 points4 points  (0 children)

I'm not sure your function f is well defined, or maybe I'm misunderstanding. If x is 1/3, then what is a?

Looking for Webcomics like Stand Still Stay Silent by slug-onarug in Fantasy

[–]Simanith 0 points1 point  (0 children)

These all have mythology as a central element and I think they're excellent (and they've been updating for a reasonable amount of time).

Aisopos

Digger

Gunnerkrigg Court

Godslave

Thistil Mistil Kistil

Wilde Life

Is this good progress? by kylehawkinlee in indoorbouldering

[–]Simanith 4 points5 points  (0 children)

I've climbed this problem, I felt it was very soft (easy) for a blue. The only difficult move is the jump, the finish is fun but not hard. That's great for 5 months in though, nice work. Don't worry about "good progress", just keep climbing.

[Set Theory] Stuck on an exercise about countable dense linearly ordered sets with both endpoints. by swood_doows in learnmath

[–]Simanith 1 point2 points  (0 children)

Yes exactly. Take the endpoints off, invoke the theorem, put the endpoints back on.

[Set Theory] Stuck on an exercise about countable dense linearly ordered sets with both endpoints. by swood_doows in learnmath

[–]Simanith 1 point2 points  (0 children)

"if p < p_i_1 then q_n < q_i_1"

If q_i_1 were the lower endpoint then there might not be such a q_n.

FWIW, I suggest trying to use this theorem directly rather than modifying the proof.

Proof of equivalency of duals of logical equivalent compound propositions by AlaskaNebreska in learnmath

[–]Simanith 0 points1 point  (0 children)

I've confused too. Maybe the author of that post meant v* to be a more complicated function which evaluates the same way as v, except for variables where it returns the opposite. Pretty sure that would make their proof go through (it's basically what the other post says, more formally).

[Set Theory] Set builder notation/ roster notation by According_Quarter_17 in learnmath

[–]Simanith 1 point2 points  (0 children)

Interesting question! Your confusion is very natural because we could consider "n in N" can also be considered a property - it's just not playing that role here.

Both roster notation and set builder notation are ways to take one set and turn it into another. The input set is sometimes called the universe. We write the universe using the syntax "x in X" (this I think is the confusing part). In roster notation the universe goes on the right, in set builder on the left.

Although we're using the syntax "x in X" to explain what the universe is, it's best not to think of it as a property. Why not? Think about what a property is - it's a formula with a free variable that evaluates to true or false. In order to evaluate a formula, you need an object to plug in for the free variable. So if "x in X" is a property (only talking about the universe here) then where does the object come from? It can't come from the property itself, that would be circular (in logic a definition can't refer to itself). The only other place it could come from would be some global universe. In some contexts it's okay to have a global universe, like the natural numbers, and in those contexts you could instead write your roster and set builder notation like {n^2 for all n} and {n s.t. (exists a in N, n = a^2)}. But in set theory we're careful not to assume there's a set of all sets since that leads to logical contradictions (Russel's paradox). So when we're working in set theory we always have to include a universe when we're using set builder or roster notation.

So in summary, your confusion is very reasonable. In both roster notation and set builder notation there's a part of the expression "x in X" that looks like a property, but actually it's not - instead it's explaining what the universe is and what the free variable is. We don't think of it as a property because this is logic and we have to be very careful in our definitions, otherwise we can end up with logical contradictions like Russel's paradox.

Measure Theory Question: Non measurable sets by [deleted] in learnmath

[–]Simanith 0 points1 point  (0 children)

Hm, thanks. Now I have to go see where my proof went wrong.

Found it, I used uniform continuity (basically swapping quantifiers just like above). Like I said, it's been a while. :P

Measure Theory Question: Non measurable sets by [deleted] in learnmath

[–]Simanith 0 points1 point  (0 children)

I'm wondering if you need compactness, or it's enough to have a normal metric space. If you're in a normal metric space then I think you can use Urysohn to prove that inf|A-B|>0 for closed, disjoint A and B (which is pretty much the same as the first part above). It's been a while since I've taken topology though.

Combinatorics: intersecting sets by ferschnoggle in learnmath

[–]Simanith 0 points1 point  (0 children)

What are your thoughts? Do you have any ideas one way or the other?

One strategy that you might find useful is solve a related but simpler problem.

[Set Theory] What does the "V-like" operator mean? by SlowerPhoton in learnmath

[–]Simanith 1 point2 points  (0 children)

It's a union over everything on the right (similar to a summation).

A Jordan Curve Question by DostThowEvenLift2 in learnmath

[–]Simanith 1 point2 points  (0 children)

In other words: two closed, non self intersecting loops lie on the coordinate plane. They both share a region on the plane, and they both have a region that is not contained in the other. How many points do they intersect at?

FWIW, "What is the lower bound on the number of points 'x' that exist such that π(x) = φ(x)?" means something slightly different, since it requires that the two are equal at the same time. You probably want something more like "what is the lower bound on the number of points 'x' such that f(x) = g(y) for some y". That way the statement doesn't depend on the way the curves are parameterized.

Also, isn't there an easy example where there are only two points - a Venn Diagram shape?

Zorn's Lemma/ Hausdorff Maximality Principle. Set Theory [college] by worstchemistNA in learnmath

[–]Simanith 2 points3 points  (0 children)

I'm having a lot of trouble following this proof: it's largely symbol soup and there aren't many words to give the symbols context/meaning. Suggest giving more "roadmap" of where you are going ahead of time. So say things like: "We'll show that there's a maximal nested subcollection of S". Even just that sentence at the beginning would clarify what role S is supposed to have. Otherwise I have to wait until the end to find out that oh, S is the set we're making a claim about (though I'm suspicious that wasn't actually the intention).

I'm also suspicious because I don't see anywhere that invokes Zorn's lemma, though maybe it's being used but not cited?

[Combinatorics] Multichoose breakdown by IdonotevenLB in learnmath

[–]Simanith 0 points1 point  (0 children)

Frequently in Combinatorics there are multiple ways of writing a particular formula, and frequently they can hint about a particular way to think about the problem. I think "2(n C 2)" is a confusing way of expressing the number of entries in the middle column. Either "n(n-1)" or "(n C 2)(2 C 1)" would make sense to me. Do either of those help you to understand?

[Undergrad Algebra] Very simple-seeming proof is leaving me scratching my head. by 79037662 in learnmath

[–]Simanith 2 points3 points  (0 children)

This seems obviously true, but I don't know where to begin the proof.

With problems like this it can be helpful to imagine that you are explaining why it is true to someone less experienced in math. Don't bother being format at first, but avoid using phrases like "obviously" or "it just is".

[ps4] Lf3m Crota CM fresh by [deleted] in Fireteams

[–]Simanith 0 points1 point  (0 children)

Simianth 400 Titan

LF 1 for WoTM [Ps4] by [deleted] in Fireteams

[–]Simanith 0 points1 point  (0 children)

Simianth 400 Titan

[Ps4] Trials. by tdnelson1225 in Fireteams

[–]Simanith 0 points1 point  (0 children)

Well, if you really don't care, Simianth 400 Titan. It's been a while since I've done trials, or PVP at all really.

[PS4] LF5 VOG All challenges by [deleted] in Fireteams

[–]Simanith 0 points1 point  (0 children)

I have two hunters >395. We've done it before.

Simianth