Jon Awbrey · @Inquiry
231 followers · 1729 posts · Server mathstodon.xyz

Logic Syllabus • Discussion 1
inquiryintoinquiry.com/2023/06

Re: Logic Syllabus ( inquiryintoinquiry.com/logic-s )
Re: Laws of Form ( groups.io/g/lawsofform/topic/l )
❝_❞ John Mingers ( groups.io/g/lawsofform/message )

❝In a previous post you mentioned the minimal negation operator. Is there also the converse of this, i.e. an operator which is true when exactly one of its arguments is true? Or is this just XOR?❞

Yes, the “just one true” operator is a very handy tool. We discussed it earlier under the headings of “genus and species relations” or “radio button logic”. Viewed as a venn diagram it describes a partition of the universe of discourse into mutually exclusive and exhaustive regions.

Reading \(\texttt{(} x_1 \texttt{,} \ldots \texttt{,} x_m \texttt{)}\) to mean just one of \(x_1, \ldots, x_m\) is false, the form \(\texttt{((} x_1 \texttt{),} \ldots \texttt{,(} x_m \texttt{))}\) means just one of \(x_1, \ldots, x_m\) is true.

For two logical variables, though, the cases “condense” or “degenerate” and saying “just one true” is the same thing as saying “just one false”.

\[\texttt{((} x_1 \texttt{),(} x_2 \texttt{))} = \texttt{(} x_1 \texttt{,} x_2 \texttt{)} = x_1 + x_2 = \textsc{xor} (x_1, x_2).\]

There's more information on the following pages.

Minimal Negation Operators
oeis.org/wiki/Minimal_negation

Related Truth Tables
oeis.org/wiki/Minimal_negation

Genus, Species, Pie Charts, Radio Buttons
inquiryintoinquiry.com/2021/11

Related Discussions
inquiryintoinquiry.com/?s=Radi



#truthtable #radiobuttonlogic #PropositionalCalculus #CactusLanguage #xor #exclusivedisjunction #minimalnegationoperator #logicalgraph #Peirce #booleanvaluedfunction #booleanfunction #booleandomain #logicsyllabus #logic

Last updated 1 year ago

Jon Awbrey · @Inquiry
231 followers · 1712 posts · Server mathstodon.xyz
Jon Awbrey · @Inquiry
78 followers · 249 posts · Server mathstodon.xyz
Jon Awbrey · @Inquiry
27 followers · 86 posts · Server mathstodon.xyz

• 2.5
inquiryintoinquiry.com/2020/02

A plus sign \(+\) may be used for , allowing the following equivalents.

\[\begin{matrix} x + y ~=~ \texttt{(} x \texttt{,} y \texttt{)} \\[6pt] x + y + z ~=~ \texttt{((} x \texttt{,} y \texttt{),} z \texttt{)} ~=~ \texttt{(} x \texttt{,(} y \texttt{,} z \texttt{))} \end{matrix}\]

But note the last expressions are not equivalent to the triple bracket \(\texttt{(} x \texttt{,} y \texttt{,} z \texttt{)}.\)

#exclusivedisjunction #DifferentialPropositionalCalculus

Last updated 2 years ago