Assumption¶
Core Idea¶
A proposition treated as true, for the purposes of some reasoning, without being currently demonstrated within it — a load-bearing belief held without justification because the activity must proceed. It forms a transparent layer between what is given and what is concluded, usually invisible until a violated assumption breaks a downstream conclusion inexplicably.
How would you explain it like I'm…
The Hidden Bottom Block
The Invisible Foundation
Load-Bearing Belief
Broad Use¶
- Logic and mathematics: axioms, conditional-proof hypotheses, and the premises of an argument — identifying them is the first move of rigorous proof.
- Statistics: every model rests on distributional, independence, and stationarity assumptions, with checking institutionalized as residual diagnostics.
- Engineering: assumptions about load, environment, and operating conditions underlie any design; failure analysis often locates the broken one.
- Software: assumptions about input format, encoding, units, and concurrency are the substrate of defects; contracts and types make them explicit.
- Empirical science: background theory and instrument calibration are auxiliary assumptions, so a failed test can indict the auxiliaries.
- Communication: shared common-ground assumptions about referents are the substrate of intelligibility.
- Planning: any plan rests on assumptions about demand, competition, and supply, with assumption-mapping a recognized discipline.
Clarity¶
Separates what is being said from what is being relied on, exposing that a conclusion's trustworthiness is bounded by its weakest load-bearing assumption — and that a wrong conclusion is fixed by revising the assumption, not re-deriving within it.
Manages Complexity¶
Compresses "things that could be true" to "things this work depends on being true," then triages by load and confidence — only the weak-and-load-bearing few deserve scarce attention.
Abstract Reasoning¶
Licenses the inference that any chain is conditional on its assumptions even when presented as unconditional, and that a surprising failure is more parsimoniously explained by a wrong assumption than by a flaw in the audited explicit chain.
Knowledge Transfer¶
- Statistics to engineering: the residual-check of model assumptions transfers to the load-margin-check of structural ones — list the assumptions, test the most load-bearing.
- Proof to contracts: the explicit-premise discipline transfers to named warranties, where unstated assumptions are the default failure source in both.
- Across domains: the universal carry is that a conclusion's trustworthiness equals its least trustworthy load-bearing assumption, which may be invisible until it fails.
Example¶
An OLS regression's significance conclusion rests on independence of errors; violate it with autocorrelated time-series data and the point estimate stays unbiased while its standard error is badly understated — so the conclusion fails though the arithmetic was correct and the data clean, the signature of a transparent assumption breaking.
Relationships to Other Primes¶
Parents (1) — more general patterns this builds on
- Assumption is a kind of Epistemic Mode Of A Proposition — The file: assumption is ONE VALUE of the mode dimension (held-as-if-true provisionally). Dimension-to-value, like temperature-to-hot. Clean child; nearest neighbor (0.82).
Children (1) — more specific cases that build on this
- Distributional Assumption is a kind of Assumption — A distributional assumption IS an assumption — the statistics-bound species (a load-bearing premise about the probabilistic form of data). assumption is the genus; the child's own DfN already names 'assumption in the broader sense' as its parent.
Path to root: Assumption → Epistemic Mode Of A Proposition
Not to Be Confused With¶
- Assumption is not a Distributional Assumption because the latter is the statistics-bound species (about the probabilistic form of data), whereas assumption is the genus of any load-bearing proposition held as if true.
- Assumption is not an Axiom because an axiom is held as foundationally true within a formal system and never expected to be discharged, whereas an assumption is held provisionally and is a candidate for justification or revision.
- Assumption is not Belief because a belief is held as true, whereas an assumption is held as if true for a purpose and exists even when the assumer is unaware of it or disbelieves it.