post description

This commit is contained in:
2026-03-30 18:16:52 +02:00
parent 3a658ec235
commit 537ac9428c
2 changed files with 124 additions and 192 deletions
+47 -1
View File
@@ -1,4 +1,4 @@
# BEH-AXO.md
# BEH-BD.md
Qui comprendiamo:
@@ -21,6 +21,52 @@ Container: BEH-BD
## BEH-POST: Container
The postsynapse is the receiving terminal of the neuron—typically a tiny protrusion called a **dendritic spine**. While the presynapse is a "sending" machine, the postsynapse is a "comparing" machine. Its primary job is to decide if the incoming neurotransmitter (NT) signal is significant enough to warrant a change in synaptic strength, a process it performs by intersecting local chemical signals with global electrical feedback from the cell body.
Like its presynaptic partner, the postsynapse is governed by three interlocking loops—**the $V_{post}$ loop, the $Ca^{2+}$ loop, and the ATP loop**—operating across three distinct timescales.
---
### 1. The $V_{post}$ Loop: The Fast Gatekeeper (Milliseconds)
This is the primary electrophysiological response, where chemical signals are converted back into electricity.
- **Activation:** When NT arrives in the cleft, it binds to **AMPA receptors**. These act as the primary current drivers. If `NT_cleft` is **Full** and receptors are not in a **Desensitization** state, the $Na^{+}$ influx causes the local membrane potential ($V_{post}$) to rise steeply.
- **The bAP Feedback:** The postsynapse does not work in isolation. It receives a **back-propagating Action Potential (bAP)**—an electrical "echo" sent from the cell body whenever the neuron fires.
- **Coincidence Logic:** On this millisecond scale, the loop computes a logical **AND** operation. If local AMPA-driven depolarization coincides with a somatic bAP, the total $V_{post}$ becomes **Full**. This massive depolarization is the only thing strong enough to kick the magnesium "plug" out of the **NMDA receptors**, allowing the next loop to begin.
---
### 2. The $Ca^{2+}$ Loop: The Plasticity Controller (Seconds)
This loop translates electrical timing into biological "memory."
- **The NMDA Gate:** $Ca^{2+}$ entry is strictly gated by the NMDA receptor. Unlike the presynaptic VGCCs (which open with any spike), the NMDA channel only opens if it senses both NT (from the presynapse) and high $V_{post}$ (from the bAP).
- **Signaling Fate (LTP/LTD):** The amplitude of the $Ca^{2+}$ surge determines the synapses fate. A **Full** surge (perfect coincidence) triggers **LTP**, signaling the astrocyte to help strengthen the synapse. A **Medium** or poorly timed surge triggers **LTD**, weakening the connection.
- **Retrograde Signaling (eCB):** If $Ca^{2+}$ levels remain high for too long, the postsynapse synthesizes **endocannabinoids (eCB)**. This signal travels backward across the cleft to tell the presynapse to stop sending NT. This is the primary safety valve that prevents the postsynapse from being overwhelmed.
---
### 3. The ATP Loop: The Metabolic Backbone (Minutes)
This is the "Hidden Master" that determines if the other two loops are allowed to function.
- **The Cost of Logic:** The postsynapse is metabolically expensive. The $Na/K$ pumps must work constantly to reset the $V_{post}$ gradient, and the **PMCA pumps** must use ATP to flush out the $Ca^{2+}$ that entered through NMDA channels.
- **The Astrocyte Bridge:** The astrocyte provides the glucose required to replenish ATP. It also performs a "janitorial" service: it clears excess Potassium ($K^{+}$) and Glutamate from the cleft. If the astrocyte is starved of glucose, the **ATP_level_post** drops to **Empty**.
- **The False Trigger (Excitotoxic Protection):** When ATP fails, the $Ca^{2+}$ pumps stop. Even without an NMDA surge, $Ca^{2+}$ begins to "leak" and accumulate in the spine. This creates a **False Trigger**: the high $Ca^{2+}$ level initiates eCB synthesis, silencing the presynapse even though there was no "real" signal. This is a desperate survival mechanism; by tricking the presynapse into silence, the postsynapse stops the influx of ions and buys time for its ATP levels to recover.
---
### The Critical Connection with the presynapse
The system is beautifully asymmetric. While the presynapse is built to **supply** signal, the postsynapse is built to **filter** it. The failure of the ATP loop in the postsynapse is arguably more dangerous; if the postsynaptic pumps fail and the eCB "False Trigger" doesn't fire, the spine will literally digest itself from $Ca^{2+}$ overload.
```Gen
container: BEH-POST