Science is what is, which requires nor benefits from belief. Adding a belief layer is interpreting, exploitable, and leads to believing untrue things as true (Science).

Reduced Logical Form: I believe what is (true) = Oxymoron

Oxymoron: A rhetorical figure in which incongruous or contradictory terms are combined

Explainer: It is impossible to believe what is true.


—Highly Related—


Question: 1 - Is it true or false?

Hint: Is/must/can the number/digit/integer 1 (one) be boolean in [all] cases? What are the conditions in which 1 is false?

Test from OCaml: if 1 then true else false;;

Theorem Pseudocode: if (1 = true) && (2 = 1 + 1) && (2 = true && true) then [true +& true +& …] = true else nothing else matters

Note my recursive application to all other numbers/physics and inference that if 1 is not true, nothing is true

Postulation: All positive integers are true

  • bogdugg@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    5
    ·
    11 months ago

    I don’t really know what this post is on about, but science is not truth. It’s a system of prediction. The closest you can get to “truth” would be observation and data. Science is the process of interpreting these facts to better understand what things will look like in the future. It is obvious that science is not ‘true’, because by its nature it requires change over time as our models of the world improve.

  • Pons_Aelius@kbin.social
    link
    fedilink
    arrow-up
    4
    ·
    11 months ago

    Science is not Truth as Truth is an absolute that cannot be changed.

    Science is our least wrong explanation of the universe based on the observational data we have obtained.

    When we obtain data that does not fit the current explanation, the explanation must be altered to take into account the new data.

  • jmp242@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    I have no idea what you’re trying to say here. You’d need to define terms better at the very least. What do you mean by true, what do you mean by believe etc.

    As to the psuedo code, as far as I know, the boolean equivalence to 1 in many programming languages is just a convenience and not some law of nature or core basis of philosophy.