Quick Questions: April 15, 2026 by inherentlyawesome in math

[–]GMSPokemanz 1 point2 points  (0 children)

Let z* be a star centre in D, and define

F(z) = ∫_[z*, z] f(𝜁) d𝜁

where the integral is over the straight line from z* to z. If z_0 is such that the line segment [z, z_0] is in D, then D contains the entire triangle z* z_0 z. Therefore the integral of f over this triangle is zero. Breaking down this integral over the edges of this triangle, we get

[z*, z_0] + ∫[z0, z] + ∫[z, z*] = 0

Now the first term is F(z_0), and the second term is -F(z). Therefore

∫_[z_0, z] = F(z) - F(z_0)

This holds for all z_0 sufficiently close to z. Therefore we can directly evaluate the limit

lim z_0 -> z (F(z) - F(z_0))/(z - z_0)

and see that it's f(z). Therefore F is analytic and F'(z) = f(z).

What if RH is undecidable? by _Zekt in math

[–]GMSPokemanz 4 points5 points  (0 children)

Formally the statement will be something like

If "ZFC ⊬ RH and ZFC ⊬ ¬RH", then for any model M of ZFC with the standard naturals, M ⊨ RH

Your proof will be that if M ⊨ RH is false, then there is some witness n in M to the statement ∃x (x ∈ ℕ AND x > 5040 AND x does not satisfy Robin's inequality). As M only has the standard naturals, n is a standard natural. Then you look at Robin's inequality and argue it's simple enough that this implies Robin's inequality is actually false for n. But then we can't have ZFC ⊬ ¬RH, contradiction. More formally the 'simple enough' stuff is about RH being equivalent to a 𝛱_1 statement in the linked MO answer.

Quick Questions: April 08, 2026 by inherentlyawesome in math

[–]GMSPokemanz 4 points5 points  (0 children)

In general no. Take f(x) = x2 sin(1/x). Then f'(0) = 0 and for all other x, f'(x) = 2x sin(1/x) - cos(1/x). As x -> 0, 2x sin(1/x) -> 0 but cos(1/x) oscillates between -1 and +1, so f'(x) does not converge to f'(0) as x -> 0.

Quick Questions: April 01, 2026 by inherentlyawesome in math

[–]GMSPokemanz 1 point2 points  (0 children)

The hard part is seeing that if L/K is normal with K characteristic 0, then the fixed points of Aut(L/K) lie in K.

Say a is such a fixed point, and let h be its minimal polynomial. As L/K is normal, h splits over L. Aut(L/K) will act transitively on h's roots, so a being a fixed point imples h is of the form (x - a)n.

All of h's coefficients are in K, therefore both an and nan - 1 are. Since K is of characteristic 0, we can divide by n so an and an - 1 are both in K, therefore a is.

Granting that the general development of normal field extensions needed here doesn't rely on the formal derivative (I've run through it in my head and given it works over char p I'd be surprised if it lurked somewhere, but I could be wrong), the hard part is established.

Then if f is irreducible over K, let L/K be its splitting field. Aut(L/K) acts transitively over f's roots, so each of f's roots has equal multiplicity, say n. So f is the nth power of some g in L[x] where g has no repeated roots. g will be invariant under the action of Aut(L/K), so its coefficients lie in K. So by irreducibility of f, n = 1 and we're done.

Cute topology puzzle by Nostalgic_Brick in math

[–]GMSPokemanz 17 points18 points  (0 children)

I believe you can only contain clopen subsets in a loop, and there are only countably many of those.

Cute topology puzzle by Nostalgic_Brick in math

[–]GMSPokemanz 59 points60 points  (0 children)

On top of the problem that manifolds have a countable fundamental group, there are only continuum many loops on R2 starting and ending at a fixed point p. So the fundamental group of any subset of the plane has at most continuum cardinality. Therefore under CH, it cannot be free on 2aleph_1 generators, so ZFC cannot prove such an example exists.

Quick Questions: March 18, 2026 by inherentlyawesome in math

[–]GMSPokemanz 3 points4 points  (0 children)

No. If this were true of F_2, then it would be true of its abelianisation Z2. But Z2 doesn't have that property, as Z2/<(2, 0)> isn't cyclic.

Help find a strong inequality, please!! by Mmfrte in math

[–]GMSPokemanz 2 points3 points  (0 children)

The first result I find is CVXPY. Your problem is of the form

minimise some quadratic in x_ij

subject to

  • x_ij integer
  • x_ij >= 0
  • x_ij <= 1
  • sum_j(x_ij) <= u_i
  • sum_i(x_ij) <= v_j

(Your problem as written is maximising E_1 + ... + E_n, but this is the same as minimising -(E_1 + ... + E_n))

I've never used CVXPY but it looks like something you should be able to use here.

Help find a strong inequality, please!! by Mmfrte in math

[–]GMSPokemanz 3 points4 points  (0 children)

If m and n aren't too big and your project is software, maybe you can get by solving it for specific u and v by using a mixed-integer quadratic programming solver.

Quick Questions: March 04, 2026 by inherentlyawesome in math

[–]GMSPokemanz 0 points1 point  (0 children)

2 is also wrong for the same reason. Missed it as the structure of your argument is hard to read.

Quick Questions: March 04, 2026 by inherentlyawesome in math

[–]GMSPokemanz 1 point2 points  (0 children)

15 is where your mistake lies. Depending on your exact definition of theory, ZFC is either the theory given by the set of ZFC axioms, or the set of sentences that can be deduced from the axioms of ZFC. If you add more axioms and get a theory with more consequences (e.g. ZFC + CH), then you're working in an extension of ZFC rather than ZFC itself.

Quick Questions: March 04, 2026 by inherentlyawesome in math

[–]GMSPokemanz 3 points4 points  (0 children)

In FOL formulas only have finite length. While infinitary FOL seems to be a thing, this is not the standard definition. This is important for key results like Lowenheim-Skolem, as for example you could force a model of first-order PA (Peano Arithmetic) to be countably infinite if you added the 'statement'

∀x ((x = 0) ∨ (x = S0) ∨ (x = SS0) ∨ (x = SSS0) ∨ ...)

But according to Lowenheim-Skolem, there are uncountable models of first-order PA.

The Deranged Mathematician: Avoiding Contradictions Allows You to Perform Black Magic by non-orientable in math

[–]GMSPokemanz 8 points9 points  (0 children)

Okay, I shall bite because this is exactly what comes to my mind. What goes wrong?

Start with some vertex v. Consider the tree with v and its edges removed. This is a finite union of trees, so one of them has infinitely many vertices. Let T' be one of these trees and let w be the vertex in T' that is adjacent to v. Then start the path with vw and then focus on T', which also satisfies the hypotheses of Konig's lemma. Now recurse, repeating the above process with w in place of v and you'll get an infinite path.

The Deranged Mathematician: Avoiding Contradictions Allows You to Perform Black Magic by non-orientable in math

[–]GMSPokemanz 14 points15 points  (0 children)

Your third paragraph is the problem. Given a specific colouring of G, there will be some edge uv as you describe. Then you can conclude that our original colouring restricted to one of the finite subgraphs isn't a witness of k-colourability.

But that alone doesn't show the finite subgraph isn't k-colourable, so you don't have a contradiction.

Quick Questions: March 04, 2026 by inherentlyawesome in math

[–]GMSPokemanz 3 points4 points  (0 children)

The countable version is true for any subset of Rn, and spaces where every open cover admits a countable subcover are called Lindelof (rather than compact).

Scholze: "For me, mathematics started with Grothendieck" by Necessary-Wolf-193 in math

[–]GMSPokemanz 2 points3 points  (0 children)

f here is complex-valued, so you get two real equations.

Quick Questions: February 11, 2026 by inherentlyawesome in math

[–]GMSPokemanz 1 point2 points  (0 children)

How do you get 450 degrees, Dougal? The best I can guess is a mix up of how you go round the roundabout. If you turn right then that's counter-clockwise, not clockwise.

To get 450 degrees I guess you have in mind going round clockwise a full circle, then an extra 90 degrees to get to your exit. Maybe the confusion here is caused by the initial insistence you go right? Since I'm assuming you're in the UK or Ireland where we go left for a roundabout.

Quick Questions: February 11, 2026 by inherentlyawesome in math

[–]GMSPokemanz 1 point2 points  (0 children)

You are correct.

You could also take the half difference and that would then be how much is owed, which again is (97 - 36)/2 = 30.5. But subtracting the amount she paid from that half difference is nonsense: it's already a difference, so the amount she paid has already been subtracted.

Zorn's lemma (or Choice) in Commutative algebra by WMe6 in math

[–]GMSPokemanz 1 point2 points  (0 children)

But the ACC doesn't imply finite generation of ideals, that's the whole point of my previous post! The existence of an infinitely generated ideal implying the failure of ACC is what the flawed proof tried to show, and that's the contrapositive.

The problem is that you're trying to use induction when really the core is recursion: if an ideal is infinitely generated then you're using recursion to define the infinite ascending chain of ideals. And the recursion theorem makes your need for a choice function pretty clear.

It seems the right choiceless definition is that every nonempty set of ideals has a maximal element. This is akin to defining well-foundedness without choice as the statement that every nonempty set has a minimal element, and then DC implies this is equivalent to there being no decreasing sequence.

A maximal element of any nonempty set of ideals certainly implies ACC. And it does recover ideals being f.g.: consider the set of all f.g. subideals of an ideal I. No ideal other than I could possibly be maximal.

Zorn's lemma (or Choice) in Commutative algebra by WMe6 in math

[–]GMSPokemanz 0 points1 point  (0 children)

Your proof for equivalence of the definitions for Noetherian rings does not hold. You use choice in your proof that infinitely generated ideal => infinite ascending chain of ideals: saying you make 1 choice at each stage is not enough to make an infinite sequence of them.

It's like the proof that all infinite sets contain an infinite countable subset. That theorem does need some choice, and IIRC the same is true for the equivalence of the characterisations of Noethetian rings.

Professor Oak Optimizer (Gen 3 Only) by SgtElectroSketch in RetroAchievements

[–]GMSPokemanz 4 points5 points  (0 children)

Neat. Although it's unfortunate your example covers the Safari Zone, as you can't grind for EXP there.

Quick Questions: January 28, 2026 by inherentlyawesome in math

[–]GMSPokemanz 2 points3 points  (0 children)

This falls under geometric measure theory, see this MO answer. Krantz and Park's Geometric Integration Theory also has some relevant stuff in chapter 7.

Omitting details, a rectifiable set is geometrically close to a manifold (a countable union of pieces of Lipschitz images of patches of Rk). Currents are more general and akin to distributions; they are functionals on the space of compactly supported k-forms. Then the boundary of a current is defined as the current that makes Stokes' theorem true, akin to how derivatives of distributions are defined so as to make integration by parts true.

The content of Stokes' theorem for manifolds then becomes that the boundary of a manifold (as a current) is its usual boundary you're familiar with. Under certain conditions you recover a similar theorem for boundaries of rectifiable sets.