other exercises: [[20241205_DiskMat_Serie11.pdf]]

11.4 b)

We know that Σ=(S.P.τ,ϕ) is a complete and sound proof system.
Let s1,s2,s3S, p1,p2,p3P be arbitrary.
Let Σ=(S,P,τ,ϕ) be a proof system where

S=S×S×S(def Σ)τ(s1,s2,s3)=1at least two of τ(s1),τ(s2),τ(s3) are 1(def Σ)P=P×P×Pϕ((s1,s2,s3),(p1,p2,p3))at least two of ϕ(s1,p1),ϕ(s2,p2),ϕ(s3,p3) are 1

We will now show that Σ is sound and complete.

soundness
Let s=(s1,s2,s3),sS×S×S and p=(p1,p2,p3),pP×P×P be arbitrary.
For any statement s where ϕ(s,p)=1, at least two of ϕ(s1,p1),ϕ(s2,p2),ϕ(s3,p3) are equal to 1 (def ϕ). Since Σ is sound, this implies that for each i{1,2,3} where ϕ(si,pi)=1, τ(si)=1 (def soundness). Thus, at least two of τ(s1),τ(s2),τ(s3) are equal to 1. This implies τ(s)=1 (def τ). Therefore, Σ is sound.

completeness
Let s=(s1,s2,s3)S be any statement where τ(s)=1. This means that at least two of τ(s1),τ(s2),τ(s3) are equal to 1 (def τ). Since Σ is complete, for at least two i{1,2,3} where τ(si)=1, there exists piP such that ϕ(si,pi)=1 (def. completeness). Choose p=(p1,p2,p3)P. Thus, ϕ(s,p)=1 (def ϕ), and Σ is complete (def completeness).

11.4 b)

We know that Σ=(S.P.τ,ϕ) is a complete and sound proof system.
Let sS,pP be arbitrary.
Let Σ=(S,P,τ,ϕ) be a proof system where

P=Pτ(s)=1τ(s)=0(def τ)ϕ(s,p)=1ϕ(s,p)=0

Since pP, also pP.
We will now show that Σ is sound and complete.

soundness
For any statement s where ϕ(s,p)=1, ϕ(s,p)=0 (def ϕ). Since Σ is complete, this implies that τ(s)=0 (def soundness). Thus τ(s)=1 (def τ), proving that Σ is sound (def soundness).

completeness
For any statement s where τ(s)=1, τ(s)=0 (def τ). Since Σ is sound, ϕ(s,p)=0 for any pP . (def soundness). Thus, ϕ(s,p)=1 (def ϕ), thus proving that Σ is complete (def completeness).