Recent content by wave

  1. W

    Libertarian Free Will and Moral Responsibility

    By the same principles that guided him to murder or not murder his wife.
  2. W

    How much of science is faith based?

    Your notion of reason is different from my definition. An explanation is not a justification if it doesn't follow from a basic belief. A pure rationalist may use experience to explain a belief, but that is not a justification according to foundationalists.
  3. W

    How much of science is faith based?

    Yes, I concur. I tried to use weaker phrasing to avoid making assertions. :smile: I exclude strict empiricism and strict rationalism from my basic beliefs for that reason. Science definitely relies on some of the ideas from empiricism and rationalism. However, those ideas are unified...
  4. W

    How much of science is faith based?

    Belief is a mental state. To believe in proposition X is to think that X is true. Reason is used synonymously with justification in the context of foundationalism. An Agnostic Theist would be an example of someone who believes without reason. In particular, they believe in the existence of...
  5. W

    How much of science is faith based?

    I agree. Thanks for the response! I think science and deism are compatible, but I am undecided when it comes to other forms of theism. More specifically, it is not obvious to me whether science and fideism are fundamentally compatible as two basic beliefs. I often struggle with this...
  6. W

    How much of science is faith based?

    I am very interested in your response to the regress problem. In addition, do you think science and theism are compatible and why?
  7. W

    Restore Firefox Default Profile: Fix 'Firefox is Already Running' Error

    Firefox thinks your default profile is active because there is a lock on it. I've seen that happen when I run Firefox on two or more machines under the same network account. It can also happen if Firefox didn't terminate properly. You can fix it by deleting the lock file(s) in your profile...
  8. W

    Proof of the Deduction Principle

    You mean a syntactic proof? \models is a semantic notion, so the following semantic proof will suffice: Suppose \Gamma \cup \{\varphi\} \models \psi but not \Gamma \models (\varphi \rightarrow \psi). Then there is some truth assignment \tau that satisfies \Gamma and \varphi but not \psi. But...
  9. W

    Proof of the Deduction Principle

    It pretty much follows from the definition of \models. Suppose \Gamma \cup \{\varphi\} \models \psi. Then every truth assignment that satisfies \Gamma \cup \{\varphi\} must also satisfy \psi.
  10. W

    Can a Perfect Theory Be Truly Falsifiable in Science?

    OK. So which types of unfalsifiable theories would qualify as "perfect"? If not all, then please state the complete criteria.
  11. W

    Can a Perfect Theory Be Truly Falsifiable in Science?

    No. Like I said, an albino raven is a counterexample. Why is it logically impossible given the way the hypothesis is stated? I don't see why a "perfect" theory, as you have defined above, cannot be held tentatively.
  12. W

    Can a Perfect Theory Be Truly Falsifiable in Science?

    Are you sure? Consider the hypothesis "all ravens are black" and suppose it is "perfect" (i.e. no counterexamples exist). You won't find any instances of albino ravens, but such a counterexample is not necessarily logically impossible, right?
  13. W

    Can a Perfect Theory Be Truly Falsifiable in Science?

    It depends on how the theory is stated. Perhaps you can answer your own question. What does it mean for a theory to be "falsifiable"?
  14. W

    Java How can I create a MySQL table with specific column names and types using Java?

    String sql = "CREATE TABLE " + tableName + " ("; for (int i = 0; i < columnNames.length; i++) { sql += columnNames[i] + " " + columnType[i] + ","; } sql += ");";
  15. W

    Darwinism Not Testable: Popper's Claim

    Popper thought neo-Darwinism was a tautology and hence "not a testable scientific theory". For example, "survival of the fittest" is a tautology if we define "the fittest" to mean "those who survive". It is not testable and it has no explanatory power whatsoever. His argument is flawed...
Back
Top