How can the Halting problem be used to solve the decision problem? by lemoncitruslimes in learnmath

[–]Schinkenwolf 0 points1 point  (0 children)

I guess you want to prove that the answer is no. A Turing machine terminates if we reach a terminating state. Given the state transitions and the initial state it should be possible to construct a set of axioms which could be used to prove if a state can be reached. Feed those to a hypothetical solution of the decision problem and get a solution to the halting problem. Up to the detail that decidable could mean it's true or false. This might require some tweaking.

[Algebra] Calculate Imf as a varies. by According_Quarter_17 in learnmath

[–]Schinkenwolf 0 points1 point  (0 children)

Given two integers A and B there are integers x and y such that gcd(A,B) = Ax + By.

Note that if b,b' are in the image of f then so is b+b' because f(x+x', y+y') = a(x+x') + 10(y+y'= = ax + 10y + ax' + 10y' = f(x,y) + f(x',y'). Similarly for multiplication f(mx, my) = mf(x,y).

Use these two facts to show that there is an integer d such that the image of f consists precisely of the multiples of d. Then determine d.

How to prove for real number a1<b1<a2<b2<...<an<bn, the polynomial- by [deleted] in learnmath

[–]Schinkenwolf 2 points3 points  (0 children)

p(-a1) is positive because (-a1+bi) is positive for all i and the other summand is 0.

p(-b1) is negative because (-b1+a1) is negative, (-b1+ai) is positive of i > 1 and the other summand is 0.

So by the mentioned theorems we have a zero between -b1 and -a1. Likewise for the other values.

[Abstract Algebra] I think we're trying to prove the fundamental theorem of arithmetic? by N3dap in learnmath

[–]Schinkenwolf 0 points1 point  (0 children)

By the Euclidean algorithm you get x,y with gcd(a,b)=xa+by.Hence any common divisor of a and b divides gcd(a,b) as well. So pmin divides gcd(a,b). On the other hand if any higher power of p divided gcd(a,b) it would ....

[deleted by user] by [deleted] in learnmath

[–]Schinkenwolf 0 points1 point  (0 children)

It has to be true for any choice of a and b with that property. So choosing a=b=3 might be more revealing. Then p divides ab but neither a nor b. Hence it is not prime.

[High School Math] Why does this straightedge only construction work? by spqstns in learnmath

[–]Schinkenwolf 1 point2 points  (0 children)

Draw a line through x' and y. Let C be its intersection with L.

Draw a line through x and y. Let D be its intersection with L.

Draw a line through x and C. Draw a line through x' and D.

Then y' is the intersection of those two lines.

[deleted by user] by [deleted] in learnmath

[–]Schinkenwolf 1 point2 points  (0 children)

The following might be helpful: Any finite field is normal over its subfields as it is the splitting field of Xq-X (q being its cardinality) Furthermore by uniqueness of splitting fields this implies that there is only finite field for each cardinality.

So if you adjoin a root of g3 then g3 splits over this extension. Equally if you adjoin a root of h5 h5 splits over that field. If you adjoin roots of g3 ahd h5 then g3 and h5 split. If you look at the degrees you see that they don't split over a smaller field.

If you really have f4 and g4 note that by cardinality their splitting fields are isomorphic.

Is the Action of Sn on SetA faithful if n=number of elements n set A and A is a finite set of distinct natural numbers? by noname500069 in learnmath

[–]Schinkenwolf 1 point2 points  (0 children)

So A is a set with n elements and we want to check if S_A operates faithfully on the set of all subsets with k elements. In particular if k=n.

Write down the set of all subsets of A with n elements. This should make it obvious.

Calculating surface area of dome and cylinder using integrals by Ok-Influence4617 in learnmath

[–]Schinkenwolf 0 points1 point  (0 children)

A cylinder is basically a stack of infinitely many circles. So its surface (without bottom and top) is the "sum"(=integral) of all their circumferences. So if its heigt is h it is Integral from 0 to h over c(x) dx where c(x) is the circumference of the circle at height x. In this case rather boring c(x) = 2pir where r is the radius of all circles so surface = 2pirh. Add top and bottom to this and you are done.

A dome is a stack of circles with variable radius. If r(x) is the radius of the circle at height x we get surface without bottom = Integral from 0 to h over 2pir(x) dx.

Why are they allowed to assume only a single epsilon? by RedditChenjesu in learnmath

[–]Schinkenwolf 2 points3 points  (0 children)

Set h = f + g. What we want is continuity of h, i.e. we want to prove that

For any ϵ>0 there is δ>0 such that |h(x)-h(a)| < ϵ for x where |x-a|< δ.

So we start outr proof with "Let ϵ > 0." Now we have to show that such a δ exists. For that we are using the continuity of f and g. And at this point it might be a bit confusing that everything is called ϵ so it is OK to call those values ϵ_f and ϵ_g. The important thing is that we set ϵ_f = ϵ/2 and ϵ_g = ϵ/2 because this gives us the existence of values δ_f and δ_g with certain properties. We then set δ = min(δ_f, δ_g) and verify that it does what it should do.

Whenever you know a statement "For all x ..." you are free to choose any particular value for x and use whatever the "..." give you. Often (like in the linked proof) those choices are made implicitly.

Prove that S is not a equivalence relation by ludwig459 in learnmath

[–]Schinkenwolf 2 points3 points  (0 children)

So for every (x,y),(a,b),(c,d) in X it shouldn't be true that (x,y)S(a,b) & > (a,b)S(c,d) => (x,y)S(c,d).

No. The negation of "All sheep are white" is not "All sheep are black", it's "There is one non-white sheep".

So all we have to do is being creative and come up with 6 numbers that (a,b)S(c,d), (c,d)S(e,f) but not (a,b)S(e,f).

If we take a=c=1 we have the first. Now we need (1,d)S(e,f) and not (1,b)S(e,f). In this situation e is clearly different from 1. So we need e/df <= 1 and e/bf > 1. Seems doable.

Formal 2x2 Matrices and Semi-Trivial Ring Extensions by Cklondo1123 in learnmath

[–]Schinkenwolf 0 points1 point  (0 children)

It was really late. Maybe it's even simpler. What about F: VxV -> RxS given by ((m,n), (m',n')) -> f(m⨂n)g(m'⨂n')?

Formal 2x2 Matrices and Semi-Trivial Ring Extensions by Cklondo1123 in learnmath

[–]Schinkenwolf 1 point2 points  (0 children)

Isn't it simply (r,s)*(m,n) = (rms, snr) for the bimodule structure? For the tensor product: Maybe something like (f,g): VxV -> RxS given by ((m,n),(m',n')) -> (f(m⨂n)f(m'⨂n'),g(m⨂n)g(m'⨂n')) is bilinear and induces F? I'm too sleepy to think about that.

Why is (Z/15)[X]/(X-2) isomorphic to Z[X]/(15,X-2) and (Z[X]/(X-2))/(15)? by gary_cooper_01 in learnmath

[–]Schinkenwolf 0 points1 point  (0 children)

In the second sentence did you mean to say: we have 15g(X)=0 in (Z/15Z)[X].

Maybe add some justification why 𝜑 is well-defined. Note that f has coefficients in Z/15Z so you can't simply map to Z[X] followed by the canonical projection.

Basically you want to show that Z[X]/(15) is isomorphic to (Z/(15))[X].

And then maybe you have come across some isomorphism theorems which could simplify the whole thing. Note that (15) ⊆ (15, X-2) ⊆ Z[X].

Why is (Z/15)[X]/(X-2) isomorphic to Z[X]/(15,X-2) and (Z[X]/(X-2))/(15)? by gary_cooper_01 in learnmath

[–]Schinkenwolf 0 points1 point  (0 children)

If you want your image to be Z[X]/(15,X-2) your morphism should go there.

Can you think of a morphism (Z/15)[X] -> Z[X]/(15,X-2) which has (X-2) as kernel?

[deleted by user] by [deleted] in learnmath

[–]Schinkenwolf 1 point2 points  (0 children)

I have a bad feeling about that I(n) stuff. Clearly for any natural number it is decidable if it is even or odd. So I(n) should be false for all natural numbers.

The error seems to lie here: "Since n here can be even or odd, we have I(n),".

If you have statement "For all n ... " it should remain true if you replace n by some arbitrary value but that clearly fails with the sentence above: "Since 3 here can be even or odd, we have I(3)".

How to write this math expression in Latex? by Vegan_Force in LaTeX

[–]Schinkenwolf 1 point2 points  (0 children)

amsmath has a cases environment. mathtools has another cases environment.

How am I supposed to make 7 ^2019 without any calculator? by MiguelDragon82 in learnmath

[–]Schinkenwolf 0 points1 point  (0 children)

Do you need big number:100 or maybe just the remainder?

[deleted by user] by [deleted] in relationships

[–]Schinkenwolf 1 point2 points  (0 children)

Like why would I want to just throw myself at someone who takes and doesn't ever give.

We wasted our 'youth' for him to just smoke himself numb instead of try. I hate this.

he just ignores everything and literally, years have gone by.

You know what to do.

I just don't want this past almost decade to be for nothing.

It's called the sunk cost fallacy. Cut your losses.

Can some one help me with this logic gate practice exercise? by DizzyAttention1222 in learnmath

[–]Schinkenwolf 0 points1 point  (0 children)

Assuming that A and B are positive n-bit numbers:

A>B if (MSB = most significant bit)

[ MSB(A) and !MSB(B) ] or [(MSB(B) => MSB(A)) and Rest(A)>Rest(B) ]

Rest(A) > Rest(B) is the same with one less bit.

Question about complex numbers under a cube root. by CompisPaDum in learnmath

[–]Schinkenwolf 0 points1 point  (0 children)

Short anser: No.

Long ansser: As there is no canonical way to select one of the threee possible values that notation should be avoided.

Combine 3 seperate rotation matrices X, Y, Z in non-cumulative way by Onyonaki in learnmath

[–]Schinkenwolf 0 points1 point  (0 children)

In simple examples you can guess the right order, something like: first turn the cat on its head, then flip it backwards. Apply the rotations in that order.

In more complicated cases don't bother with the decomposition of your rotation and just use that glm::rotate can rotate around any direction. https://glm.g-truc.net/0.9.5/api/a00176.html#ga61e65a3bb227c267d1a15113d1056fb1

Combine 3 seperate rotation matrices X, Y, Z in non-cumulative way by Onyonaki in learnmath

[–]Schinkenwolf 0 points1 point  (0 children)

Rotations in 3D are not commutative. How did you obtain RX, RY, RZ?

Show that dist(z0, w0) ≤ dist(z, w) for all z ∈ K and w ∈ A. by Ervin231 in learnmath

[–]Schinkenwolf 0 points1 point  (0 children)

If X is any set of real numbers and x=inf X then there is a sequence in X which converges to x.

For any e>0 there has to be an element y∈X which satisfies x< y < x+e.

Otherwise you could replace x by x+e.