Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Incubator Q&A

Welcome to the staging ground for new communities! Each proposal has a description in the "Descriptions" category and a body of questions and answers in "Incubator Q&A". You can ask questions (and get answers, we hope!) right away, and start new proposals.

Can you summarize any explanation? Question

+2
−0

When explaining a piece of knowledge, sometimes the explanation is short and simple and other times it is long and complex.

Some people put the burden on the explainer, and demand that they make it shorter or more detailed, which implies the explainer chooses how long the explanation is to be.

On the other hand, explainers can object that the explanation cannot be made any simpler or any more in depth. Of course, it could be that the topic is complex and the explainer simply has limited knowledge, so claiming inability to make an explanation longer and more complex is a moot matter. My interest is in simplifying. It seems like if you are able to produce a complex explanation, there should be nothing stopping you from a producing a simpler one.

I am aware of concepts like Kolmogorov complexity, which obviously put a floor on the simplification of complex things. However, these refer to lossless simplification. I assume that a summary, by its nature, is lossy - the purpose of it is to provide a superficial description, and leave breadcrumbs which the audience can research if they are interested in learning more.

Obviously you can always produce a summary that loses more or less information. However, are there cases where the information loss is catastrophic? Is there ever a case where summarizing a topic into something with half the length will leave you with vastly less than half the information content? Or does the information content scale linearly with length, regardless of topic?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

2 answers

+1
−0

Consider Shamir's secret sharing. The idea is you need $k$ out of $n$ parts of a key to recover some secret $S$. Then, if you "summarize" a key and encrypted text without providing at least $k$ parts of the key, you effectively lose all of the information in the encrypted text.

But this example is quite convoluted and I'm not quite sure if it's what you're looking for.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

I think the issue here is that this would relate to the mechanism of storing a representation rather ... (1 comment)
+1
−0

[Does] information content scale linearly with length, regardless of topic?

Information content pretty clearly doesn't scale linearly with length. I used to joke that The Scarlet Letter author wrote everything at least three times, so you only needed to read 30% of the words to understand what was happening.[1]

Consider this extremely contrived "information:"

AAAAAAAAAAAAAAAAAAAA

Rewriting it as "20 As" loses no information, and it's lots shorter. But only the context determines what the effect of shortening it further to "As" might be.

Can you summarize any explanation?

No. At some point, there will be a case "where the information loss is catastrophic" as you put it. Determining the catastrophic case is the tricky part. Catastrophic for what?

If you're making a tire for a wheel that is 1 meter in diameter, the tire's inner edge needs to be π meters, or 3.14159… meters. How important the extra digits are depends on your tools, the stretchiness of your tire material, and so on.

“…the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience.” Albert Einstein, 1933


  1. Literature fans: Please don't hate me. Instead, suggest a Unicode character to wear in penance. ↩︎

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

Sign up to answer this question »