Sidebar

math

math
math CanadaPlus 4 weeks ago 96%
How do you find the center of two concentric circles with just a straightedge?

The Wikipedia article on Steiner constructions mentions it, but doesn't explain it, and the source linked is a book I don't have. This has come up in a practical project.

23
15
math
math spaduf 11 months ago 100%
Full Berkeley Lectures on Group Theory www.youtube.com

cross-posted from: https://slrpnk.net/post/3863820 > **Institution**: Berkeley > **Lecturer**: Richard E Borcherds > **University Course Code**: Math 250A > **Subject**: #math #grouptheory > **Description**: This is an experimental online course on mathematical group theory, corresponding to about the first third of the Berkeley course 250A (introductory graduate algebra). The level is for first year graduate students or advanced undergraduates. The topics covered are roughly the parts of group theory that a mathematician not specializing in groups might find useful. More at !opencourselectures@slrpnk.net

2
0
math
math CanadaPlus 1 year ago 100%
Is there a question about a purely finite structure that's independent of ZF, or just ZF-infinity?

If not, that seems like a good argument in favour of finitism. If so, what if anything does it mean if you solve it by brute force?

6
0
math
math parsnip283874 1 year ago 100%
Interesting logic proof: (a OR b) -> c = (a -> c) AND (b -> c) https://mathb.in/75787

(a OR b) -> c = ~(a OR b) OR c = (~a AND ~b) OR c = (~a OR c) AND (~b OR c) = (a -> c) AND (b -> c) as required I haven’t formally learnt logic so I’m not sure if my proof is what you’d call rigorous, but the result is pretty useful for splitting up conditionals in proofs like some of the number theory proofs I’ve been trying. E.g. > Show that if a is greater than 2 and a^m + 1 is prime, then a is even and m is a power of 2 In symbolic form this is: ∀a >= 2 ( a^m + 1 is prime -> a is even AND m is a power of 2 ) The contrapositive is: ∀a >= 2 ( a is odd OR m is NOT a power of 2 -> a^m + 1 is composite ) and due to the result above, this becomes ∀a >= 2 ( a is odd -> a^m + 1 is composite ) AND ( m is NOT a power of 2 -> a^m + 1 is composite ) so you can just prove two simpler conditionals instead of one more complicated one.

9
13
math
math PM_ME_VINTAGE_30S 1 year ago 87%
Matrix Theory: From Generalized Inverses to Jordan Form https://annas-archive.org/md5/70aca38110f7aaaa98cd2b296e027455

I've been reading this book lately, although I'm not finished yet. It's basically a "second course" of matrix algebra that uses the full-rank factorization and the Moore-Penrose pseudoinverse to construct other generalized inverses and prove cool stuff about matrices. I initially borrowed a copy from the library for its extensive coverage of the Jordan decomposition (whose existence was really important for my control systems coursework), but I actually bought a copy as a reference because I found myself thumbing through it all the time. Although it is mostly theoretical, all the algorithms are covered sufficiently to do everything on paper if you wanted to. If this isn't in the spirit of the community please let me know.

6
1
math
math CanadaPlus 1 year ago 100%
Has someone written a proof of an empty Cartesian product of non-empty sets in ZF¬C?

Paul Cohen I understand constructed such a set of axioms, which logically imply the existence of an evil set family like that. Constructive is of course preferred for extra WTF.

5
2
math
math CanadaPlus 1 year ago 100%
What do you call the problem of "factoring" a group member into group generators?

The cyclic group case is the discrete logarithm problem, but I don't know what keyword to use for other cases. What I'm really interested in is the symmetric group. If I have a fixed set of permutations, how do i combine them into the one I want?

7
4
math
math joshg253 1 year ago 100%
Bottle, Burger, Beer, Hot Dog Viral Puzzle – Mind Your Decisions https://mindyourdecisions.com/blog/2023/07/06/bottle-burger-beer-hot-dog-viral-puzzle/

"As viral puzzles became popular, mathematicians joined the game too. Here’s a fun puzzle that has been widely shared." ![](https://lemmy.sdf.org/pictrs/image/cef6b7f6-516c-4481-987d-0a318a3e170c.png)

6
4
math
math CanadaPlus 1 year ago 100%
How well known is the consistency of large-cardinal theories?

So looking at [this Aaronson post](https://scottaaronson.blog/?p=2725) and [this easier to grasp](https://codegolf.stackexchange.com/questions/79620/laver-table-computations-and-an-algorithm-that-is-not-known-to-terminate-in-zfc) codegolf post, you're presented with programs that only terminate if these theories are inconsistent. They're very long running in the mathematical sense of "long", but putting aside any philosophical objections, say you ran one and it eventually terminated. How surprising is that?

3
0
math
math goosethe 1 year ago 100%
open source math textbooks github.com

some links are broken but otherwise good. Post your open source math textbooks here

2
0
math
math goosethe 1 year ago 100%
"Prompt Gisting:" Train two models such that given inputs "Translate French<G1><G2>" and "<G1>G2>The cat," then G1 and G2 represent the entire instruction. arxiv.org

cross-posted from: https://lemmy.sdf.org/post/36227 > Abstract: "Prompting is now the primary way to utilize the multitask capabilities of language models (LMs), but prompts occupy valuable space in the input context window, and re-encoding the same prompt is computationally inefficient. Finetuning and distillation methods allow for specialization of LMs without prompting, but require retraining the model for each task. To avoid this trade-off entirely, we present gisting, which trains an LM to compress prompts into smaller sets of "gist" tokens which can be reused for compute efficiency. Gist models can be easily trained as part of instruction finetuning via a restricted attention mask that encourages prompt compression. On decoder (LLaMA-7B) and encoder-decoder (FLAN-T5-XXL) LMs, gisting enables up to 26x compression of prompts, resulting in up to 40% FLOPs reductions, 4.2% wall time speedups, storage savings, and minimal loss in output quality. "

1
0