Many problems can't be stated without new definitions, so of course describing or even stating the necessary definitions would be helpful.
--
You received this message because you are subscribed to the Google Groups "Metamath" group.
To unsubscribe from this group and stop receiving emails from it, send an email to metamath+unsubscribe@googlegroups.com.
To post to this group, send email to meta...@googlegroups.com.
Visit this group at https://groups.google.com/group/metamath.
For more options, visit https://groups.google.com/d/optout.
I was a bit snarky before, but do we have anything like a working definition of the enclosure of a curve? In particular I'm thinking of Hero(n)'s formula - JCT seems overkill for that one, but using an ad hoc definition such as "the interval between on every abscissa that passes through exactly two points" seems poor form.
Anyway, I was thinking of 16, the Abel-Ruffini theorem - maybe a series of formulae, where any is either a rational number, a coefficient of the polynomial, the sum, difference, product, or quotient of two previous functions, or a previous function raised to a rational power, then show that for any set of N > 5 formulae taken from such a series there must exist a polynomial of degree N whose roots don't match up? A little worried about the "quotient" part, but I imagine any divide-by-zero error would take care of itself.
Do you have a natural-language proof for that version? The version I gave is indeed weaker (...especially that "N > 5" bit -_-;...), but it follows pretty quickly from the insolubility of S₅.
On Saturday, September 2, 2017 at 10:45:35 PM UTC-4, Mario Carneiro wrote:
On Sat, Sep 2, 2017 at 8:43 PM, Thomas Brendan Leahy <tbrend...@gmail.com> wrote:
I was a bit snarky before, but do we have anything like a working definition of the enclosure of a curve? In particular I'm thinking of Hero(n)'s formula - JCT seems overkill for that one, but using an ad hoc definition such as "the interval between on every abscissa that passes through exactly two points" seems poor form.The obvious solution here is to make a definition that is appropriate for the theorem in question. Heron's formula extends to the area of any polygon by a Green's theorem like approach. Piecewise polynomial shapes capture most geometrical figures, but they have an easy JCT because any line can intersect a polynomial only finitely many times unless it coincides with an edge.That said, I don't think we should shy away from JCT, because it is itself an important theorem and has many many applications, like this.
Anyway, I was thinking of 16, the Abel-Ruffini theorem - maybe a series of formulae, where any is either a rational number, a coefficient of the polynomial, the sum, difference, product, or quotient of two previous functions, or a previous function raised to a rational power, then show that for any set of N > 5 formulae taken from such a series there must exist a polynomial of degree N whose roots don't match up? A little worried about the "quotient" part, but I imagine any divide-by-zero error would take care of itself.
To me, Abel-Ruffini says that if we create the collection S of meromorphic functions f e. ( CC ^pm CC ) (where ( CC \ dom f ) is finite) by taking integer constant functions, the identity function, and close under sums, products, quotients where the second function is not identically zero, and n-th roots, then no function f(a) e. S satisfies f(a)^n + a f(a) + 1 = 0 for all a e. dom f, where n >= 5. (We could use a different polynomial than x^n+ax+1 if it is easier, but this is nicely concrete.) In fact, it should even be provable that f(0)^n + f(0) + 1 =/= 0 for all f in S, which is to say that x^n+x+1 has no definable roots given these building blocks.You could be more agnostic about the parameterization of the polynomials, by trying to talk about functions f(a0,..., an) giving roots of sum_i e. (0..n) a_i x^i, but this would both make the theorem weaker and require more work to state.Mario
--
Anyway, regarding JCT and Heron's formula - I've noticed that Jeff Hankins seems to be working toward a concept of topological boundary. I don't want to poach, but maybe this would be a good way to define interior and exterior without JCT, and then can be used to define JCT? That is, respectively the maximal compact open set and minimal infinite open set with the curve as a boundary, with the JCT being the existence of these sets, uniqueness (i.e., without "maximal" and "minimal"), and the impossibility of a clear path between them for Jordan curves.
You could have a look in Mario's Mathox's ~ df-umgra to ~
konigsberg for some graph Theory in set.mm. I don't remember
seeing any other.
_
Thierry
--
You received this message because you are subscribed to the Google Groups "Metamath" group.
To unsubscribe from this group and stop receiving emails from it, send an email to metamath+u...@googlegroups.com.
Taking a trip back to sophomore year, what are we doing about 76, Fourier series? It almost looks like it just calls for a definition, but that feels woefully inadequate - the discrete Fourier inversion theorem?