Studying logic taught me one of the more important distinctions in life is identifying when things are always true vs sometimes true. We are taught to often group things that are mostly true into the always true category. This is effectively lossy compression that can introduce serious error into your line of reasoning.
That doesn't make sense to me as in real life most of our reasoning comes from syllogisms for practical reasons. And if something is consistently demonstrated to be true, chances are it will continue to be so, so we take our chances with that. It isn't lossy anything, it is life.
Teach Yourself Logic: A Study Guide [pdf]
41–47 of 47 posts
Re: Teach Yourself Logic: A Study Guide [pdf]
#42Earlier quoted context omitted.
> many ideas are more accessible to me in type theory as opposed to logic But how do you understand type theory without some basic understanding of logic?
It's possible, but I guess I should have specified "logic outside the standard curriculum of computer science studies." For example, I think understanding bits of modal logic through how monads behave is much more fruitful for a CS person. Also, I want to further add here that the correspondence between proofs and programs is known as the Curry–Howard correspondence. This is the more general term under which these re…
Re: Teach Yourself Logic: A Study Guide [pdf]
#43Earlier quoted context omitted.
That doesn't make sense to me as in real life most of our reasoning comes from syllogisms for practical reasons. And if something is consistently demonstrated to be true, chances are it will continue to be so, so we take our chances with that. It isn't lossy anything, it is life.
There is the mathematical logic that is deduced from axioms which is considered universally true unless the axioms are false. Our everyday "folk" logic is always contextual and ambiguous. The deductions are probabilistic instead of being deterministic. They are sometimes true.
Re: Teach Yourself Logic: A Study Guide [pdf]
#44Earlier quoted context omitted.
> many ideas are more accessible to me in type theory as opposed to logic But how do you understand type theory without some basic understanding of logic?
It's possible, but I guess I should have specified "logic outside the standard curriculum of computer science studies." For example, I think understanding bits of modal logic through how monads behave is much more fruitful for a CS person. Also, I want to further add here that the correspondence between proofs and programs is known as the Curry–Howard correspondence. This is the more general term under which these re…
Re: Teach Yourself Logic: A Study Guide [pdf]
#45Re: Teach Yourself Logic: A Study Guide [pdf]
#46Earlier quoted context omitted.
Is this phenomenon uniquely pronounced among hackers/computer types in your experience? In a sense, it kind of sounds like your comment could be summarized as "people often try to apply already-available concepts and reasoning to new problems areas". But it's uniquely funny when hackers do it. On the flip side, how many philosophy, sociology and critical theory types reach for concepts from biology and physics? And h…
I think that philosophy offers much more general mental models and abstractions than computer science, which isn't to say they're better or worse, but applicable differently. To that end, I also feel as though many of the concepts hackers use to describe the world are actually more concrete instances of the ones philosophers might use. There's also a difference between analogy (what I have seen philosophers use more…
That aside, you raised good questions. I think would be useful if you turned your list of critical questions into a template for criticising instances of analogous reasoning anywhere. It would help greatly in evaluating these attempts.
Re: Teach Yourself Logic: A Study Guide [pdf]
#47Earlier quoted context omitted.
That doesn't make sense to me as in real life most of our reasoning comes from syllogisms for practical reasons. And if something is consistently demonstrated to be true, chances are it will continue to be so, so we take our chances with that. It isn't lossy anything, it is life.
As a side note, it's always kind of funny to see hackers/computer types try and frame discussions in terms of things which are familiar to them, and these comments are often highly upvoted because of the explanation. In this instance, "lossy compression". But few people ever seem to question whether the domain of such categorisations is at all applicable to real human situations, and even if it's possible to make suc…
Sure, technical people might try to apply methods from technical disciplines to social ones. Sometimes it works, sometimes it doesn't. As a rule, however, I don't think anyone assumes mathematics will completely replace social studies. We might use statistics to better understand social studies, but the social context is still distinctive from pure math, and always will be.
Some of the best hackers are the ones who DO borrow ideas from other disciplines. And all other disciplines can often benefit from applying increasingly complex statistical methods, aided by computer and data scientists.