SlideShare ist ein Scribd-Unternehmen logo
1 von 32
Downloaden Sie, um offline zu lesen
Interpretation of Quantum Mechanics:
 Current Status and Future Directions
         Lecture 22 (March 24 2005)


 Quantum Logic



       Matthew Leifer
 Perimeter Institute for Theoretical Physics
What is quantum logic?
Feynman vs. von Neumann

                                Probability
                                measures
      Classical logic, set                    Classical probability
      theory, sample spaces                   theory



                              Amplitudes
                                              Quantum mechanics




                                Probability
                                measures      Classical probability
     Classical logic, set
     theory, sample spaces                    theory



                               Probability
     Quantum logic             measures       Quantum mechanics
Outline
 1)   Classical logic, sets and Boolean lattices


 2)   Quantum logic, closed subspaces and Hilbert lattices


 3)   Quantum probability


 4)   Quantum logic and Hidden Variable Theories


             Partial Boolean algebras and the Bell-Kochen-Specker Theorem

 5)   The quantum logic interpretation


             Putnam’s quantum logical realism - is it really realism?

 6)   Operational Quantum Logic


             How can two logics coexist? ``Firefly in a box’’ example
             Derivation of Hilbert Space Quantum Mechanics

 7)   Conclusion
1) Classical Logic




Logic = Syntax + Semantics
1) Classical Logic
Syntax of propositional logic:
         Propositions                            a,b,c,K,z
         Represent statements like               “Waterloo is in Canada”, “Frogs are green”, “It is raining”

                                      €
         Compound propositions (or sentences) formed using connectives


                        ¬                 NOT                                 negation

                        ∧                 AND                                 conjunction

             €          ∨                 OR                                  disjunction

             €          →                 IF ... THEN ...                     implication / conditional

             €          ↔                 IF AND ONLY IF ... THEN ..          equality

             €
         Rules for forming sentences
             €

                        1. If   a is a sentence then ¬a is a sentence.
                        2. If   a and b are sentences then (a∧b) is a sentence.
                  €                        €
                        3. Intuitive rules for addition and removal of parentheses
                  €        €
                                                    €
1) Classical Logic
Syntax of propositional logic:



        Definitions:       a∨b=¬(¬a∧¬b)


                       €   a→b=¬a∨b

                       €   a↔b=(a→b)∧(b→a)

        Example: €         “If it is raining then Waterloo is in Canada and Frogs are green”


                           a → (b∧c) = ¬a ∨ ( b∧c) = ¬(¬¬a ∧¬(b ∧ c))



               €
1) Classical Logic
        Truth Table Semantics of propositional logic:
                              a          b    a ∧b          a         b    a ∨b
            a   ¬a
                              0          0     0            0         0     0
            0    1
    €       €
                              0          1     0           0          1     1
            1    0       €    €      €               €     €      €
                              1       0        0           1       0        1
                         €    €       €              €     €       €
€       €                                                  1       1        1
                              1       1        1     €     €       €
                         €    €       €
€       €
                         €    €       €              €    €       €
                     a        b        c        ¬a    b ∧ c ¬a ∨ (b ∧ c)
                         €     €      €            €       €      €
                     0        0        0         1      0        1
                     0        0        1         1      0        1
            €        0€       1€       0
                                       €        €1   € 0         1
                     0        1        1         1      1        1
            €         €        €        €        €       €
                     1        0€       0€        0      0€       0
            €         €                          €
                     1        0        1         0      0        0
            €         €        €        €        €       €
                     1        1        0         0      0        0
            €         €        €        €        €       €
                     1        1        1         0      1        1
            €         €        €        €        €       €
            €         €        €        €        €       €
            €         €        €        €        €       €
            €         €        €        €        €       €
1) Classical Logic
    Set Theoretical Semantics of propositional logic:

    Propositions are associated with the set of objects for which they are true:


           “The object is green”                                      {frogs, grass, emeralds, leaves, ...}

           “It is raining”                                            {Monday, Tuesday, Friday}
                                                        €
           “Physical system   X                          Q in the range y ≤ Q ≤ z ”
                                   has a value of quantity

                                                        €             Set of phase-space points

               €
    Introduce a Universal Set:              €                €

           U = {cows, cats, frogs, goldfish, grass, diamonds, emeralds, leaves, ...}

    And the empty set:

                                                             ∅= { }
€


                                            €
1) Classical Logic
    Set Theoretical Semantics of propositional logic:

    Notation:     [a ] = the mathematical object associated to proposition a under the semantics we are using.
                                                C
                  Negation:      [¬a ] = [a ]       = {x x ∈ U,x ∉ [a ]}

    €                                                        €
                  Conjunction:   [a ∧ b] = [a ] ∩ [b] = { x x ∈ [a ],x ∈ [b]}
                  €
                  Disjunction:   [a ∨ b] = [a ] ∪ [b] = { x x ∈ [a ] or x ∈ [b]}
                 €
    Example:     U = {cows, cats, frogs, goldfish, grass, diamonds, emeralds, leaves}

      a = “The object is green.”
                €                                             [a ] = {frogs, grass, emeralds, leaves}
    € b = “The object is an amphibious animal.”               [b] = {frogs, goldfish}
€     [¬a ] = {cows, cats, goldfish, diamonds}
                                     €                                           [a ∧ b] = {frogs}
€                   [a ∨ b] = {frogs, goldfish, grass, emeralds, leaves}
                                         €

€                                                                  €

      €
1) Classical Logic
    Set Theoretical Semantics of propositional logic:
    Definitions:


           a is a tautology   iff   [a ] = U under all possible assignments of sets to elementary propositions.
                                     Example:         a ∨¬a

€          a is a contradiction iff [a ] = ∅ under all possible assignments of sets to elementary propositions.
                €
                                     €
                                     Example:         a ∧¬a

€          a and b are equivalent
                 €                       iff   [a ] = [b] under all possible assignments of sets to elementary propositions.
                                     €
                                     Examples:        ¬¬a = a                                  double negation

                                                      ¬( a ∧ b) = ¬a ∨¬b
€   €                   €                                                                      de-Moivre’s laws
                                                      ¬( a ∨ b) = ¬a ∧¬b
                                     €
                                                      a ∧ (b ∨c) = ( a ∧ b) ∨ (a ∧c)
                                                                                               distributive lavs
                                                      a ∨ (b ∧c) = ( a ∨ b) ∧ (a ∨c)
                                     €


                                     €
Mathematical interlude: posets and lattices
        Posets:




    A poset is a set   P with a partial order relation ≤ satisfying ∀a,b,c ∈ P :
             - a≤a
             - a ≤ b and b ≤ a iff a = b
             - if a ≤ b and b ≤ c then a ≤   c
         €                           €      €
    Two elementsa,b ∈ P have a join or least upper bound if there is an element a ∨b satisfying
€
€        €≤ a ∨b and b ≤ a ∨ b
         a        €
 €        €            €
         Any c satisfying a ≤ c and b ≤ c also satisfies a ∨b ≤ c .

                                                                  €
   Two elements a,b ∈ P have a meet or greatest lower bound if there is an element a ∧b satisfying
    €
€               €
             a ∧b ≤ a and a ∧b ≤ b
    €        Any c satisfying c ≤ a and c ≤ b€ satisfies c ≤ a ∧ b .
               €            €                also

        €                                                                   €
€              €
    €          €           €                     €
Mathematical interlude: posets and lattices
 Lattices:
                 1                                                                        1
                                                          1
  €                                                                                 €
                                           €


                                                          0
                                                      Diamond
                 0                                                                        0
              Pentagon                                                                  Benzene
                                           €

 A€
  lattice is a poset where every pair of elements has a meet or a join.             €
 We will also require that there is a greatest element 1 and a least element   0.
 Atoms of a lattice are those elements for which   0 is the only smaller element.

                                       €                       €
                                   €
1) Classical Logic
Logic and Boolean lattices

Consider the logic of propositions that can be formulated from    n elementary propositions a ,a ,K,a
                                                                                             1   2   n
                                                                                                         .


There is a canonical way of associating these with sets of integers:


               a1 = {1},a 2 = {2},K,an = € }
                                         {n                                      €

               The universal set is U   = {1,2,K,n}
€              More than one proposition corresponds to the same set, e.g.
                      [¬a1 ] = [a 2 ∨ a3 ∨K∨ an ] = {2,3,K,n}
                     €
The resulting structure is a Boolean lattice with partial order given by subset inclusion.
        €
Greatest and lowest elements     0 = ∅, 1 = U = {1,2,K,n}
Meet is given by   ∩ and join is given by ∪.

                 €         €
    €                      €
=U
    =U             =U
                                   {1,2}   {1,3}   {2,3}
                                    €
         {1}            {2}
€        €                         {1}
                                           {2}     {3}
                              €     €        €
    =∅             =∅
    €          €                           =∅
                              €             €
                                    €
€        €                    =U
                                    €

                   €




                              =∅



                   €
2) Quantum Logic
Attaching meaning to heretical propositions
Note that the syntax of quantum logic is exactly the same as classical logic, except that we will not define   → and ↔.
The only difference is in the meaning, i.e. the semantics.


“The momentum of the particle is between       p and p + dp .”
       Orthodoxy: Meaningless unless system is in an appropriate eigenstate.                   €       €
“The position of the particle is between    x and x + dx and he momentum of the particle is between p and p + dp .”
                          € €
       Orthodoxy: Always completely and utterly meaningless!


Requirements for a semantics of quantum propositions:
                           €         €                                                    €        €
       1) Respect the eigenvalue-eigenstate link.

       2) Equivalent to classical set-theoretic semantics when propositions are about pairwise commuting observables.



Consider an observable:                       A = ∑ a j Pj            Pj Pk = δ jk Pk     ∑ Pj = I
                                                    j                                      j


If the state is an eigenstate   aj   then     prob( Pk ) = a j Pk a j = δ jk

                                €

              €                 €
2) Quantum Logic
    Semantics of Quantum Logic

           [a ] = the subspace corresponding to proposition a ,               Pa = the projector onto [a ] .

                                             = { ψ ∈ H ∀ φ ∈ [a ]
                                         ⊥
           Negation:      [¬a ] = [a ]                                           φ ψ = 0}
€                                                 €    €                               €
                          P = I − Pa
                           ¬a



           Conjunction: [a ∧ b] = [a ] ∩ [b] = { ψ ∈ H ψ ∈ [a], ψ ∈ [b]}
           €
           €                                    n
                          Pa∧b = lim( Pa Pb )
                                   n→∞


           €
           Disjunction:
                  [a ∨ b] = [a ] ⊕ [b] = { ψ ∈ H ∃ φ ∈ [a ],∃ η ∈ [b] s.t. ψ = α φ + β η }
           €
                                                        n
                   Pa∨b = I − lim(( I − Pa )( I − Pb ))
                                n→∞


    € may define tautologies, contradictions and equivalence in a similar way to the classical case.
    We

    Subspaces of Hilbert space also form a lattice with partial order
    €                                                                   [a ] ≤ [b] iff Pa Pb = Pa , but not a Boolean one.
2) Quantum Logic
    A 2D Real Hilbert Space Example


                             [a ]
                                                                                  1
        [¬b ]                     z↑               [b]
                € x↓                         x↑                      a €     ¬a       b   ¬b
€                                   €
                 €                                z↓
    €                                                        [¬a ]
                              €                              €       €       € 0      €

                                    €
                                            €
                                                                         €


        a = “The particle has spin up in the z-direction.”
        b = “The particle has spin up in the x-direction.”

€
€
2) Quantum Logic
    A 3D Real Hilbert Space Example                           1



                   [a ]                               €


                                                  b       c   a       d    e
            €
                                   [e ]
                                     [b] €    €               0
                                                              €   €
                                                  a €
                                                              d        e
                          €
                                                      €
                              €   [d ]    €
         [c ]                                     b €         €


                          €
€                                         €       c



                                          €
2) Quantum Logic
Quantum Logic is not distributive
                       1


                                                        a ∧ (b ∨¬b) = a ∧1 = a
         a €      ¬a               b            ¬b

                                                       (a ∧ b) ∨ (a ∧¬b) = 0 ∨ 0 = 0
€       €          € 0              €       €

                                            €
            €
                Modularity:

                              If   p ≤ q then p ∨ (r ∧q) = ( p ∨r ) ∧q

                Orthomodularity:

                 €             € ≤ q then q = p ∨ (q ∧¬p)
                              Ifp



                 €             €
3) Quantum Probability
Classical Probability measures

In standard probability theory, we define a probability measure on a set of subsets (equivalently on a set of
propositions or on a Boolean lattice).



              µ:quot;subsets of Uquot;→ [0,1]


Let           α1 ,α2 ,K,α n be any pairwise disjoint sets, i.e. α j ∩ α k = ∅ .
€
Let           Α = α1 ∪ α 2 ∪K∪ α n .

€                                           €
Require:      µ ( Α) = µ (α1 ) + µ (α 2 ) +K+ µ (α n )
€
              µ (∅) = 0            and           µ (U ) = 1
€

€                                  €
3) Quantum Probability
    Probability measures on Hilbert space PBAs
    In quantum probability theory we have similar requirements:



                  µ:quot;Projectors on H quot;→ [0,1]


    Let           P ,P2 ,K,Pn be any projectors onto pairwise orthogonal subspaces, i.e. Pj Pk = 0
                   1
    €
    Let           Q = P + P2 +K+ Pn
                       1


    Require:
    €             µ (Q) = µ ( P1 ) + µ ( P2 ) +K+ µ ( Pn )
                                                                              €
    €             µ (0) = 0           µ( I ) = 1

    €
    Gleason’s Theorem:

    €                 €
          The only measures on the full PBA of Hilbert spaces of dimension   ≥ 3 are of the form
           µ ( P) = Tr ( Pρ) , where ρ is a positive operator, with Tr(ρ ) = 1.

                                                                  €

€                        €                             €
4) Quantum Logic and HVTs
Bell-Kochen-Specker Theorem
Two natural requirements for a Hidden Variable Theory:



       1)    The complete state of the system determines the value outcome of a measurement of any
             observable.

       2)    The outcome assigned to an observable does not depend on which other compatible observables
             are measured with it (noncontextuality).




Bell’s version of BKS theorem: Gleason’s theorem implies 1) and 2) cannot both be satisfied.



Why?         Projectors are observables with e-values 0 and 1, so 1) implies that we must assign 0 or 1 to every
             projector.


             2) and empirical adequacy implies that the assignment is a quantum probability measure.


             However, Gleason says all probability measures are   Tr(P ρ) and there is no density operator that
             assigns probability 0 or 1 to every projector.




                                                    €
4) Quantum Logic and HVTs
         Finite versions of the KS theorem
         Mermin-Peres-Kernaghan proof

        (1,0,0,0) (1,0,0,0) (1,0,0,0) (1,0,0,0)     (-1,1,1,1) (-1,1,1,1) (1,-1,1,1) (1,1,-1,1) (0,1,-1,0) (0,0,1,-1) (1,0,1,0)

        (0,1,0,0) (0,1,0,0) (0,0,1,0) (0,0,0,1)     (1,-1,1,1) (1,1,-1,1) (1,1,-1,1) (1,1,1,-1) (1,0,0,-1) (1,-1,0,0) (0,1,0,1)

        (0,0,1,0) (0,0,1,1) (0,1,0,1) (0,1,1,0)     (1,1,-1,1) (1,0,1,0) (0,1,1,0) (0,0,1,1)       (1,1,1,1)   (1,1,1,1) (1,1,-1,-1)

        (0,0,0,1) (0,0,1,-1) (0,1,0,-1) (0,1,-1,0) (1,1,1,-1) (0,1,0,-1) (1,0,0,-1) (1,-1,0,0) (1,-1,-1,1) (1,1,-1,-1) (1,-1,-1,1)


        What is the quantum logical significance of this?


               Orthogonality constraints can be formulated as logical statements:


        A1 = (a ∧¬b ∧¬c ∧¬d ) ∨ (¬a ∧ b ∧¬c∧¬d ) ∨ (¬a ∧¬b ∧ c ∧¬d) ∨ (¬a ∧¬b ∧¬c∧ d )
        A2 = (a ∧¬b ∧¬e ∧¬f ) ∨ (¬a ∧b ∧¬e ∧¬f ) ∨ (¬a ∧¬b ∧e ∧¬f ) ∨ (¬a ∧¬b ∧¬e ∧ f )
        A3 = (a ∧¬c ∧¬g ∧¬h) ∨ (¬a ∧c ∧¬g∧¬h) ∨ (¬a ∧¬c ∧ g ∧¬h) ∨ (¬a ∧¬c ∧¬g∧h)
                                                                      M
                A1 ∧ A2 ∧K∧ A11         is a classical contradiction but is satisfiable in quantum logic with the MPK assignment.


€
    €
5) The QL Interpretation
Putnam’s main claims
Proposed by Putnam in “Is Logic Emprical?”/”The Logic of Quantum Mechanics” (1969).

This summary is adapted from Gibbins, “Particles and Paradoxes”, CUP (1987).

1)    Logic is empirical, and open to revision in the light of a new physical theory - just like
      geometry was seen to be emprical with the advent of General Relativity.

2)    The logic of quantum mechanics is non-Boolean.

3)    The peculiarities of quantum mechanics arise from illegitimate uses of classical logic in the
      description of individual quantum systems. Paradoxes are resolved by using quantum
      logic.

4)    Quantum probabilities present no difficulty. They arise in exactly the same way as in
      classical theories.

5)    Quantum logic licenses a realist interpretation of quantum mechanics.

6)    Ideal measurements reveal the values of dynamical variables posessed by the system
      prior to measurement.

7)    Although quantum-mechanical states are not classically complete, they do correspond to
      quantum logically maximally consistent sets of sentences. Indeterminacy arises not
      because the laws of quantum mechanics are indeterministic but because quantum-
      mechanical states are not classically complete.

8)    The meaning of the quantum logical connectives are the same as those of the classical
      connectives.
5) The QL Interpretation
           Quantum logical Realism
        Consider an observable     A = ∑ α j Pj , where we include eigenvalue 0 if necessary.
                                          j


        Define   a j = “The value of A is α j .”

        Then     Pa ∨a ∨a ∨K = P1 + P2 + P3 +K = I
                   1 € 2   3
                                                                 [€ ∨ a2 ∨a 3 ∨K] = H
                                                                  a1

    €                      € €                     a1 ∨ a2 ∨a 3 ∨K = 1
        But the LHS is just the definition of∃j( a j ) , so we can say “there exists some j s.t. the value of A is α j .”
    €                                                €
        However, we cannot     point to any particular value that the observable A actually posseses, unless the system is in an
        appropriate eigenstate.       €

                           €                                 €               € €
                                                 B,C,K
        Consider the same construction for observables
                                                       €
        ∃j( a j ) ∧∃k (bk ) ∧ ∃m( cm ) ∧K = (a1 ∨a 2 ∨ a3 ∨K) ∧ (b1 ∨ b2 ∨b3 ∨K) ∧ ( c1 ∨c2 ∨c3 ∨K) ∧K
                                                          is always true
                                     €
        But..... ∃j∃k∃m∃K( a j ∧ bk ∧cm ∧K) = (a1 ∧b1 ∧c1 ∧K) ∨ ( a2 ∧b1 ∧c1 ∧K) ∨K.
                                                          is always a contradiction.
€

    €
5) The QL Interpretation
    Application: Mach-Zehnder version of double slit experiment



                                        Apologies for extreme abuse of notation:


                         e               a → c +i d → f
                              f
                                         f ~ c +i d
            d   €
                                  €     Quantum logically:
                     €
     a              c             €     f ∧ (c ∨ d ) is true for the state f    but...
    €
                                        f ∧ c,      f ∧ d,        ( f ∧c) ∨ ( f ∧d )
                                        are all contradictions.
€          €b                     €                           €

                                  €
    €
5) The QL Interpretation
Standard Objections
1)   Classical logic is necesarily true.

            Response:       There is a long tradition of philosophical debate about this, which is not fully resolved. It
                            can be plausibly denied.
2)   All propositions about experiments can be phrased in terms of classical logic, so the claim that logic is
     empirical is untrue.
            Response:       QL does not have to be the unique way of dealing with propositions, just the most
                            elegant one. In comparison, it is possible to phrase all statements about General
                            Relativity in Euclidean geometry by introducing all sorts of unnatural forces, but that does
                            not mean that GR does not entail that geometry is non-Euclidean.

3)   Quantum Logic does not account for the success of classical logic.

            Response:       Classical logic is valid for propositions about compatible observables. We may be
                            able to make use of decoherence to argue that most propositions we are interested in
                            obey classical logic.

4)   Realism essentially entails the use of classical logic. Your definition of ∃ is incorrect because the very notion
     of what ∃ means does not make sense unless it is the classical version of ∃.

            Response:       For a full-blooded realist interpretation I agree with you. However, I never claimed this
                            was a realist interpretation of that type (even if Putnam sometimes did).

5)                                                          €
     The meta-language you use to talk about quantum logic is classical, so you haven’t replaced classical logic after
€    all.                                                        €
            Responses: - Copenhagen has a quantum/classical split as well. QL is an improvement on this
                         because it is explicit about where this split occurs.

                            - Maybe we can reconstruct all valid reasoning using QL all the way. Admittedly, the
                              onus is on us to prove this.
6) Operational Quantum Logic
 Operational quantum logic: QL does not entail the abandonment of classical logic. It is simply a logic of
                            experimental propositions.
 Can we derive the structure of QM from a reasonable set of postulates about this logic?


 Some features of Mackey’s approach




               Preparation                      Transformation                Measurement


An operational theory consists of three sets:


       A set P = { p1 , p2 , p3 ,K} of preparations, a set T = {t1 ,t2 ,t3 ,K} of transformations
       and a set Q = {q1 ,q 2 ,q3 ,K} of Yes/No questions.



€ probabilities:
and                   µ (q j pk ,tm )            €
  €

       €
6) Operational Quantum Logic
Some features of Mackey’s approach
Two questions   q1 ,q2 are equivalent   iff   ∀p,t µ ( q1 p,t) = µ (q2 p,t) .
Equivalence classes of questions are called propositions and these may obey non-classical logic

                     even in cases where it is clear that classical logic applies.

 €              €
Example: Firefly in a box.




                                                                                     b
                                                                           f
                          l                            r                             n2

                                     n1                                  €
                                        €                  €
          €                                                               €

                      €
6) Operational Quantum Logic
    Example: Firefly in a box.
    We find that whichever firefly we put in the box,   µ (n1 ) = µ (n2 ) - Hence we identify n = {n1 ,n2 } as a
    proposition.

    On the other hand, we can find fireflies such that all the other questions are distinct.


    The logic of this experiment is:     €                                          €
                                                                         n                     f       b



                                                         €                   €                     €
                                                                        l
          r           l          n             f           b

                                                        €               r
€     €           €            €           €
      Operational quantum logicians then try to derive quantum mechanics from reasonable axioms about the logic of
      experimental propositions.
                                                   €
      See work of Mackey, Jauch, Piron, Foulis, Randall and others.
7) Conclusion
Three roads from quantum mechanics

     Instrumentalism,
     Operationalism,     Quantum logical realism
     Copenhagen,         Everett/Many Worlds       Bohm-type theories,
     Orthodoxy           Consistent Histories      Spontaneous collapse




                                   The middle
                                   way

          Anti-Realism                             Full-blooded,
                                                   John Bell endorsed,
                                                   realism




                             Quantum
                             Mechanics
7) Conclusion
The Interpretational Landscape (or Schrödinger vs. Heisenberg)

“Schrödinger picture”

                                      Wavefunction real              Wavefunction epistemic

                                                                           Copenhagen
          QM Complete               Everett/Many Worlds               Statistical Interpretation
                                                                          Operationalism

                                    Bohmian mechanics
         QM Incomplete                                            Contextual Hidden Variables?
                                Spontaneous collapse models




“Heisenberg picture”
                                 Operators as observables      Operators as observables emergent
                                       fundamental

                                   Consistent Histories
                                Quantum Logic Interpretation
         QM Complete                   Copenhagen                    Everett/Many Worlds
                                  Statistical Interpretation
                                      Operationalism
                                                                     Bohmian mechanics
         QM Incomplete          Contextual Hidden Variables?     Spontaneous collapse models

Weitere ähnliche Inhalte

Andere mochten auch

“No hidden variables!”: From Neumann’s to Kochen and Specker’s theorem in qua...
“No hidden variables!”: From Neumann’s to Kochen and Specker’s theorem in qua...“No hidden variables!”: From Neumann’s to Kochen and Specker’s theorem in qua...
“No hidden variables!”: From Neumann’s to Kochen and Specker’s theorem in qua...Vasil Penchev
 
Mathematical Formulation of Quantum Mechanics
Mathematical Formulation of Quantum Mechanics Mathematical Formulation of Quantum Mechanics
Mathematical Formulation of Quantum Mechanics rbmaitri123
 
Experimental demonstration of continuous variable quantum key distribution ov...
Experimental demonstration of continuous variable quantum key distribution ov...Experimental demonstration of continuous variable quantum key distribution ov...
Experimental demonstration of continuous variable quantum key distribution ov...wtyru1989
 
Atoms, quanta,and qubits: Atomism in quantum mechanics and information
Atoms, quanta,and qubits: Atomism in quantum mechanics and informationAtoms, quanta,and qubits: Atomism in quantum mechanics and information
Atoms, quanta,and qubits: Atomism in quantum mechanics and informationVasil Penchev
 
Quantum Implications 07262011
Quantum Implications 07262011Quantum Implications 07262011
Quantum Implications 07262011Gary Stilwell
 
Charge Quantization and Magnetic Monopoles
Charge Quantization and Magnetic MonopolesCharge Quantization and Magnetic Monopoles
Charge Quantization and Magnetic MonopolesArpan Saha
 
Magnetic monopoles and group theory.
Magnetic monopoles and group theory.Magnetic monopoles and group theory.
Magnetic monopoles and group theory.Renata Queiroz
 
Dark matter & dark energy
Dark matter & dark energyDark matter & dark energy
Dark matter & dark energysurat murthy
 
Quantum Nanomagnetism
Quantum  NanomagnetismQuantum  Nanomagnetism
Quantum Nanomagnetismoriolespinal
 
Quantum Numbers
Quantum NumbersQuantum Numbers
Quantum Numbersyasjoy
 
Time travel (journey beyond time)
Time travel (journey beyond time)Time travel (journey beyond time)
Time travel (journey beyond time)Indrabhaskar Mishra
 
120519 ITS: Copenhagen interpretation in quantum mechanics
120519 ITS: Copenhagen interpretation in quantum mechanics120519 ITS: Copenhagen interpretation in quantum mechanics
120519 ITS: Copenhagen interpretation in quantum mechanicsHyunjung Kim
 
Tree of quantum_mechanics2
Tree of quantum_mechanics2Tree of quantum_mechanics2
Tree of quantum_mechanics2thambaji
 
The Many Worlds of Quantum Mechanics
The Many Worlds of Quantum MechanicsThe Many Worlds of Quantum Mechanics
The Many Worlds of Quantum MechanicsSean Carroll
 
Gifford Lecture One: Cosmos, Time, Memory
Gifford Lecture One: Cosmos, Time, MemoryGifford Lecture One: Cosmos, Time, Memory
Gifford Lecture One: Cosmos, Time, MemorySean Carroll
 
Quantum Field Theory and the Limits of Knowledge
Quantum Field Theory and the Limits of KnowledgeQuantum Field Theory and the Limits of Knowledge
Quantum Field Theory and the Limits of KnowledgeSean Carroll
 

Andere mochten auch (20)

Faster Than Light
Faster Than LightFaster Than Light
Faster Than Light
 
“No hidden variables!”: From Neumann’s to Kochen and Specker’s theorem in qua...
“No hidden variables!”: From Neumann’s to Kochen and Specker’s theorem in qua...“No hidden variables!”: From Neumann’s to Kochen and Specker’s theorem in qua...
“No hidden variables!”: From Neumann’s to Kochen and Specker’s theorem in qua...
 
Mathematical Formulation of Quantum Mechanics
Mathematical Formulation of Quantum Mechanics Mathematical Formulation of Quantum Mechanics
Mathematical Formulation of Quantum Mechanics
 
Experimental demonstration of continuous variable quantum key distribution ov...
Experimental demonstration of continuous variable quantum key distribution ov...Experimental demonstration of continuous variable quantum key distribution ov...
Experimental demonstration of continuous variable quantum key distribution ov...
 
Atoms, quanta,and qubits: Atomism in quantum mechanics and information
Atoms, quanta,and qubits: Atomism in quantum mechanics and informationAtoms, quanta,and qubits: Atomism in quantum mechanics and information
Atoms, quanta,and qubits: Atomism in quantum mechanics and information
 
Thesis defence
Thesis defenceThesis defence
Thesis defence
 
Quantum Implications 07262011
Quantum Implications 07262011Quantum Implications 07262011
Quantum Implications 07262011
 
Charge Quantization and Magnetic Monopoles
Charge Quantization and Magnetic MonopolesCharge Quantization and Magnetic Monopoles
Charge Quantization and Magnetic Monopoles
 
Magnetic monopoles and group theory.
Magnetic monopoles and group theory.Magnetic monopoles and group theory.
Magnetic monopoles and group theory.
 
Dark matter & dark energy
Dark matter & dark energyDark matter & dark energy
Dark matter & dark energy
 
Quantum Nanomagnetism
Quantum  NanomagnetismQuantum  Nanomagnetism
Quantum Nanomagnetism
 
Quantum Numbers
Quantum NumbersQuantum Numbers
Quantum Numbers
 
EPR paradox
EPR paradoxEPR paradox
EPR paradox
 
Time travel (journey beyond time)
Time travel (journey beyond time)Time travel (journey beyond time)
Time travel (journey beyond time)
 
120519 ITS: Copenhagen interpretation in quantum mechanics
120519 ITS: Copenhagen interpretation in quantum mechanics120519 ITS: Copenhagen interpretation in quantum mechanics
120519 ITS: Copenhagen interpretation in quantum mechanics
 
Tree of quantum_mechanics2
Tree of quantum_mechanics2Tree of quantum_mechanics2
Tree of quantum_mechanics2
 
The Many Worlds of Quantum Mechanics
The Many Worlds of Quantum MechanicsThe Many Worlds of Quantum Mechanics
The Many Worlds of Quantum Mechanics
 
Gifford Lecture One: Cosmos, Time, Memory
Gifford Lecture One: Cosmos, Time, MemoryGifford Lecture One: Cosmos, Time, Memory
Gifford Lecture One: Cosmos, Time, Memory
 
Quantum computer ppt
Quantum computer pptQuantum computer ppt
Quantum computer ppt
 
Quantum Field Theory and the Limits of Knowledge
Quantum Field Theory and the Limits of KnowledgeQuantum Field Theory and the Limits of Knowledge
Quantum Field Theory and the Limits of Knowledge
 

Ähnlich wie Interpretation of Quantum Mechanics

Midterm II Review Session Slides
Midterm II Review Session SlidesMidterm II Review Session Slides
Midterm II Review Session SlidesMatthew Leingang
 
Do Wide and Deep Networks Learn the Same Things: Uncovering How Neural Networ...
Do Wide and Deep Networks Learn the Same Things: Uncovering How Neural Networ...Do Wide and Deep Networks Learn the Same Things: Uncovering How Neural Networ...
Do Wide and Deep Networks Learn the Same Things: Uncovering How Neural Networ...Sungchul Kim
 
Lesson32 Second Order Difference Equations Slides
Lesson32   Second Order Difference Equations SlidesLesson32   Second Order Difference Equations Slides
Lesson32 Second Order Difference Equations SlidesMatthew Leingang
 
algorithm, validity, predicate logic (pdf format)
algorithm, validity, predicate logic (pdf format)algorithm, validity, predicate logic (pdf format)
algorithm, validity, predicate logic (pdf format)Justine Leon Uro
 
Protein Folding Prediction
Protein Folding PredictionProtein Folding Prediction
Protein Folding Predictionwarrenyates
 
Semantic Web Vo Camp Seoul Summer Rdf Vocabularies
Semantic Web Vo Camp Seoul   Summer Rdf VocabulariesSemantic Web Vo Camp Seoul   Summer Rdf Vocabularies
Semantic Web Vo Camp Seoul Summer Rdf Vocabulariessangwon Yang
 
Eigenvalues in a Nutshell
Eigenvalues in a NutshellEigenvalues in a Nutshell
Eigenvalues in a Nutshellguest9006ab
 
11X1 T08 03 rules for differentiation
11X1 T08 03 rules for differentiation11X1 T08 03 rules for differentiation
11X1 T08 03 rules for differentiationNigel Simmons
 
Introduction about Geometric Algebra
Introduction about Geometric AlgebraIntroduction about Geometric Algebra
Introduction about Geometric AlgebraVitor Pamplona
 
B to \eta(') K branching ratio puzzle and OZI violation contribution
B to \eta(') K branching ratio puzzle and OZI violation contributionB to \eta(') K branching ratio puzzle and OZI violation contribution
B to \eta(') K branching ratio puzzle and OZI violation contributionkleinhsu
 

Ähnlich wie Interpretation of Quantum Mechanics (11)

Midterm II Review Session Slides
Midterm II Review Session SlidesMidterm II Review Session Slides
Midterm II Review Session Slides
 
Do Wide and Deep Networks Learn the Same Things: Uncovering How Neural Networ...
Do Wide and Deep Networks Learn the Same Things: Uncovering How Neural Networ...Do Wide and Deep Networks Learn the Same Things: Uncovering How Neural Networ...
Do Wide and Deep Networks Learn the Same Things: Uncovering How Neural Networ...
 
Lesson32 Second Order Difference Equations Slides
Lesson32   Second Order Difference Equations SlidesLesson32   Second Order Difference Equations Slides
Lesson32 Second Order Difference Equations Slides
 
algorithm, validity, predicate logic (pdf format)
algorithm, validity, predicate logic (pdf format)algorithm, validity, predicate logic (pdf format)
algorithm, validity, predicate logic (pdf format)
 
Protein Folding Prediction
Protein Folding PredictionProtein Folding Prediction
Protein Folding Prediction
 
Semantic Web Vo Camp Seoul Summer Rdf Vocabularies
Semantic Web Vo Camp Seoul   Summer Rdf VocabulariesSemantic Web Vo Camp Seoul   Summer Rdf Vocabularies
Semantic Web Vo Camp Seoul Summer Rdf Vocabularies
 
Eigenvalues in a Nutshell
Eigenvalues in a NutshellEigenvalues in a Nutshell
Eigenvalues in a Nutshell
 
11X1 T08 03 rules for differentiation
11X1 T08 03 rules for differentiation11X1 T08 03 rules for differentiation
11X1 T08 03 rules for differentiation
 
Introduction about Geometric Algebra
Introduction about Geometric AlgebraIntroduction about Geometric Algebra
Introduction about Geometric Algebra
 
B to \eta(') K branching ratio puzzle and OZI violation contribution
B to \eta(') K branching ratio puzzle and OZI violation contributionB to \eta(') K branching ratio puzzle and OZI violation contribution
B to \eta(') K branching ratio puzzle and OZI violation contribution
 
Proj Stat
Proj StatProj Stat
Proj Stat
 

Mehr von Matthew Leifer

Separations of probabilistic theories via their information processing capab...
Separations of probabilistic theories via their  information processing capab...Separations of probabilistic theories via their  information processing capab...
Separations of probabilistic theories via their information processing capab...Matthew Leifer
 
Unentangled Bit Commitment and the Clifton-Bub-Halvorson (CBH) Theorem
Unentangled Bit Commitment and the  Clifton-Bub-Halvorson (CBH) TheoremUnentangled Bit Commitment and the  Clifton-Bub-Halvorson (CBH) Theorem
Unentangled Bit Commitment and the Clifton-Bub-Halvorson (CBH) TheoremMatthew Leifer
 
Quantum Causal Networks
Quantum Causal NetworksQuantum Causal Networks
Quantum Causal NetworksMatthew Leifer
 
The Church of the Smaller Hilbert Space
The Church of the Smaller Hilbert SpaceThe Church of the Smaller Hilbert Space
The Church of the Smaller Hilbert SpaceMatthew Leifer
 
Do we need a logic of quantum computation?
Do we need a logic of quantum computation?Do we need a logic of quantum computation?
Do we need a logic of quantum computation?Matthew Leifer
 
Nondeterministic testing of Sequential Quantum Logic Propositions on a Quant...
Nondeterministic testing of Sequential Quantum Logic  Propositions on a Quant...Nondeterministic testing of Sequential Quantum Logic  Propositions on a Quant...
Nondeterministic testing of Sequential Quantum Logic Propositions on a Quant...Matthew Leifer
 
Pre- and Post-Selection Paradoxes, Measurement-Disturbance and Contextuality ...
Pre- and Post-Selection Paradoxes, Measurement-Disturbance and Contextuality ...Pre- and Post-Selection Paradoxes, Measurement-Disturbance and Contextuality ...
Pre- and Post-Selection Paradoxes, Measurement-Disturbance and Contextuality ...Matthew Leifer
 
Measuring Multi-particle Entanglement
Measuring Multi-particle EntanglementMeasuring Multi-particle Entanglement
Measuring Multi-particle EntanglementMatthew Leifer
 
Multi-particle Entanglement in Quantum States and Evolutions
Multi-particle Entanglement in Quantum States and EvolutionsMulti-particle Entanglement in Quantum States and Evolutions
Multi-particle Entanglement in Quantum States and EvolutionsMatthew Leifer
 

Mehr von Matthew Leifer (10)

Imperial20101215
Imperial20101215Imperial20101215
Imperial20101215
 
Separations of probabilistic theories via their information processing capab...
Separations of probabilistic theories via their  information processing capab...Separations of probabilistic theories via their  information processing capab...
Separations of probabilistic theories via their information processing capab...
 
Unentangled Bit Commitment and the Clifton-Bub-Halvorson (CBH) Theorem
Unentangled Bit Commitment and the  Clifton-Bub-Halvorson (CBH) TheoremUnentangled Bit Commitment and the  Clifton-Bub-Halvorson (CBH) Theorem
Unentangled Bit Commitment and the Clifton-Bub-Halvorson (CBH) Theorem
 
Quantum Causal Networks
Quantum Causal NetworksQuantum Causal Networks
Quantum Causal Networks
 
The Church of the Smaller Hilbert Space
The Church of the Smaller Hilbert SpaceThe Church of the Smaller Hilbert Space
The Church of the Smaller Hilbert Space
 
Do we need a logic of quantum computation?
Do we need a logic of quantum computation?Do we need a logic of quantum computation?
Do we need a logic of quantum computation?
 
Nondeterministic testing of Sequential Quantum Logic Propositions on a Quant...
Nondeterministic testing of Sequential Quantum Logic  Propositions on a Quant...Nondeterministic testing of Sequential Quantum Logic  Propositions on a Quant...
Nondeterministic testing of Sequential Quantum Logic Propositions on a Quant...
 
Pre- and Post-Selection Paradoxes, Measurement-Disturbance and Contextuality ...
Pre- and Post-Selection Paradoxes, Measurement-Disturbance and Contextuality ...Pre- and Post-Selection Paradoxes, Measurement-Disturbance and Contextuality ...
Pre- and Post-Selection Paradoxes, Measurement-Disturbance and Contextuality ...
 
Measuring Multi-particle Entanglement
Measuring Multi-particle EntanglementMeasuring Multi-particle Entanglement
Measuring Multi-particle Entanglement
 
Multi-particle Entanglement in Quantum States and Evolutions
Multi-particle Entanglement in Quantum States and EvolutionsMulti-particle Entanglement in Quantum States and Evolutions
Multi-particle Entanglement in Quantum States and Evolutions
 

Kürzlich hochgeladen

Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 

Kürzlich hochgeladen (20)

Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 

Interpretation of Quantum Mechanics

  • 1. Interpretation of Quantum Mechanics: Current Status and Future Directions Lecture 22 (March 24 2005) Quantum Logic Matthew Leifer Perimeter Institute for Theoretical Physics
  • 2. What is quantum logic? Feynman vs. von Neumann Probability measures Classical logic, set Classical probability theory, sample spaces theory Amplitudes Quantum mechanics Probability measures Classical probability Classical logic, set theory, sample spaces theory Probability Quantum logic measures Quantum mechanics
  • 3. Outline 1) Classical logic, sets and Boolean lattices 2) Quantum logic, closed subspaces and Hilbert lattices 3) Quantum probability 4) Quantum logic and Hidden Variable Theories Partial Boolean algebras and the Bell-Kochen-Specker Theorem 5) The quantum logic interpretation Putnam’s quantum logical realism - is it really realism? 6) Operational Quantum Logic How can two logics coexist? ``Firefly in a box’’ example Derivation of Hilbert Space Quantum Mechanics 7) Conclusion
  • 4. 1) Classical Logic Logic = Syntax + Semantics
  • 5. 1) Classical Logic Syntax of propositional logic: Propositions a,b,c,K,z Represent statements like “Waterloo is in Canada”, “Frogs are green”, “It is raining” € Compound propositions (or sentences) formed using connectives ¬ NOT negation ∧ AND conjunction € ∨ OR disjunction € → IF ... THEN ... implication / conditional € ↔ IF AND ONLY IF ... THEN .. equality € Rules for forming sentences € 1. If a is a sentence then ¬a is a sentence. 2. If a and b are sentences then (a∧b) is a sentence. € € 3. Intuitive rules for addition and removal of parentheses € € €
  • 6. 1) Classical Logic Syntax of propositional logic: Definitions: a∨b=¬(¬a∧¬b) € a→b=¬a∨b € a↔b=(a→b)∧(b→a) Example: € “If it is raining then Waterloo is in Canada and Frogs are green” a → (b∧c) = ¬a ∨ ( b∧c) = ¬(¬¬a ∧¬(b ∧ c)) €
  • 7. 1) Classical Logic Truth Table Semantics of propositional logic: a b a ∧b a b a ∨b a ¬a 0 0 0 0 0 0 0 1 € € 0 1 0 0 1 1 1 0 € € € € € € 1 0 0 1 0 1 € € € € € € € € 1 1 1 1 1 1 € € € € € € € € € € € € € € a b c ¬a b ∧ c ¬a ∨ (b ∧ c) € € € € € € 0 0 0 1 0 1 0 0 1 1 0 1 € 0€ 1€ 0 € €1 € 0 1 0 1 1 1 1 1 € € € € € € 1 0€ 0€ 0 0€ 0 € € € 1 0 1 0 0 0 € € € € € € 1 1 0 0 0 0 € € € € € € 1 1 1 0 1 1 € € € € € € € € € € € € € € € € € € € € € € € €
  • 8. 1) Classical Logic Set Theoretical Semantics of propositional logic: Propositions are associated with the set of objects for which they are true: “The object is green” {frogs, grass, emeralds, leaves, ...} “It is raining” {Monday, Tuesday, Friday} € “Physical system X Q in the range y ≤ Q ≤ z ” has a value of quantity € Set of phase-space points € Introduce a Universal Set: € € U = {cows, cats, frogs, goldfish, grass, diamonds, emeralds, leaves, ...} And the empty set: ∅= { } € €
  • 9. 1) Classical Logic Set Theoretical Semantics of propositional logic: Notation: [a ] = the mathematical object associated to proposition a under the semantics we are using. C Negation: [¬a ] = [a ] = {x x ∈ U,x ∉ [a ]} € € Conjunction: [a ∧ b] = [a ] ∩ [b] = { x x ∈ [a ],x ∈ [b]} € Disjunction: [a ∨ b] = [a ] ∪ [b] = { x x ∈ [a ] or x ∈ [b]} € Example: U = {cows, cats, frogs, goldfish, grass, diamonds, emeralds, leaves} a = “The object is green.” € [a ] = {frogs, grass, emeralds, leaves} € b = “The object is an amphibious animal.” [b] = {frogs, goldfish} € [¬a ] = {cows, cats, goldfish, diamonds} € [a ∧ b] = {frogs} € [a ∨ b] = {frogs, goldfish, grass, emeralds, leaves} € € € €
  • 10. 1) Classical Logic Set Theoretical Semantics of propositional logic: Definitions: a is a tautology iff [a ] = U under all possible assignments of sets to elementary propositions. Example: a ∨¬a € a is a contradiction iff [a ] = ∅ under all possible assignments of sets to elementary propositions. € € Example: a ∧¬a € a and b are equivalent € iff [a ] = [b] under all possible assignments of sets to elementary propositions. € Examples: ¬¬a = a double negation ¬( a ∧ b) = ¬a ∨¬b € € € de-Moivre’s laws ¬( a ∨ b) = ¬a ∧¬b € a ∧ (b ∨c) = ( a ∧ b) ∨ (a ∧c) distributive lavs a ∨ (b ∧c) = ( a ∨ b) ∧ (a ∨c) € €
  • 11. Mathematical interlude: posets and lattices Posets: A poset is a set P with a partial order relation ≤ satisfying ∀a,b,c ∈ P : - a≤a - a ≤ b and b ≤ a iff a = b - if a ≤ b and b ≤ c then a ≤ c € € € Two elementsa,b ∈ P have a join or least upper bound if there is an element a ∨b satisfying € € €≤ a ∨b and b ≤ a ∨ b a € € € € Any c satisfying a ≤ c and b ≤ c also satisfies a ∨b ≤ c . € Two elements a,b ∈ P have a meet or greatest lower bound if there is an element a ∧b satisfying € € € a ∧b ≤ a and a ∧b ≤ b € Any c satisfying c ≤ a and c ≤ b€ satisfies c ≤ a ∧ b . € € also € € € € € € € €
  • 12. Mathematical interlude: posets and lattices Lattices: 1 1 1 € € € 0 Diamond 0 0 Pentagon Benzene € A€ lattice is a poset where every pair of elements has a meet or a join. € We will also require that there is a greatest element 1 and a least element 0. Atoms of a lattice are those elements for which 0 is the only smaller element. € € €
  • 13. 1) Classical Logic Logic and Boolean lattices Consider the logic of propositions that can be formulated from n elementary propositions a ,a ,K,a 1 2 n . There is a canonical way of associating these with sets of integers: a1 = {1},a 2 = {2},K,an = € } {n € The universal set is U = {1,2,K,n} € More than one proposition corresponds to the same set, e.g. [¬a1 ] = [a 2 ∨ a3 ∨K∨ an ] = {2,3,K,n} € The resulting structure is a Boolean lattice with partial order given by subset inclusion. € Greatest and lowest elements 0 = ∅, 1 = U = {1,2,K,n} Meet is given by ∩ and join is given by ∪. € € € €
  • 14. =U =U =U {1,2} {1,3} {2,3} € {1} {2} € € {1} {2} {3} € € € =∅ =∅ € € =∅ € € € € € =U € € =∅ €
  • 15. 2) Quantum Logic Attaching meaning to heretical propositions Note that the syntax of quantum logic is exactly the same as classical logic, except that we will not define → and ↔. The only difference is in the meaning, i.e. the semantics. “The momentum of the particle is between p and p + dp .” Orthodoxy: Meaningless unless system is in an appropriate eigenstate. € € “The position of the particle is between x and x + dx and he momentum of the particle is between p and p + dp .” € € Orthodoxy: Always completely and utterly meaningless! Requirements for a semantics of quantum propositions: € € € € 1) Respect the eigenvalue-eigenstate link. 2) Equivalent to classical set-theoretic semantics when propositions are about pairwise commuting observables. Consider an observable: A = ∑ a j Pj Pj Pk = δ jk Pk ∑ Pj = I j j If the state is an eigenstate aj then prob( Pk ) = a j Pk a j = δ jk € € €
  • 16. 2) Quantum Logic Semantics of Quantum Logic [a ] = the subspace corresponding to proposition a , Pa = the projector onto [a ] . = { ψ ∈ H ∀ φ ∈ [a ] ⊥ Negation: [¬a ] = [a ] φ ψ = 0} € € € € P = I − Pa ¬a Conjunction: [a ∧ b] = [a ] ∩ [b] = { ψ ∈ H ψ ∈ [a], ψ ∈ [b]} € € n Pa∧b = lim( Pa Pb ) n→∞ € Disjunction: [a ∨ b] = [a ] ⊕ [b] = { ψ ∈ H ∃ φ ∈ [a ],∃ η ∈ [b] s.t. ψ = α φ + β η } € n Pa∨b = I − lim(( I − Pa )( I − Pb )) n→∞ € may define tautologies, contradictions and equivalence in a similar way to the classical case. We Subspaces of Hilbert space also form a lattice with partial order € [a ] ≤ [b] iff Pa Pb = Pa , but not a Boolean one.
  • 17. 2) Quantum Logic A 2D Real Hilbert Space Example [a ] 1 [¬b ] z↑ [b] € x↓ x↑ a € ¬a b ¬b € € € z↓ € [¬a ] € € € € 0 € € € € a = “The particle has spin up in the z-direction.” b = “The particle has spin up in the x-direction.” € €
  • 18. 2) Quantum Logic A 3D Real Hilbert Space Example 1 [a ] € b c a d e € [e ] [b] € € 0 € € a € d e € € € [d ] € [c ] b € € € € € c €
  • 19. 2) Quantum Logic Quantum Logic is not distributive 1 a ∧ (b ∨¬b) = a ∧1 = a a € ¬a b ¬b (a ∧ b) ∨ (a ∧¬b) = 0 ∨ 0 = 0 € € € 0 € € € € Modularity: If p ≤ q then p ∨ (r ∧q) = ( p ∨r ) ∧q Orthomodularity: € € ≤ q then q = p ∨ (q ∧¬p) Ifp € €
  • 20. 3) Quantum Probability Classical Probability measures In standard probability theory, we define a probability measure on a set of subsets (equivalently on a set of propositions or on a Boolean lattice). µ:quot;subsets of Uquot;→ [0,1] Let α1 ,α2 ,K,α n be any pairwise disjoint sets, i.e. α j ∩ α k = ∅ . € Let Α = α1 ∪ α 2 ∪K∪ α n . € € Require: µ ( Α) = µ (α1 ) + µ (α 2 ) +K+ µ (α n ) € µ (∅) = 0 and µ (U ) = 1 € € €
  • 21. 3) Quantum Probability Probability measures on Hilbert space PBAs In quantum probability theory we have similar requirements: µ:quot;Projectors on H quot;→ [0,1] Let P ,P2 ,K,Pn be any projectors onto pairwise orthogonal subspaces, i.e. Pj Pk = 0 1 € Let Q = P + P2 +K+ Pn 1 Require: € µ (Q) = µ ( P1 ) + µ ( P2 ) +K+ µ ( Pn ) € € µ (0) = 0 µ( I ) = 1 € Gleason’s Theorem: € € The only measures on the full PBA of Hilbert spaces of dimension ≥ 3 are of the form µ ( P) = Tr ( Pρ) , where ρ is a positive operator, with Tr(ρ ) = 1. € € € €
  • 22. 4) Quantum Logic and HVTs Bell-Kochen-Specker Theorem Two natural requirements for a Hidden Variable Theory: 1) The complete state of the system determines the value outcome of a measurement of any observable. 2) The outcome assigned to an observable does not depend on which other compatible observables are measured with it (noncontextuality). Bell’s version of BKS theorem: Gleason’s theorem implies 1) and 2) cannot both be satisfied. Why? Projectors are observables with e-values 0 and 1, so 1) implies that we must assign 0 or 1 to every projector. 2) and empirical adequacy implies that the assignment is a quantum probability measure. However, Gleason says all probability measures are Tr(P ρ) and there is no density operator that assigns probability 0 or 1 to every projector. €
  • 23. 4) Quantum Logic and HVTs Finite versions of the KS theorem Mermin-Peres-Kernaghan proof (1,0,0,0) (1,0,0,0) (1,0,0,0) (1,0,0,0) (-1,1,1,1) (-1,1,1,1) (1,-1,1,1) (1,1,-1,1) (0,1,-1,0) (0,0,1,-1) (1,0,1,0) (0,1,0,0) (0,1,0,0) (0,0,1,0) (0,0,0,1) (1,-1,1,1) (1,1,-1,1) (1,1,-1,1) (1,1,1,-1) (1,0,0,-1) (1,-1,0,0) (0,1,0,1) (0,0,1,0) (0,0,1,1) (0,1,0,1) (0,1,1,0) (1,1,-1,1) (1,0,1,0) (0,1,1,0) (0,0,1,1) (1,1,1,1) (1,1,1,1) (1,1,-1,-1) (0,0,0,1) (0,0,1,-1) (0,1,0,-1) (0,1,-1,0) (1,1,1,-1) (0,1,0,-1) (1,0,0,-1) (1,-1,0,0) (1,-1,-1,1) (1,1,-1,-1) (1,-1,-1,1) What is the quantum logical significance of this? Orthogonality constraints can be formulated as logical statements: A1 = (a ∧¬b ∧¬c ∧¬d ) ∨ (¬a ∧ b ∧¬c∧¬d ) ∨ (¬a ∧¬b ∧ c ∧¬d) ∨ (¬a ∧¬b ∧¬c∧ d ) A2 = (a ∧¬b ∧¬e ∧¬f ) ∨ (¬a ∧b ∧¬e ∧¬f ) ∨ (¬a ∧¬b ∧e ∧¬f ) ∨ (¬a ∧¬b ∧¬e ∧ f ) A3 = (a ∧¬c ∧¬g ∧¬h) ∨ (¬a ∧c ∧¬g∧¬h) ∨ (¬a ∧¬c ∧ g ∧¬h) ∨ (¬a ∧¬c ∧¬g∧h) M A1 ∧ A2 ∧K∧ A11 is a classical contradiction but is satisfiable in quantum logic with the MPK assignment. € €
  • 24. 5) The QL Interpretation Putnam’s main claims Proposed by Putnam in “Is Logic Emprical?”/”The Logic of Quantum Mechanics” (1969). This summary is adapted from Gibbins, “Particles and Paradoxes”, CUP (1987). 1) Logic is empirical, and open to revision in the light of a new physical theory - just like geometry was seen to be emprical with the advent of General Relativity. 2) The logic of quantum mechanics is non-Boolean. 3) The peculiarities of quantum mechanics arise from illegitimate uses of classical logic in the description of individual quantum systems. Paradoxes are resolved by using quantum logic. 4) Quantum probabilities present no difficulty. They arise in exactly the same way as in classical theories. 5) Quantum logic licenses a realist interpretation of quantum mechanics. 6) Ideal measurements reveal the values of dynamical variables posessed by the system prior to measurement. 7) Although quantum-mechanical states are not classically complete, they do correspond to quantum logically maximally consistent sets of sentences. Indeterminacy arises not because the laws of quantum mechanics are indeterministic but because quantum- mechanical states are not classically complete. 8) The meaning of the quantum logical connectives are the same as those of the classical connectives.
  • 25. 5) The QL Interpretation Quantum logical Realism Consider an observable A = ∑ α j Pj , where we include eigenvalue 0 if necessary. j Define a j = “The value of A is α j .” Then Pa ∨a ∨a ∨K = P1 + P2 + P3 +K = I 1 € 2 3 [€ ∨ a2 ∨a 3 ∨K] = H a1 € € € a1 ∨ a2 ∨a 3 ∨K = 1 But the LHS is just the definition of∃j( a j ) , so we can say “there exists some j s.t. the value of A is α j .” € € However, we cannot point to any particular value that the observable A actually posseses, unless the system is in an appropriate eigenstate. € € € € € B,C,K Consider the same construction for observables € ∃j( a j ) ∧∃k (bk ) ∧ ∃m( cm ) ∧K = (a1 ∨a 2 ∨ a3 ∨K) ∧ (b1 ∨ b2 ∨b3 ∨K) ∧ ( c1 ∨c2 ∨c3 ∨K) ∧K is always true € But..... ∃j∃k∃m∃K( a j ∧ bk ∧cm ∧K) = (a1 ∧b1 ∧c1 ∧K) ∨ ( a2 ∧b1 ∧c1 ∧K) ∨K. is always a contradiction. € €
  • 26. 5) The QL Interpretation Application: Mach-Zehnder version of double slit experiment Apologies for extreme abuse of notation: e a → c +i d → f f f ~ c +i d d € € Quantum logically: € a c € f ∧ (c ∨ d ) is true for the state f but... € f ∧ c, f ∧ d, ( f ∧c) ∨ ( f ∧d ) are all contradictions. € €b € € € €
  • 27. 5) The QL Interpretation Standard Objections 1) Classical logic is necesarily true. Response: There is a long tradition of philosophical debate about this, which is not fully resolved. It can be plausibly denied. 2) All propositions about experiments can be phrased in terms of classical logic, so the claim that logic is empirical is untrue. Response: QL does not have to be the unique way of dealing with propositions, just the most elegant one. In comparison, it is possible to phrase all statements about General Relativity in Euclidean geometry by introducing all sorts of unnatural forces, but that does not mean that GR does not entail that geometry is non-Euclidean. 3) Quantum Logic does not account for the success of classical logic. Response: Classical logic is valid for propositions about compatible observables. We may be able to make use of decoherence to argue that most propositions we are interested in obey classical logic. 4) Realism essentially entails the use of classical logic. Your definition of ∃ is incorrect because the very notion of what ∃ means does not make sense unless it is the classical version of ∃. Response: For a full-blooded realist interpretation I agree with you. However, I never claimed this was a realist interpretation of that type (even if Putnam sometimes did). 5) € The meta-language you use to talk about quantum logic is classical, so you haven’t replaced classical logic after € all. € Responses: - Copenhagen has a quantum/classical split as well. QL is an improvement on this because it is explicit about where this split occurs. - Maybe we can reconstruct all valid reasoning using QL all the way. Admittedly, the onus is on us to prove this.
  • 28. 6) Operational Quantum Logic Operational quantum logic: QL does not entail the abandonment of classical logic. It is simply a logic of experimental propositions. Can we derive the structure of QM from a reasonable set of postulates about this logic? Some features of Mackey’s approach Preparation Transformation Measurement An operational theory consists of three sets: A set P = { p1 , p2 , p3 ,K} of preparations, a set T = {t1 ,t2 ,t3 ,K} of transformations and a set Q = {q1 ,q 2 ,q3 ,K} of Yes/No questions. € probabilities: and µ (q j pk ,tm ) € € €
  • 29. 6) Operational Quantum Logic Some features of Mackey’s approach Two questions q1 ,q2 are equivalent iff ∀p,t µ ( q1 p,t) = µ (q2 p,t) . Equivalence classes of questions are called propositions and these may obey non-classical logic even in cases where it is clear that classical logic applies. € € Example: Firefly in a box. b f l r n2 n1 € € € € € €
  • 30. 6) Operational Quantum Logic Example: Firefly in a box. We find that whichever firefly we put in the box, µ (n1 ) = µ (n2 ) - Hence we identify n = {n1 ,n2 } as a proposition. On the other hand, we can find fireflies such that all the other questions are distinct. The logic of this experiment is: € € n f b € € € l r l n f b € r € € € € € Operational quantum logicians then try to derive quantum mechanics from reasonable axioms about the logic of experimental propositions. € See work of Mackey, Jauch, Piron, Foulis, Randall and others.
  • 31. 7) Conclusion Three roads from quantum mechanics Instrumentalism, Operationalism, Quantum logical realism Copenhagen, Everett/Many Worlds Bohm-type theories, Orthodoxy Consistent Histories Spontaneous collapse The middle way Anti-Realism Full-blooded, John Bell endorsed, realism Quantum Mechanics
  • 32. 7) Conclusion The Interpretational Landscape (or Schrödinger vs. Heisenberg) “Schrödinger picture” Wavefunction real Wavefunction epistemic Copenhagen QM Complete Everett/Many Worlds Statistical Interpretation Operationalism Bohmian mechanics QM Incomplete Contextual Hidden Variables? Spontaneous collapse models “Heisenberg picture” Operators as observables Operators as observables emergent fundamental Consistent Histories Quantum Logic Interpretation QM Complete Copenhagen Everett/Many Worlds Statistical Interpretation Operationalism Bohmian mechanics QM Incomplete Contextual Hidden Variables? Spontaneous collapse models