Jump to content

Talk:PlanetPhysics/Sole Sufficient Operator

Page contents not supported in other languages.
Add topic
From Wikiversity

Original TeX Content from PlanetPhysics Archive

[edit source]

%%% This file is part of PlanetPhysics snapshot of 2011-09-01 %%% Primary Title: sole sufficient operator %%% Primary Category Code: 02. %%% Filename: SoleSufficientOperator.tex %%% Version: 1 %%% Owner: Jon Awbrey %%% Author(s): Jon Awbrey %%% PlanetPhysics is released under the GNU Free Documentation License. %%% You should have received a file called fdl.txt along with this file. %%% If not, please write to gnu@gnu.org. \documentclass[12pt]{article} \pagestyle{empty} \setlength{\paperwidth}{8.5in} \setlength{\paperheight}{11in}

\setlength{\topmargin}{0.00in} \setlength{\headsep}{0.00in} \setlength{\headheight}{0.00in} \setlength{\evensidemargin}{0.00in} \setlength{\oddsidemargin}{0.00in} \setlength{\textwidth}{6.5in} \setlength{\textheight}{9.00in} \setlength{\voffset}{0.00in} \setlength{\hoffset}{0.00in} \setlength{\marginparwidth}{0.00in} \setlength{\marginparsep}{0.00in} \setlength{\parindent}{0.00in} \setlength{\parskip}{0.15in}

\usepackage{html}

% This is the default PlanetPhysics 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{xypic}

% There are many more packages, add them here as you need them.

% define commands here

\begin{document}

A \textbf{sole sufficient operator} or a \textbf{sole sufficient connective} is an \htmladdnormallink{operator}{http://planetphysics.us/encyclopedia/QuantumSpinNetworkFunctor2.html} that is sufficient by itself to define all of the \htmladdnormallink{operators}{http://planetphysics.us/encyclopedia/QuantumOperatorAlgebra4.html} in a specified set of operators.

In logical contexts this refers to a logical operator that suffices to define all of the \htmladdnormallink{boolean-valued functions}{http://planetphysics.us/encyclopedia/Predicate.html}, $f : X \to \mathbb{B}$, where $X$ is an arbitrary set and where $\mathbb{B}$ is a generic 2-element set, typically $\mathbb{B} = \{ 0, 1 \} = \{ \mathrm{false}, \mathrm{true} \}$, in particular, to define all of the finitary \htmladdnormallink{boolean functions}{http://planetphysics.us/encyclopedia/Predicate.html}, $f : \mathbb{B}^k \to \mathbb{B}$.

\end{document}