|
|
|
Viewing Version
3
of
'atomic formula'
|
[ view 'atomic formula'
|
back to history
]
| Title of object: |
atomic formula |
| Canonical Name: |
AtomicFormula |
| Type: |
Definition |
| Created on: |
2002-06-02 11:37:53 |
| Modified on: |
2007-11-23 13:13:33 |
| Classification: |
msc:03B10, msc:03C99 |
| Defines: |
literal, quantifier-free formula |
| Synonyms: |
atomic formula=quantifier free formula |
Preamble:
% this is the default PlanetMath preamble. as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.
% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}
% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
%\usepackage{amsthm}
% making logically defined graphics
\usepackage[arrow,curve,poly,arc,2cell,frame,web]{xypic}
% there are many more packages, add them here as you need them
% define commands here
\newcommand{\br}{[\![}
\newcommand{\rb}{]\!]}
\newcommand{\oq}{\text{``}}
\newcommand{\cq}{\text{''}}
\newcommand{\im}{\mathbf{Im}}
\newcommand{\dom}{\mathbf{Dom}}
\newcommand{\Or}{\vee}
\newcommand{\Implies}{\Rightarrow}
\newcommand{\Iff}{\Leftrightarrow}
\newcommand{\proves}{\vdash}
\renewcommand{\And}{\wedge}
\newcommand{\Sup}{\bigwedge}
\newcommand{\Inf}{\bigvee}
\newcommand{\Z}{\mathbb{Z}}
\newcommand{\F}{\mathbb{F}}
\newcommand{\Q}{\mathbb{Q}}
\newcommand{\R}{\mathbb{R}}
\newcommand{\C}{\mathbb{C}}
\newcommand{\Nat}{\mathbb{N}}
\newcommand{\M}{\mathfrak{M}}
\newcommand{\N}{\mathfrak{N}}
\newcommand{\A}{\mathfrak{A}}
\newcommand{\B}{\mathfrak{B}}
\newcommand{\K}{\mathfrak{K}}
\newcommand{\G}{\mathbb{G}}
\newcommand{\Def}{\overset{\operatorname{def}}{:=}}
\newcommand{\spec}{\text{{\bf Spec}}}
\newcommand{\stab}{\text{{\bf Stab}}}
\newcommand{\ann}{\text{{\bf Ann}}}
\newcommand{\irr}{\text{{\bf Irr}}}
\newcommand{\qt}{\text{{\bf Qt}}}
\newcommand{\st}{\mathcal{Qt}}
\newcommand{\ro}{\mathbf{r.o.}}
\newcommand{\Endo}{\text{{\bf End}}}
\newcommand{\mat}{\text{{\bf Mat}}}
\newcommand{\der}{\text{{\bf Der}}}
\newcommand{\rad}{\text{{\bf Rad}}}
\newcommand{\trd}{\text{{\bf tr.d.}}}
\newcommand{\cl}{\text{{\bf acl}}}
\newcommand{\Int}{\text{{\bf int}}}
\newcommand{\V}{\mathbb{V}}
\newcommand{\D}{\mathbf{D}}
\newcommand{\del}{\partial}
\renewcommand{\O}{\mathcal{O}}
\newcommand{\aut}{\mathbf{Aut}}
\newcommand{\height}{\text{\bf Height}}
\newcommand{\coheight}{\text{\bf Co-height}}
\newcommand{\lcm}{\operatorname{lcm}}
\newcommand{\Gal}{\operatorname{Gal}}
\newcommand{\x}{\mathbf{x}}
\newcommand{\y}{\mathbf{y}}
\newcommand{\inner}[2]{\langle #1|#2\rangle}
\renewcommand{\r}{{r}}
\renewcommand{\t}{{t}}
\newcommand{\restr}{\upharpoonright}
\newcommand{\Matrix}[4]{\left(\begin{array}{cc} #1 & #2 \\ #3 & #4
\end{array}\right)} |
Content:
Let $\Sigma$ be a signature and $T(\Sigma)$ the set of terms over $\Sigma$. The set $S$ of symbols for $T(\Sigma)$ is the disjoint union of $\Sigma$ and $V$, a countably infinite set whose elements are called \emph{variables}. Now, adjoin $S$ the set $\lbrace =, (, )\rbrace$, assumed to be disjoint from $S$. An \emph{atomic formula} $\varphi$ over $\Sigma$ is any one of the following:
\begin{enumerate}
\item either $(t_1=t_2)$, where $t_1$ and $t_2$ are terms in $T(\Sigma)$,
\item or $(R(t_1,...,t_n))$, where $R\in\Sigma$ is an $n$-ary relation symbol, and $t_i\in T(\Sigma)$.
\end{enumerate}
\textbf{Remarks}.
\begin{enumerate}
\item
Using atomic formulas, one can inductively build formulas using the logical connectives $\vee$, $\neg$, $\exists$ etc...
\item
A \emph{literal} is a formula that is either atomic or of the form $\neg \varphi$ where $\varphi$ is atomic.
\item
A \emph{qunatifier-free formula} is a formula that does not contain the symbols $\exists$ or $\forall$.
\item
If we identify a formula $\varphi$ with its double negation $\neg (\neg \varphi)$, then it can be shown that any quantifier-free formula can be identified with a formula that is in conjunctive normal form, that is, a finite conjunction of finite disjunctions of literals.
\end{enumerate} |
|
|
|
|
|