We'll use truth value symbols T for True, F for False.
about truth values, a truth assignment for v for a sentence symbols set S is a functionv:S→{F,T} now let ˉS be the set of all wffs(remind induction principle for wffs). then extension ˉv of v is a function ˉv:ˉS→F,T which meets below conditions.
for any A∈S, ˉv(A)=v(A)
and for any α,β in ˉS
now define logical definitions more rigorously. we'll call a truth assignment v satisfies φ if and only if ˉv(φ)=T. using this definition, introduce the concept of tautology.
Let Σ be a set of wffs, and τ a wff. then Σ tautologically implies τ if and only if every truth assignment for sentence symbols in Σ and τ that satisfies every member of Σ also satisfies τ. In symbol, we'll write this concept as Σ⊨τ.
∅ is special case for this. one can easily check ∅⊨τ if and only if every truth assignment for sentence symbols in τ satisfies τ(use vacuous truth). we'll shorten notation for this as ⊨τ and call τ a tautology.
another special case is when Σ is a singleton set. we write φ⊨τ for{φ}⊨τ. and for a case φ⊨τ and τ⊨φ, we say τ and φ are tautologically equivalent.
p.s.
implication을 수식으로 나타내면 다음과 같습니다.
Σ⊨τ iff for every v for S, ˉv(Σ)={T}→ˉv(τ)=T where v is a truth assignment for a set S of sentence symbols of Σ and τ.
'학문 > 수리논리학' 카테고리의 다른 글
compactness theorem for PL(3) (0) | 2015.01.23 |
---|---|
compactness theorem for PL(2) (0) | 2015.01.23 |
compactness theorem for PL(1) (0) | 2015.01.23 |
recursion theorem (1) | 2015.01.21 |
Propositional Logic(1) (5) | 2015.01.18 |