Created at 12pm, Feb 22
volkan1627Science
1
Bell's theorem
O9HV_0XHFNS08s9BCPfGSgni40YKjpM38xOMcsc-ibo
File Type
DOCX
Entry Count
10
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Realism: The idea that nature exists independently of whether somebody is witnessing it or not.

Bells inequality is mainly illustrated through two examples: the polarization of light, and the the spin of an electron. We will be focusing primarily on the electronic spin here. So lets imagine 100 singlet pairs of electrons, travelling somehow in two opposite directions free of any interactions. By virtue of their singlet pairing, their spins are already counter-entangled, where if the spin of one electron of a pair is clockwise, then that of the other becomes counter-clockwise and vice versa.
id: 11383ecaf02d677e10f7d42575d4ab98 - page: 1
Now, let the 100 electrons with spin up/clockwise travel immensely far from the other 100 electrons (with spin down/counter-clockwise), such that two mutually entangled electrons cannot exchange information, locally, in a reasonable amount of time, though they are quantumly entangled. Lets try to assign a real hidden variable, , to the electrons, which defines the bias of the electrons towards getting measured along horizontal or vertical axis. Let the electrons with spin up be with Alice and those with spin down be with Bob (a naming convention). Alice and Bob, now perform reasonable measurements on the two spin states of the electrons using S-G magnets inclined inversely with each-other. Now, we follow three different cases:
id: f17af13528b21e908760112bac1c5535 - page: 2
The S-G magnets are inclined completely inversely with each-other; this means that two entangled-electrons would give the same outcome (as their spins are aligned inversely with each-other). Hence 100% of the electrons shall give the same outcome. Hence all 200 (or 100 pairs) electrons give the same outcome. Now, lets orient one SG magnet slightly away from the other (= , say); hence the electrons with a strong bias towards horizontal shall give different outcomes. Let the number of electrons giving different outcomes in this case be N. (Even if we orient the other SG magnet by =, keeping this SG magnet as =0, the number of electrons, N, giving different outcomes would be the same, as the relative angle between the SG magnets matters and not the absolute angle, hence N=N).
id: d19f0f3b37babb11cad1009276b1e420 - page: 2
Now, lets orient both of the SG magnets by =, but in the opposite directions; this means, by convention, = for magnet-1, and = for magnet-2. Hence, the relative angle between the two SG magnets would be = = 2. Therefore, corresponding to our hidden variable, , the number of electrons giving different outcomes, N should NOT be greater than (N+N =) 2N. But, this number does not match with the predictions of quantum mechanics. According to the calculations of quantum mechanics, the number N (=N), after proper approximations, should be equal to /4. And N=(2)/4=4/4 =4N. But this contradicts our previous result that N 2N. Hence this contradiction prohibits the existence of a real and local hidden variable in quantum mechanics. This, in a nutshell, is Bells Theorem. In mathematical form, this is represented in the form of an inequality, in the original paper, as: Realism: The idea that nature exists independently of whether somebody is witnessing it or not.
id: c86dfd2db537c729921ead801ad4b1ed - page: 2
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "O9HV_0XHFNS08s9BCPfGSgni40YKjpM38xOMcsc-ibo", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "O9HV_0XHFNS08s9BCPfGSgni40YKjpM38xOMcsc-ibo", "level": 2}'