The Logic of Quantum Programs

Download as pdf or txt
Download as pdf or txt
You are on page 1of 18

The logic of quantum programs

Alexandru Baltag∗ and Sonja Smets†


arXiv:2109.06792v1 [quant-ph] 14 Sep 2021

Abstract
We present a logical calculus for reasoning about information flow in quan-
tum programs. In particular we introduce a dynamic logic that is capable
of dealing with quantum measurements, unitary evolutions and entangle-
ments in compound quantum systems. We give a syntax and a relational
semantics in which we abstract away from phases and probabilities. We
present a sound proof system for this logic, and we show how to character-
ize by logical means various forms of entanglement (e.g. the Bell states)
and various linear operators. As an example we sketch an analysis of the
teleportation protocol.

1 Introduction
In this paper we elaborate on the ideas presented in [2, 3, 9] and give a full-
fledged dynamic Logic for Quantum Programs LQP. It is well-known that PDL
(Propositional Dynamic Logic) and its fragment Hoare Logic are among the
main logical formalisms used in program verification for classical programs, i.e.
in checking that a given (classical) program meets the required specification. It
is natural to ask for a quantum version of PDL, to be used in the verification
of quantum programs. In our past work [3], we presented several such logical
systems, and later extending this system into a dynamic logic LQA of quantum
actions (i.e. compositions of measurements and unitary evolutions). In this
paper, we extend LQA into a logic for compound quantum systems. We present
a self-contained version of LQP such that no knowledge of LQA or LQM is
necessary to understand the basic concepts. Note the difference between our
logic and the approach with a similar name in [4]: our dynamic logic goes
much further in capturing essential properties of quantum systems and quantum
programs, as well as in recovering the ideas of traditional quantum logic [6, 7].

2 Quantum Frames
In this section we introduce quantum frames for single quantum systems and
quantum frames for compound quantum systems; in the later case we restrict
our attention ro n compound qubits.
∗ Oxford University Computing Laboratory
† Vrije Universiteit Brussel, Flanders Fund for Scientific Research Post-Doc

1
2.1 Single System Quantum Frames
A modal frame is a set of states, together with a family of binary relations
S? a
between states. A (generalized) PDL frame is a modal frame (Σ, {→}S∈L , {→
}a∈A ), in which the relations on the set of states Σ are of two types: the first,
called tests and denoted by S?, are labelled with subsets S of Σ, coming from
a given family L ⊆ P(Σ) of sets, called testable properties; the others, called
actions, are labelled with action labels a from a given set A.
Given a P DL frame, there exists a standard way to give a semantics to the
usual language of propositional dynamic logic. Classical P DL can be considered
S?
as a special case of such a logic, in which tests are given by classical tests: s → t
if and only if s = t ∈ S. Observe that classical tests, if executable, do not change
the current state.
In the context of quantum systems, a natural idea is to replace classical tests
by “quantum tests”, given by quantum measurements of a given property. Such
tests will obviously change the state of the system. To model them, we introduce
a special kind of P DL frames: quantum frames. The “tests” are essentially given
by projectors in a Hilbert space. In [3], we considered P DL with the above-
mentioned standard semantics, having the same clauses in the classical case, but
interpreted in quantum frames. What we obtained is a quantum PDL, whose
negation-free part with dynamic modalities for quantum tests is equivalent to
what is traditionally called “(orthomodular) quantum logic” [6, 7]. In this paper,
we extend the syntax of this logic to deal with unitary evolutions, entanglements
and some quantum protocols.
Definition 1. (Quantum Frames)
Given a Hilbert space H, the following steps construct a Quantum (PDL) Frame
S? U
Σ(H) := (Σ, {→}S∈L , {→}U ∈U )

1. Let Σ be the set of one dimensional subspaces of H, called the set of states.
We denote a state s = x of H using any of the non-zero vectors x ∈ H that
generate them. Note that any two vectors that differ only in phase (i.e.
x = λy, with λ ∈ C with |λ| = 1) will generate the same state x = y ∈ Σ.

2. Call two states s and t in Σ orthogonal, and write s ⊥ t, if and only if


∀x ∈ s and ∀y ∈ t: x is orthogonal to y, i.e. if hx | yi = 0. Or, equivalently,
we can state that s ⊥ t if and only if ∃x ∈ s, y ∈ t with x 6= 0, y 6= 0 and
hx | yi = 0. We put S ⊥ := {t ∈ Σ | t ⊥ s for all s ∈ S}; and we denote
by S = S ⊥⊥ := (S ⊥ )⊥ the biorthogonal closure of S. In particular, for a
singleton {x}, we just write x for {x}, which agrees with the notation x
used above to denote the state generated by x.
3. A set of states S ⊆ Σ is called a (quantum) testable property iff it is
biorthogonally closed, i.e. if S = S. (Note that S ⊆ S is always the case.)
We denote by L ⊆ P (Σ) the family of all quantum testable properties.
All the other sets S ∈ P (Σ) \ L are called non-testable properties.

2
4. There is a natural bijective correspondence between the family L of all
testable properties and the family W ofSall closed linear subspaces W
of H, bijection given by S 7→ WS =: S. Observe that, under this
correspondence, the image of the biorthogonal
S closure S of any arbitrary
set
S S ⊆ Σ is the closed linear subspace S ⊆ H generated by the union
S of all states in S.

5. For each testable property S ∈ L, there


S exists a partial map S? on Σ,
called a quantum test. If W = WS = S is the corresponding subspace
of H, then the quantum test is the map induced on states by the projector
PW onto the subspace W . In other words, it’s given by:

S?(x) := PW (x) ∈ Σ , if x 6∈ S ⊥ ( i.e. if PW (x) 6= 0)


S?(x) := undefined , otherwise .
S?
We denote by →⊆ Σ × Σ the binary relation corresponding to the partial
S?
map S?, i.e. given by: s → t if and only if S?(s) = t. So we have a family
of binary relations indexed by the testable properties S ∈ L.
6. For each unitary transformation U on H, consider the corresponding bi-
U U
nary relation →⊆ Σ × Σ, given by: s → t if and only if U (x) = y for some
non-zero vectors x ∈ s, y ∈ t. So we obtain a family of binary relations in-
dexed by the unitary transformations U ∈ U (where U is the set of unitary
transformations on H).

So a quantum frame is just a P DL frame built on top of a given Hilbert space


H, using projectors as “tests” and unitary evolutions as “actions”. Our notion
of “state” in this paper is closely connected to the way quantum logicians ap-
proach quantum systems, i.e., contrary to identifying states with unitary vectors
(as customary in quantum computation), we took them to be one dimensional
subspaces generated by these vectors. This imposes some limits to our approach,
mainly that we will not be able to express phase-related properties. While it
is possible to build up a quantum frame starting from unitary vectors as the
states, the resulting logical system will be much more complex1 , and so we do
not elaborate on it in this paper.
Operators on states, adjoints and generalized tests. To generalize our
notations introduced earlier, observe that every linear operator F : H → H
induces a partial map F : Σ → Σ on states (i.e. subspaces), given by F (x) =
F (x). (Note that linearity ensures that this map on states is well-defined.) In
particular, every map F : Σ → Σ obtained in this way has an adjoint F † : Σ →
Σ, defined as the map on states induced by the adjoint (“Hermitian conjugate”)
of the linear operator F on H. Observe that, for unitary transformations U , the
adjoint is the inverse: U † = U -1 . Also, one can naturally generalize quantum
tests to arbitrary, possibly non-testable properties, S ⊆ Σ, by putting: S? := S?.
1 It would require the introduction of a propositional tensor operator.

3
So we identify a test of a “non-testable” property S with the quantum test of its
biorthogonal closure. Observe that S?† = S? (since projectors are self-adjoint).
Definition 2. (Non-orthogonality, or Measurement Relation).
S?
For all s, t ∈ Σ, let s → t if and only if s → t for some property S ∈ L. In other
words, s → t means that one can reach state t by doing some measurement
on state s. An important observation is that the measurement relation is the
same as non-orthogonality: s → t iff s 6⊥ t. The non-orthogonality relation
has indeed been used to introduce an accessibility relation in the orthoframe
semantics within quantum logic [7].
Definition 3. (Dynamic Modalities and Measurement Modalities)
For any property T ⊆ Σ and any partial map F : Σ → Σ induced on states by
a linear operator F , let [F ]T := F -1 (T ) = {s ∈ Σ : F (s) ∈ T if defined } and
hF iT := Σ\([F ](Σ\F )). Similarly, put T := {s ∈ Σ : ∀t(s → t ⇒ t ∈ T )} and
♦T := Σ\((Σ\T )).
Observe that [F ]T expresses the weakest precondition for the “program” F and
post-condition T . In particular, [S?]T expresses the weakest precondition ensur-
ing the satisfaction of property T in any state after the system passes a quantum
test of property S. Similarly, hS?iT means that one can perform a quantum
test of property S on the current state, ending up in a state having property
T . T means that property T will hold after any measurement (quantum test)
performed on the current state. Finally, ♦T means that property T is poten-
tially satisfied, in the sense that one can do some quantum test to reach a state
with property T .
Lemma 1. For every property S ⊆ Σ, we have S ⊥ = [S?]∅ = Σ \ ♦S and
S = ♦S.
Proposition 1. For every property S ⊆ Σ, if T ∈ L (i.e. is testable), then
S, S ⊥ , [S?]T ∈ L (are testable), and more generally [F ]T ∈ L, for every (map
on states induced by a) linear operator F .
Proposition 2. (Testable Properties) A property S ⊆ Σ is testable if and only
if any of the following equivalent conditions hold: (1) S = S; (2) S = ♦P ; (3)
∃T ∈ Σ such that P = T ⊥ ; (4) ∃T ∈ Σ such that P = T . The family L
of testable properties is a complete lattice with respect to inclusion, having as its
meet set-intersection S ∩ T , and as its join the biorthogonal closure of set-union
S t T := S ∪ T , called the quantum join of S and T . For every state s ∈ Σ,
the singleton
F {s} ∈ L isTtestable. For any arbitrary property S ⊆ Σ, we have
S = {{s} : s ∈ S} = {T ∈ L : S ⊆ T }, so the biorthogonal closure of S is
the strongest testable property implied by (the property) S.
Theorem 1. In every quantum frame Σ = Σ(H) the following properties for
quantum tests are provable:
S? S?
1. Partial functionality: If s → t and s → v then t = v.
∅? Σ?
2. Trivial tests: →= ∅ and →= ∆Σ , where ∆Σ = {(s, s) : s ∈ Σ} is the
identity relation on Σ × Σ.

4
S?
3. Adequacy: if s ∈ S then s → s
S?
4. Repeatability: If S ∈ L is testable and s → t, then t ∈ S
5. Compatibility: If S, T ∈ L are testable and S?; T ? = T ?; S? then S?; T ? =
(S ∩ T )?.
S? T? S? W?
6. Self-Adjointness: If s → w → t then t → v → s, for some v ∈ Σ and
S? S?
W ∈ L. In other words: if s → w→t then t → v→s, for some v ∈ Σ.
7. Universal Accessibility: For all s, t ∈ Σ, there exists a state w ∈ Σ such
that s → w → t.

Proofs: Partial functionality follows from the fact that projectors correspond to
partially defined maps in H. Trivial tests follows from the fact that projecting
on the empty space yields the empty space and that projecting on the total space
doesn’t change anything. Adequacy follows from the fact that for every x ∈ W
we have that PW (x) = x. Repeatability follows from the fact that PW (x) ∈ W
for every x ∈ H. Compatibility follows from the fact that if two projectors
commute, i.e. PW ◦ PV = PV ◦ PW , then PW ◦ PV = PW ∩V . Self-Adjointness
follows from the more general Adjointness theorem stated below, together with
the fact S?† = S?. Universal Accessibility can be proved by cases: If s 6⊥ t, i.e.
let s → t, then w = s ⇒ s → s → t. If s ⊥ t, i.e. let s 6→ t then let s = x, t = y
with x, y ∈ H. Take the superposition x + y ∈ H of x and y and note that
x + y 6= 0 (since from x + y = 0 ⇒ x = −y ⇒ s = t which contradicts s 6⊥ t).
Next observe that x 6⊥ (x + y) (Indeed, suppose x ⊥ (x + y) then hx | x + yi = 0
and then hx | xi + hx | yi = 0; but x ⊥ y implies hx | xi = 0. So from hx | xi = 0
follows that x = 0, which yields a contradiction). Similarly, we get y 6⊥ (x + y).
Taking now w = x + y, we can see that w ∈ Σ, s → w and w → t.
Theorem 2. In every quantum frame Σ(H) the following properties for unitary
transformation (stated for all U, U † inU) are provable:
U
1. Functionality: For every state s ∈ Σ we have ∃!t : s → t
U U† U†
2. Inverse-adjoint (bijectivity): s → t → w implies s = w. Similarly, s →
U
t → w implies s = w

Proofs: Functionality follows from the fact that unitary transformations are
well-defined on all states, i.e. the kernel of the linear map encoding the trans-
formation is ∅. Inverse-adjoint follows from the fact that unitary operators on
a Hilbert space have the property that U † = U -1 .
Theorem 3. (Adjointness) Let F be a linear transformation and let s, w, t ∈ Σ
F F†
be states: If s → w→t then there exists some state v ∈ Σ such that t → v→s.

5
Proof: To prove this theorem we use the definition of adjointness in a Hilbert
space: hF x | yi = hx | F † yi. From this, we get the equivalence: hF x | yi = 0
iff hx, F † yi = 0; or, otherwise stated, F x ⊥ y iff x ⊥ F † y. Taking the negation
of both sides and using the fact that the measurement relation s→t is the same
F
as non-orthogonality s 6⊥ t, we obtain the equivalence: ∃w(x → w → y) iff
F†
∃v(y → v → x). This proves the adjointness property. As a consequence:
Corrolary 1. For every property P ⊆ Σ and every linear map F we have:
P ⊆ [F ]hF † i♦P

2.2 Compound System Quantum Frames


In this subsection we like to extend the quantum frame presented above for single
systems into a quantum frame for compound systems. Let H be a Hilbert space
of dimension 2 with basis {| 0i, | 1i}. We fix a natural number n ≥ 2 (although
later we will restrict to the case n ≥ 4), and we put N = {1, 2, . . . , n}. A
compound-system quantum frame will be the quantum frame Σ(Hn ) build on a
Hilbert space Hn = H ⊗n = H ⊗ H ⊗ ... ⊗ H (n times) .
Notation. In fact, we consider all the n copies of H as distinct (although
isomorphic) and denote by H (i) the i-th component
N tensor H ⊗n . Also, for
Nof the(i)
I
any set of indices I ⊆ N , we put HI = H = i∈I H . (So, in particular,
HN = Hn = H.) We denote by i : H → H (i) the canonical isomorphism
between H and H(i) . This notation can be extended to sets I ⊆ N of indices
of length |I| = k, by putting I : H ⊗k → HI to be the canonical isomorphism N
between these
N two spaces. For any vector | xi ∈ H, we denote by | xi I =
I
N
i∈I | xi the corresponding vector in HI (obtained by tensoring |I| copies
of | xi ). Given a set I ⊆ N , we say that a state s ∈ Σ(H) has its I-qubits in
state s0 ∈ Σ(HI ), and write sI = s0 , if there exist vectors ψ ∈ s, ψ 0 ∈ HI and
ψ 00 ∈ HN \I such that ψ = µI (ψ 0 ⊗ ψ 00 ). Note that the state sI , if it exists, then
it is unique (having the above property). In particular, when I = {i}, we say
that state s has as its i-th coordinate the state si ∈ H{i} = H (i) .
We will further denote the vector | 0i+ | 1i by | +i, and similarly denote
| 0i− | 1i by | −i. For the states generated by the vectors in a two dimensional
Hilbert space we introduce the following abbreviations: + := | +i, − := | −i ,
0 := | 0i , 1 := | 1i. In order to refer to the state corresponding to a pair of
qubits, we similarly delete the Dirac notation, e.g. 00 := | 00i = | 0i⊗ | 0i.
The Bell states will be abbreviated as follows: β00 := | 00i+ | 11i , β01 :=
| 01i+ | 10i, β10 := | 00i− | 11i , β11 = | 01i− | 10i and

6
γ := | 00i+ | 01i+ | 11i+ | 10i.
The following two results are well-known:
Proposition 3. Let H (i) and H (j) be two Hilbert spaces. There exists a bijec-
tive correspondence ψ between the linear maps F : H (i) → H (j) and the states
(i) (j)
of H (i) ⊗ H (j) . Given the bases {α }α and {β }β of these spaces, the corre-
(i) (j)
spondence ψ is given by the mapping F = Σαβ mαβ hα | −i.β into the state
(i) (j)
ψ(F ) = Σαβ mαβ .α ⊗ β .
Proposition 4. Let H = H ⊗n and let W = {x ⊗ | 0i⊗(n-1) : x ∈ H} be
given. Any linear map F : H → H induces a linear map F(1) : H → H in a
canonical manner: it is defined as the unique map on H satisfying F(1) (x) =
PW ◦ F (x ⊗ | 0i⊗(n-1) ). Conversely, any linear map G : H → H can be repre-
sented as G = F(1) for some linear map F : H → H.
Notation. The above results allow us to specify a compound state in H (i) ⊗H (j)
via some linear map F on H. Indeed, if F : H → H is any such linear map, let
F(1) : H → H be the map in the above proposition; this induces a corresponding
:=  ◦ F ◦ -1 , where  is the
(ij) (ij)
map F (1) : H (i) → H (j) , by putting F (1) j (1) i i
canonical isomorphism introduced above (between H and the i-th component
H (i) of H ⊗n ). Then we denote by F (ij) the state
(ij)
F (ij) := ψ(F(1) )

given by the above mentioned bijective correspondence ψ between H (i) → H (j)


and H (i) ⊗ H (j) . The following result is also known from the literature:
Proposition 5. Let F : H → H be a linear map. Then the state F (ij) is
“entangled according to F ”; i.e. if F(1) (| xi) =| yi and if the state of a 2-qubit
system is F (ij) ∈ H (i) ⊗ H (j) , then any measurement of qubit i resulting in a
state xi collapses the qubit j to state yj .
Notation. The notation F (ij) can be further extended to define a property
(set of states) F ij ⊆ Σ = Σ(H), by defining it as the set of all states having the
{i, j}-qubits in the state F (ij) :

F ij = {s ∈ Σ : s{i,j} = F (ij) }
= {µ{i,j} (ψ ⊗ ψ 0 ) : ψ ∈ F (ij) , ψ 0 ∈ HN \{i,j} } ⊆ Σ

where µ{i,j} is as above the canonical isomorphism between H{i,j} ⊗ HN \{i,j} .


In other words, F ij is simply the property of an n-qubit compound state of
having its i-th and j-th qubits (separated from the others, and) in a state that
is “entangled according to F(1) ”.
Local properties. Given a set I ⊆ N , a property S ⊆ Σ is local in I if it
corresponds to a property of the subsystem formed by the qubits in I; in other
words, if there exists some property S 0 ⊆ Σ(HI ) such that:

S 0 = {s ∈ Σ : sI ∈ S 0 }

7
or, more explicitly: S 0 = {µI (ψ ⊗ ψ 0 ) : ψ ∈ S 0 , ψ 0 ∈ HN \I }. An example is the
property F ij , which is {i, j}-local. The family of local properties is closed under
union, intersection but not under complementation.
Local transformations. Given I ⊆ N , a linear map F : H → H is I-local if it
“affects only the qubits in I”; in other words, if there exists a map G : HI → HI
such that:
F ◦ µI (ψ ⊗ ψ 0 ) = µI (G(ψ) ⊗ ψ 0 )
A map F : Σ → Σ is I-local if it is the map induced on Σ by an I-local linear
map on H. Examples are: all the tests SI ? of I-local properties; logic gates that
affect only the qubits in I, i.e. (maps on Σ induced by) unitary transformations
UI : H → H such that for all ψ, ψ 0 ∈ HI , we have UI ◦µI (ψ⊗ψ 0 ) = µI (U (ψ)⊗ψ 0 ),
for some U : HI → HI . The family of local maps is closed under composition.
Lemma 2. The main lemma in [5] states (in our notation) that, given a
quadruple of distinct indices i, j, k, l, let F, G, H, U, V : H → H be single-qubit
linear maps, then we have:

Gjk ? ◦ Vk ◦ Uj (F ij ∩ H kl ) ⊆ (H ◦ U † ◦ G ◦ V ◦ F )il

Using the formalism of entanglement specification networks introduced in [5],


this can be encoded in the following diagrammatic representation:

[5] and [1] use this as the main tool in explaining teleportation, quantum gate
teleportation and many other quantum protocols. We will use this work in our
logical treatment of such protocols, by taking this lemma as one of our main
axioms.
Observe that in the above Lemma, the order in which the operations Uj
and Vk are applied is in fact irrelevant. This is a consequence of the following
important property of local transformations:
Proposition 6. (Compatibility of local transformations affecting different sets
of qubits)
If I ∩ J = ∅, FI is an I-local map and GJ is a J-local map, then we have:

FI ◦ GJ = GJ ◦ FI

Another important property of local maps (on states) is:

8
Proposition 7. ( “Agreement Property”) Let FI , GI : Σ → Σ be two I-local
maps on states, having the same domain2 : dom(F ) = dom(G). Then their
output-states agree on all non-I qubits, i.e.:
F (s)J = G(s)J
for all s ∈ Σ and all J such that I ∩ J = ∅. (We take this equality to imply in
particular that the right-hand is defined iff the left-hand is also defined.)
Dynamic Characterizations of Main Unitary Transformations.
It is well-known that a linear operator on a vector space in a given Hilbert space
is uniquely determined by the values it takes on the vectors of an (orthonormal)
basis. An important observation is that this fact is no longer “literally true”
when we move to “states” as one-dimensional subspaces instead of vectors. The
reason is that “phase”-aspects (or, in particular, the signs “+” and “−”) are
not “state” properties in our setting. In other words, two vectors that differ
only in phase, i.e x = λy where λ is a complex number with | λ |= 1, belong to
the same subspaces, so they correspond to the same state x = y.
Example 1. (Counterexample) Consider a 2 dimensional Hilbert space in
which we denote the basis vectors by | 0i and | 1i, a transformation I is given
by I(α| 0i + β| 1i) = α | 0i + β | 1i; and a transformation J is given by
J(α| 0i + β| 1i) = α | 0i − β | 1i. Although I and J induce different operators
on states, these operators map the basis states to the same images:
I(0) = I(| 0i) = 0 = J(| 0i) = J(0), I(1) = I(| 1i) = 1 = − | 1i = J(| 1i) =
J(1). But of course we do distinguish the subspaces generated by different
superpositions: I(+) = | 0i+ | 1i = + 6= − = | 0i− | 1i = J(+).
Proposition 8. A linear operator on the state space Σ(H1 ) of a 2 dimensional
Hilbert space is uniquely determined by its images on the states: | 0i, | 1i, | +i.
Corollary 2. A linear operator on the state space Σ(Hn ) of the space Hn is
uniquely determined by its images on the states:
{| xi1 ⊗ ...⊗ | xin :| xii ∈ {| 1ii , | 0ii , | +ii }}

In the definition of a quantum frame given above, we introduced the set U


as the set of unitary transformations for single systems. For compound sys-
tems the set U will be extended with the kind of operators that are active on
compound systems. Following the quantum computation literature, we take
U = {X, Z, H, CN OT, ...} where X, Z and H are defined by the following table:

0 1 +
X 1 0 +
Z 0 1 -
H + - 0
2 The domain of a map is defined by dom(F ) = {s ∈ Σ : F (s) is defined }. If F 0 is the

corresponding linear map on H, this means that dom(F ) = {ψ : F 0 (ψ) 6= 0}.

9
The transformation CN OT is given by the table:

00 01 0+ 11 10 1+ +0 +1 ++
CN OT 00 01 0+ 10 11 1+ β00 β01 γ

3 Syntax of LQP
The Basic Language of LQP
To build up the language of LQP , we are given a natural number n, and we put
N = {1, 2, . . . , n}. We start from a set Q of propositional variables, together
with an arity map,i.e. every p ∈ Q has an arity k ≤ n; a set C = {+, 1, ...} of
propositional constants; and a set U = {CN OT2 , X1 , H1 , Z1 , ...} of constants,
denoting basic programs, to be interpreted as unitary transformations; each such
program comes also with an arity k ≤ n. The syntax of LQP is an extension of
the classical syntax for P DL, with a set of propositional formulas and a set of
programs, defined by mutual induction:
ϕ ::= pI | ci | π i,j | ¬ϕ | ϕ∧ϕ | [π]ϕ
π ::= > | ϕ? | UI | π† | π∪π | π; π | π∗

Here, we take I to denote sequences of distinct indices in N = {1, 2, . . . , n}.


In the above syntax, pI and UI are well-formed terms iff the arity k of p, or
of U , matches the length of the sequence, i.e. k = |I|. In the semantics we
will interpret p to be a physical property of the system of |I| qubits, and the
sentence pI as saying that the qubits with indices in I have the property p
consisting of k = |I| relevant basic states which are specifically the ones labeled
corresponding to the numbers in the subset I. Similarly, in the semantics it will
become clear that every member of U encodes a specific quantum logical gate
and the subscript I in UI will then indicate on which qubits the gate is active.
When the arity of a variable p is n, then we skip the subscript, and simply write
p instead of pn .
For a given propositional constant c ∈ C, we interpret the sentence ci as
saying that “the i-th-qubit is in the state |c >”. Note that 1 as a logical
(characterizing the qubit |1 >) is different from the propositional formula >
(verum) which we formally introduce later in this section, to denote the “top”
element of the lattice of properties. This, in its turn, is also different from the
program >, introduced in the syntax above, which will simply denote the trivial
program, relating any two states.
Extending the Basic Language of LQP .
We extend our language by defining the operations for a classical disjunction
and a classical implication in the usual way, i.e. ϕ ∨ ψ := ¬(¬ϕ ∧ ¬ψ), ϕ →
ψ := ¬ϕ ∨ ψ. We introduce constants verum > := 11 ∨ ¬11 , and falsum ⊥ :=
11 ∧ ¬11 . We define the classical dual of [π]ϕ in the usual way as hπiϕ :=
¬[π]¬ϕ ; the measurement modalities  and ♦ that are known in the quantum
logic literature can be defined in LQP by putting ♦ϕ := hϕ?i> and ϕ :=
¬♦¬ϕ. The orthocomplement is defined as ∼ ϕ := ¬ϕ, or equivalently as

10
∼ ϕ := [ϕ?]⊥. By means of the orthocomplement we define new propositional
constants 0i :=∼ 1i and −i :=∼ +i , and a binary operation for quantum join
ϕ t ψ :=∼ (∼ ϕ∧ ∼ ψ). This expresses superpositions: ϕ t ψ is true at any
state which is a superposition of states satisfying ϕ or ψ. We can also define
the quantum dual of a modality [π]ψ as < π ∼ > ψ :=∼ [π] ∼ ψ. Finally we
put < π >-1 ψ :=< (π † )∼ > ψ. As we’ll see, this captures the strongest post-
condition ensured by applying program π on a state satisfying (a precondition)
ψ.
Testable formulas. We call a program π deterministic if π is constructed
without the use of non-deterministic choice ∪ or iteration ∗. Next we define the
set of testable formulas ϕt of LQP to be a subset of the above given language,
constructed by induction in the following way:

ϕt ::= ⊥ | ci | π i,j | ϕt ∧ ϕt | [π]ϕt

where π is any deterministic program. Observe that the construction of π might


involve non-testable formulas. In particular, for an arbitrary (not necessarily
testable) formula ϕ, remark that [ϕ?]ψt is a testable formula.
Proposition 9. For any formula ϕ in LQP , ∼ ϕ and ϕ are testable formulas.
Local formulas and local programs. We would like to isolate local formulas
and programs, i.e. the ones that “affect only the qubits in a given set I ⊆ N ”.
These formulas will express local properties (in the sense defined above). When
we want to stress that a formula or program is local, we denote them with ϕI
or πI . The definition is:

ϕI ::= pJ | ci | π i,j | ϕI ∨ ϕI | ϕI ∧ ¬ϕI | ϕI ∧ [πI ]ϕI


πI ::= ϕI ? | UJ | πI ; πJ | πI ∪ πI | πI∗

with i, j ∈ I, J ⊆ I. Observe that local formulas are not closed under negation:
this is because the complement of a local property is not necessarily a local
property. But instead they are closed under set-theoretic difference, disjunction,
and also conjunction: this is because ϕ ∧ ψ is equivalent to ϕ ∧ ¬(ϕ ∧ ¬ψ).
Relabeling local formulas and programs. When we label a local formula
ϕI or a local program πI with a sequence of indices I, we can of course take
any other sequence J of indices, with |J| = |I|, and substitute all the I indices
in our formula (program) with the corresponding J indices; we denote by ϕJ ,
and respectively πJ , the corresponding formula, or program.
Notation. The unary map induced by a program: We want to capture in our
syntax the construction F(1) , by which a linear map F on H ⊗n was used to
describe a unary map F(1) on H. For this, we put: 0i ! := 0i ? ∪ (1i ?; Xi ), and
0I ! := 0i1 !; 0i2 !; ...; 0ik !, where I = (i1 , i2 , ..., ik ). This maps any qubit in I to 0.
Similarly, we put; 0I ? := (0i1 ∧ 0i2 ∧ ... ∧ 0ik )?. Finally we define:
π(i) : +0N \{i} !; π; 0N \{i} ?

11
This is the map we need (which encodes a single qubit transformation). In fact,
we shall only use π(1) in the rest of this paper.

4 Semantics of LQP
An LQP -model is a quantum frame equipped with a valuation function, mapping
each propositional variable p with arity k into a set || p ||⊆ Σ(H ⊗k ) of k-
qubit states. Give na sequence I of length i of indices, let  be the canonical
isomorphism between H ⊗k and H ⊗I .
We will use the valuation map to give an interpretation || ϕ || ⊆ Σ to all our
formulas, in terms of properties of our n qubit system, i.e. sets of states in
Σ = Σ(H). In the same time, we give an interpretation || π || ⊆ Σ × Σ to all our
programs, in terms of binary relations between states. The two interpretations
are defined by mutual recursion.
Interpretation of Programs: The basic programs UI , with |I| = k, come
from a list of corresponding k-bit unitary transformations U : H ⊗k → H ⊗k . We
take || UI || to be the (map on states induced by the) unique linear map on H
such that:

|| UI || ◦µI (ψ ⊗ ψ 0 ) := µI (I ◦ U ◦ -1 0


i (ψ) ⊗ ψ )

for every ψ ∈ HI , ψ 0 ∈ HN \I . Here, recall that I is the canonical isomorphism


between H ⊗k and HI , and µI i the canonical isomorphism between HI ⊗ HN \I
and H.
As for the others:

|| > || := Σ×Σ , || ϕ? || := || ϕ ||?


|| π1 ∪ π2 || := || π1 || ∪ || π2 || , || π ∗ || := || π ||∗
|| π1 ; π2 || := || π1 || ◦ || π2 || , || UI† || := || UI ||-1
|| (π † )† || := || π || , || (π1 ; π2 )† || := || π2† ; π1† ||
|| (π ∪ π2 )† || := || (π1 )† ∪ (π2 )† || , || (π ∗ )† || := || (π † )∗ ||

where R∗ is the reflexive-transitive closure of relation R. Note that deterministic


programs have as interpretations ||π|| (maps on states which are induced by)
π
linear maps on H. The interpretation ||π|| allows us to extend the notation →
to all programs, by putting:
π
s → t iff (s, t) ∈ ||π||.
Interpretation of Formulas. We give the interpretation here first for all
except propositional variables pi and entangled state formulas π ij :

|| ϕ ∧ ψ || = || ϕ || ∩ || ψ || , || ¬ϕ || = Σ\ || ϕ ||
|| 1i || = 1i , || + || = +i
π
and finally || [π]ϕ || ={s ∈ Σ|∀t : s → t ⇒ t ∈|| ϕ ||}.

12
The last clause obviously defines the weakest precondition [π]ϕ ensuring that
(postcondition) ϕ will be satisfied after executing program π. As for the propo-
sitional variables, we put:

|| pI || = {s ∈ H : sI ∈ I (|| p ||)}

= {µI (I (ψ) ⊗ ψ 0 ) : ψ ∈|| p ||, ψ 0 ∈ HN \I }


where I and µI are the above-mentioned canonical isomorphisms, and sI is (as
defined above) the state of the qubits in I. So the meaning of pI is that the
system of qubits with indices in I is separated from (i.e. non-entangled with)
the rest of the system, and that moreover this system has the property expressed
by p.
The interpretation of π ij , for deterministic programs π, is given by the
construction F ij above. Since the interpretation ||π|| of a deterministic program
is a linear map on H, we know, by the results mentioned above, that the map
F(1) can be used to specify a set of compound states F ij ⊆ H. This is our
intended interpretation for π ij :

|| π ij ||:= || π ||ij

For the program >, we put: ||>|| := {s ∈ Σ : si,j is defined} = {µ{i,j} (ψ ⊗ ψ 0 ) :


ψ ∈ H{ij} , ψ ∈ HN \{i,j} }, i.e. the property of having the i, j-qubits in a sep-
arated state from the others. This can be extended to other programs in the
natural way, by putting e.g.
0 ||:=|| π ∪ π 0 || etc.
|| π ∪ πij ij ij
Proposition 10. The interpretation of any testable formula is a testable prop-
erty. The interpretation of an I-local formula (or deterministic program) is an
I-local formula (or I-local linear map on states).
Lemma 3. ||∼ ϕ ||=|| ϕ ||⊥ , || [ϕ?]ψ ||= [|| ϕ ||?] || ψ ||, || ϕ ||=  || ϕ ||,
|| ϕ || =||∼∼ ϕ ||
Proposition 11. The following are equivalent, for every formula ϕ:
1. || ϕ || is testable
2. ϕ is semantically equivalent to ♦ϕ
3. ϕ is semantically equivalent to some formula ψ
4. ϕ is equivalent to some formula ∼ ψ

5 Axioms for LQP


First, we admit all the axioms and rules of classical P DL, except for the ones
concerning tests ϕ? In particular, we have the basic axiom and rule for sentence
involving modalities [π], stated for elementary sentences and basic programs:
Kripke Axiom. ` [π](p → q) → ([π]p → [π]q)
Necessitation Rule. if ` p then ` [π]p
Considering p, we introduce the following axioms:
Test Generalization Rule. ifp → [q?]r for all q, then ` p → r

13
Testability Axiom. ` p → [q?]p
Testability can be stated in its dual form by means of hq?ip → ♦p or equiva-
lently as hq?ip → hp?i>. This dual formulation of Testability allows us to give
a straightforward interpretation: if the property associated to p can be actu-
alized by a measurement (yielding an output state satisfying p), then we can
directly test the property p (by doing a measurement for p). The Test Gener-
alization Rule encodes the fact that  is a universal quantifier over all possible
measurements.
Other LQP -axioms are:
Partial Functionality. ` ¬[p?]q → [p?]¬q
Adequacy. ` p ∧ q → hp?iq
Repeatability. ` [ψt ?]q → [p?]¬q for all testable formulas ψt
Universal Accessibility. ` hπip → [π 0 ]p
Unitary Functionality. ` ¬[U ]q ↔ [U ]¬q
Unitary Bijectivity 1. ` p ↔ [U ; U † ]p
Unitary Bijectivity 2. ` p ↔ [U † ; U ]p
Adjointness. ` p → [π]hπ † i♦p
Substitution Rule. From ` Θ infer ` Θ[pI \ϕI ]
Compatibility Rule. For all testable formulas ψ, ϕ and every variable p 6∈
ϕ, ψ:

From `< ϕ?; ψ? > p →< ψ?; ϕ? > p infer `< ϕ?; ϕ? > p →< (ϕ ∧ ψ)? > p

Proposition 12. (Quantum Logic, Weak Modularity or Quantum Modus Po-


nens) All the axioms and rules of traditional Quantum Logic are satisfied by
our testable formulas. In particular, from our axioms one can prove “Quan-
tum Modus Ponens”3 ϕ ∧ [ϕ?]ψ ` ψ. In its turn, this rule is equivalent to
the condition known in quantum logic as Weak Modularity, stated as follows:
ϕ ∧ (∼ ϕ t (ϕ ∧ ψ)) ` ψ.
Theorem 4. (Soundness, Expressivity, Completeness of the above axioms with
respect to P DL frames) In the presence of (axioms of classical logic, plus)
Kripke’s Axioms, Necessitation, Test Generalization, Testability and Substitu-
tion Rule, all the other axioms above are sound and expressive with respect
to the corresponding semantic conditions mentioned in Section 2 above. More
precisely: any of these axioms is valid on a P DL frame iff the corresponding
semantic condition is satisfied by the frame. Moreover, the system given by the
above axioms is complete for the class of P DL frames satisfying all the corre-
sponding semantic conditions.
Proposition 13. The formula < π >-1 ϕ expresses the strongest testable post-
condition ensured by executing program π on any state satisfying (precondition)
ϕ. In other words: for every testable ψ the following are equivalent:
1. `< π >-1 ϕ → ψ
3 This explains why the weakest precondition [ϕ?]ψ has been taken as the basic implicational
S
connective in traditional Quantum Logic, under the name of “Sasaki hook”, denoted by ϕ → ψ.

14
2. ` ϕ → [π]ψ
Moreover, in the context of the other axioms, this equivalence is itself equivalent
to the Adjointness Axiom.
Basic Axioms for constants (0, 1, +, −)
The first axiom says that ci ’s are “states” in the i-th part of the system, i.e. they
are atomic properties, which determine completely whether any other property
is jointly satisfied. We state in a weak, as well as in stronger version:
Atomicity (weak version). For all c ∈ {0, 1, +, −}: ` ci ∧ pi → (ci → pi )
Atomicity
V (strong version).
V For all c ∈ {0, 1, +, −}:
` i∈I ci ∧ pI → ( i∈I ci → pI )
The following axioms state that +i and -i are proper superpositions of 0i and
1i :
Proper Superposition Axioms: ` +i → ♦0i ∧ 1i and ` -i → ♦0i ∧ ♦1i .
Next two axioms assert that 1 and + are testable properties:
Constants are testable. ` ♦1i → 1i and ` ♦+i → +i .
Determinacy Axiom of Deterministic Programs. For deterministic pro-
grams π, π 0 :
` ( c(1) ,...,c(n) ∈{0,1,+}n (< π >-1 (c1 ∧ ... ∧ cn ) ↔< π >-1 (c1 ∧ ... ∧
V (1) (n) (1)

(n)
cn ))) → (< π > p ↔< π 0 > p)
This expresses the above-mentioned property of linear operators on H of being
uniquely determined by their values on all the states |x >1 ⊗...|x >n , with
|x >i ∈ {|0 >i , |1 >i , |+ >i }.
Agreement Axiom. If two I-local programs π, π 0 have the same domain, then
their output states agree on all non-I qubits: i.e. if I ∩ J = ∅ then
(< πI > > ↔< π 0 > >) → (< πI > pJ ↔< πI0 > pJ )
Compatibility of programs affecting different sets of qubits. If I ∩J = ∅
then
` [πI ; πJ ]p ↔ [πJ ; πI ]p
Entanglement Rule. From ` p1 → [π(1) ]q1 infer ` πij → [pi ?]qj
Entanglement Composition Axiom. For distinct indices i, j, k, l, programs
π, π 0 , π 00 and local {1}-programs σ1 , ρ1 we have:
` π ij ∧ π 0 kl → [σj ; ρk ; π 00 jk ?](π; σ1 ; π 00 ; ρ†1 ; π 0 )il
Trivial Entanglement ` pi,j → >ij This says that separation of the i, j-qubits
implies their trivial entanglement.
Theorem 5. (Teleportation Property). If ϕ1 is a 1-local testable property and
if ` ϕ1 → [π(1) ; σ(1) ]q1 , then ` ϕ1 ∧ σ 23 → [π 12 ?]q3 .
Proof: We apply the Entanglement Composition Axiom, taking i = 4, j = 1, k =
2, l = 3, and substituting the programs > for π, σ for π 0 , π for π 00 , ϕ1 ? for σ1 , and
id1 = X1 ; X1 for ρ1 . We obtain: ` >41 ∧σ 23 → [ϕ1 ?; id2 ; π 12 ?](>; p1 ?; π; id†1 ; σ)43 .
On the other hand, we have ` ϕ1 ∧ σ 23 → [04 !](p1 ∧ >41 ∧ σ 23 ) (since 04 ! is 4-
local and has the same domain as id4 , so by Agreement Axiom it agrees with

15
id4 on non-4 qubits, thus preserving ϕ1 and σ 23 ; but also ` [04 !]04 and using
the Trivial Entanglement Axiom, we get the conclusion). From these two to-
gether, we obtain: ` ϕ1 ∧ σ 23 → [04 !][π 12 ?](>; ϕ1 ?; π; id†1 ; σ)43 . But on the other
hand, we have ` (>; ϕ1 ?; π; id†1 ; σ)43 → [04 ?]q3 . (This is because we assumed
` ϕ1 → [π(1) ; σ(1) ]q1 , from which it follows that ` 01 → [>; ϕ1 ?; π(1) ; id†1 ; σ(1) ]q1 ,
using the fact that id† = id and ` [ϕ1 ?]ϕ1 , by Repeatability axiom and the testa-
bility of ϕ1 . Apply now Entanglement Rule, obtaining the above conclusion.)
From these two we get that: ` ϕ1 ∧ σ 23 → [04 !; π 12 ?; 04 ?]q3 . The desired con-
clusion follows from the Agreement Axiom and the fact that 04 !; π 12 ?; 04 ? and
π 12 ? are {1, 2, 4}-local programs with the same domain.
Characteristic Formulas. In order to formulate our next axioms (dealing
with special logic gates), we give some characteristic formulas for binary states,
considering two qubits indexed by i and j:
States Characteristic Formulas

| 00iij = | 0ii ⊗ | 0ij h0i ?i0j ∧ [1i ?] ⊥


Bell states:
i,j
βxy = | 0ii ⊗ | yij + (-1)x | 1ii ⊗ | ỹij h0i ?iyj ∧ h1i ?iỹj ∧ h+i ?i(−)xj
with 0̃ = 1 and 1̃ = 0 , x, y ∈ {0, 1} where (−)x = − if x = 1
and (−)x = + if x = 0
i,j i,j
γ i,j = β00 + β01 =
| 00iij + | 01iij + | 10iij + | 11iij h0i ?i +j ∧h1i ?i +j ∧h+i ?i+j

Characteristic Axioms for Quantum Gates X and Z. In general, for all


unitary transformations U 2 U, we have as a consequence of the previous axioms
that: ` pK → [UI ]pK , for I ∩ K = ∅.
In addition to this, we require for X, Z, H:

` 0i → [Xi ]1i ; ` 1i → [Xi ]0i ; ` +i → [Xi ]+i


` 0i → [Zi ]0i ; ` 1i → [Zi ]1i ; ` +i → [Zi ]−i
` 0i → [Hi ]+i ; ` 1i → [Hi ]−i ; ` +i → [Hi ]0i

Notation. For x, y ∈ {0, 1} and distinct indices i, j ∈ N , we make the following


ij
abbreviations for “Bell formulas”: βxy := (Z1x ; X1y )ij .
i,j
Propostion 14. The Bell states βxy are characterized by the logic Bell formulas
ij
βxy . In other words, a state satisfies one of these formulas iff it coincides with
the corresponding Bell state.
ij
Proof: It is enough to check that the formulas βxy imply the corresponding
characteristic formulas in the above table. For this, we use the Entanglement
Axiom and the following (easily checked) theorems: ` 01 ↔< Z1x ; X1y > y1 ,
` 11 ↔< Z1x ; X1y > ỹ1 ,
` +1 →< Z1x ; X1y > (−)x1 .

16
Characteristic Axioms for CN OT . With the above notations, we put:

` 0i ∧ cj → [CN OTij ]cj ; ` 1i ∧ 0j → [CN OTij ]1j


` 1i ∧ 1j → [CN OTij ]0j ; ` 1i ∧ +j → [CN OTij ]+j
ij ij
` +i ∧ 0j → [CN OTij ]β00 ; ` +i ∧ 1j → [CN OTij ]β01
` +i ∧ +j → [CN OTij ]γ ij where γ ij = h0i ?i +j ∧h1i ?i +j ∧h+i ?i+j

ij
Proposition 15. For all x, y ∈ {0, 1}: ` (Hi ; CN OTi,j (xi ∧ yj ) = βxy
Corollary. If i, j, k are all distinct then
i,j
` (CN OTij ; Hj ; (xi ∧ yj )?)(p) =k βxy ?(p).
Proof: From the above and H † = H, CN OT † = CN OT , we get
ij
` βxy → [CN OTi,j ; Hi ](xi ∧ yi )

and so
ij
` hCN OTij ; Hi ; (xi ∧ yj )?i> ↔ hβxy ?i>
The conclusion follows from this, together with the Agreement Axiom.

6 Correctness of the Teleportation Protocol


Following [8], quantum teleportation is the name of a technique that makes
it possible to teleport the state of a quantum system without using a channel
that allows for quantum communication, but with a channel that allows for
classical communication. We are working in H ⊗ H ⊗ H, with H being the
two-dimensional (qubit) space, and so n = 3. We assume two agents, Alice and
Bob who are separated in space and each has one qubit of an entangled EPR
2,3
pair that is represented by β00 ∈ H (2) ⊗ H (3) . Alice holds in addition to her
part of the EPR pair also a qubit q1 ∈ H (1) , in an unknown local state q1 . Alice
“teleports” this state to Bob, i.e. she performs a program that will output a
state satisfying ϕ3 . To do this, she first entangles q1 with her part q2 of the
EPR pair (i.e. she performs a CN OT1,2 gate on the two qubits and then a
Hadamard transformation H1 on the first component). Bob’s qubit has suffered
during the actions of Alice and when Alice will measure her qubits she will
destroy the entanglement of the EPR pair that she shares with Bob. The initial
state of Bob’s qubit is known and we can calculate which changes it has gone
through when we know the result that Alice obtains from the two measurements.
Moreover, the result that Alice obtains from the two measurements indicate the
actions that Bob has to perform in order to transfer his qubit q3 into the state
q1 was before the protocol. It is enough for Alice to send Bob two classical bits
encoding the result x1 of the first measurement and the result y2 of the second
measurement. This means that Bob will have to apply y times the X-gate
followed by x times the Z gate, if he wants to force his qubit q3 into the state
ϕ3 .

17
In our syntax, the quantum program described here is:
[
π= CN OT12 ; H1 ; (x1 ∧ y2 )?; X3y ; Z3x
x,y∈{0,1}

and the validity expressing the correctness of teleportation is


2,3
` π(ϕ1 ∧ β00 ) → [π]ϕ3

for all testable 1-local formulas ϕ1 . To show this, observe that by applying the
above Corollary (at the end of the last section) in which we take i = 1, j = 2, k =
3 and substitute p3 with [X3y ; X3x ]ϕ3 , we we obtain that the validity above (to
be proved) is equivalent to: ` ϕ1 ∧ β00 23 1,2
→ [βxy ?][X3y ; Z3x ]ϕ3 .
Replacing the logical Bell formulas with their definitions βxy ij
:= (Z1x ; X1y )ij , we
obtain the following equivalent validity: ` q1 ∧id23 → [((Z1x ; X1y )12 ?][X3y ; Z3x ]ϕ3 ,
where id = Z10 ; X10 is the identity. This last validity follows from applying the
Teleportation Property and the validity ` ϕ1 → [Z1x ; X1y ; X1y ; Z1x ]ϕ1 (due to
X -1 = X, Z -1 = Z).
Note. This proof of correctness can be easily adapted to cover Logic-Gate
Teleportation. Moreover, the whole range of quantum programs covered by the
“entanglement networks” in [5] can be similarly treated using our logic.

References
[1] S. Abramsky and B. Coecke, “A Categorical Semantics of Quantum Protocols.”,
to be published in the proceedings of the 19th IEEE conference on Logic in
Computer Science (LiCS’04). Available at arXiv:quant-ph/0402130.
[2] A. Baltag, “Dynamic and Epistemic Logics for Quantum Measurements”, Pre-
sented at PML04, Brussels 2004.
[3] A. Baltag and S. Smets, “The Logic of Quantum Actions”, preprint. Abstract at
http://emmy.nmsu.edu/IQSA/ has been accepted for presentation at Quantum
Structures 04 (IQSA), Denver 2004.
[4] O. Brunet and P. Jorrand, “Dynamic Quantum Logic for Quantum Programs”,
Grenoble 2003. Available at arXiv:quantph/0311143.
[5] B. Coecke, “The Logic of Entanglement”, March 2004, arXiv: quant-ph/0402014.
[6] M.L. Dalla Chiara and R. Giuntini, “Quantum Logics”, in D.M. Gabbay and F.
Guenthner, (eds.) Handbook of Philosophical Logic, Second Edition, vol. 6, Kluwer
Ac. Pub., Dordrecht, 129-228, 2002.
[7] R.I. Goldblatt, “Semantic Analysis of Orthologic”, Journal of Philosophical Logic,
3, 19-35, 1974.
[8] M. Nielsen and I. L. Chuang, Quantum Computation and Quantum Information,
Cambridge University Press, 2000.
[9] S. Smets, “On Quantum Propositional Dynamic Logic”, Presented at PML’04,
Brussels 2004.

18

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy