Enderton's tautologically equivalent symbol
How does not get the $vDash$
flipped to obtain Enderton's tautologically equivalent symbol?
symbols
add a comment |
How does not get the $vDash$
flipped to obtain Enderton's tautologically equivalent symbol?
symbols
Do you mean the one on page 24 of his A Mathematical Introduction to Logic?
– Davislor
Jan 22 at 4:51
In the future, a good resource to check out is detexify. If you don't find it there, it’d usually be helpful to draw it as best you can, to give us the best chance of knowing what you mean.
– Davislor
Jan 22 at 4:52
Are you interested in something like this?
– Werner
Jan 22 at 4:59
Here’s the free preview, but I found it.
– Davislor
Jan 22 at 4:59
Yes. I mean that. Thanks @Davislor
– davymwax
Jan 22 at 5:52
add a comment |
How does not get the $vDash$
flipped to obtain Enderton's tautologically equivalent symbol?
symbols
How does not get the $vDash$
flipped to obtain Enderton's tautologically equivalent symbol?
symbols
symbols
edited Jan 22 at 4:59
Kurt
36.4k847162
36.4k847162
asked Jan 22 at 4:42
davymwaxdavymwax
32
32
Do you mean the one on page 24 of his A Mathematical Introduction to Logic?
– Davislor
Jan 22 at 4:51
In the future, a good resource to check out is detexify. If you don't find it there, it’d usually be helpful to draw it as best you can, to give us the best chance of knowing what you mean.
– Davislor
Jan 22 at 4:52
Are you interested in something like this?
– Werner
Jan 22 at 4:59
Here’s the free preview, but I found it.
– Davislor
Jan 22 at 4:59
Yes. I mean that. Thanks @Davislor
– davymwax
Jan 22 at 5:52
add a comment |
Do you mean the one on page 24 of his A Mathematical Introduction to Logic?
– Davislor
Jan 22 at 4:51
In the future, a good resource to check out is detexify. If you don't find it there, it’d usually be helpful to draw it as best you can, to give us the best chance of knowing what you mean.
– Davislor
Jan 22 at 4:52
Are you interested in something like this?
– Werner
Jan 22 at 4:59
Here’s the free preview, but I found it.
– Davislor
Jan 22 at 4:59
Yes. I mean that. Thanks @Davislor
– davymwax
Jan 22 at 5:52
Do you mean the one on page 24 of his A Mathematical Introduction to Logic?
– Davislor
Jan 22 at 4:51
Do you mean the one on page 24 of his A Mathematical Introduction to Logic?
– Davislor
Jan 22 at 4:51
In the future, a good resource to check out is detexify. If you don't find it there, it’d usually be helpful to draw it as best you can, to give us the best chance of knowing what you mean.
– Davislor
Jan 22 at 4:52
In the future, a good resource to check out is detexify. If you don't find it there, it’d usually be helpful to draw it as best you can, to give us the best chance of knowing what you mean.
– Davislor
Jan 22 at 4:52
Are you interested in something like this?
– Werner
Jan 22 at 4:59
Are you interested in something like this?
– Werner
Jan 22 at 4:59
Here’s the free preview, but I found it.
– Davislor
Jan 22 at 4:59
Here’s the free preview, but I found it.
– Davislor
Jan 22 at 4:59
Yes. I mean that. Thanks @Davislor
– davymwax
Jan 22 at 5:52
Yes. I mean that. Thanks @Davislor
– davymwax
Jan 22 at 5:52
add a comment |
2 Answers
2
active
oldest
votes
Here is a picture (courtesy of Google Books)
The code might be
documentclass{article}
usepackage{amsmath,amssymb}
usepackage{graphicx}
newcommand{tautimplies}{vDash}
newcommand{tautimplied}{mathrel{text{reflectbox{$vDash$}}}}
newcommand{tauteq}{%
tautimplies
mathrel{mspace{1mu}}%
tautimplied
}
begin{document}
If (Sigma) is singleton ({sigma}), then we write
``(sigma tautimplies tau)'' in place of
``({sigma} tautimplies tau).'' If both (sigma tautimplies tau) and
(tau tautimplies sigma), then (sigma) and (tau) are said to be
emph{tautologically equivalent} (written (sigma tauteq tau)).
For example, in Section 1.0 we encountered the wffs
( (lnot(mathbf{C} lor mathbf{K})) ) and
( ((lnotmathbf{C}) land (lnotmathbf{K})) )
as alternative translations of an English sentence. We can now assert that
they are tautologically equivalent.
end{document}
add a comment |
I presume you mean the symbol on page 24 of the second edition of Herbert Enderton’s textbook, A Mathematical Introduction to Logic. Something like this symbol is ⧦ (U+29E6), gleichstark
in unicode-math
, and the following MWE reproduces the passage that defines it:
documentclass[varwidth=10cm, preview]{standalone}
usepackage{mathtools}
usepackage{unicode-math}
usepackage{microtype}
defaultfontfeatures{ Scale = MatchUppercase }
setmainfont[Scale = 1.0]{STIX Two Text}
setmathfont{STIX Two Math}
begin{document}
If (Sigma) is (operatorname{singleton}{σ}), then we write
“(σ vDash τ)” in place of “({σ} vDash τ).” If both (σ vDash τ) and
(τ vDash σ), then (σ) and (τ) are said to be emph{tautologically
equivalent} (written (σ gleichstark τ)).
For example, in Section 1.0 we encountered the wffs
( left(¬left(symbfup C ⋁ symbfup Kright)right) ) and
( left(left(¬symbfup Cright) ⋀ left(¬symbfup Kright)right) )
as alternative translations of an English sentence. We can now assert that
they are tautologically equivalent.
end{document}
This version of it is somewhat narrower than the one in the text, but you can look for a wider version in another font. You might also be able to use this definition:
newcommandtautequiv{mathrel{vDash mkern -2.5mu Dashv}}
Which with STIX Two Math as your math font, gives:
Some math fonts lack a usable Dashv
, in which case you can glue a reflectbox{$vDash$}
instead:
documentclass[varwidth=10cm, preview]{standalone}
usepackage{mathtools}
usepackage{unicode-math}
usepackage{microtype}
usepackage{graphicx}
defaultfontfeatures{ Scale = MatchUppercase }
setmainfont[Scale = 1.0]{TeX Gyre Pagella}
setmathfont{Asana Math}
newcommandtautimpl{vDash}
newcommandtautequiv{mathrel{vDash mkern -2.25mu
mathrel{reflectbox{ensuremathvDash}}}}
%newcommandtautequiv{gleichstark}
begin{document}
If (Sigma) is (operatorname{singleton}{σ}), then we write
“(σ tautimpl τ)” in place of “({σ} tautimpl τ).” If both
(σ tautimpl τ) and (τ tautimpl σ), then (σ) and (τ) are said to be
emph{tautologically equivalent} (written (σ tautequiv τ)).
For example, in Section 1.0 we encountered the wffs
( left(¬left(symbfup C ⋁ symbfup Kright)right) ) and
( left(left(¬symbfup Cright) ⋀ left(¬symbfup Kright)right) )
as alternative translations of an English sentence. We can now assert that
they are tautologically equivalent.
end{document}
To the best of my limited German, gleich stark literally means “equally strong” but connotes “very balanced.”
If you need to use PDFTeX rather than LuaLaTeX or XeLaTeX, try loading the stix2
package, replacing symbfup
with mathbf
, and possibly spelling out the remaining non-ASCII symbols.
2
+1, but Germans would not agree on "strongly equal". It is more "equally strong"…
– TeXnician
Jan 22 at 6:11
@TeXnician Thank you! I will correct.
– Davislor
Jan 22 at 6:19
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f471229%2fendertons-tautologically-equivalent-symbol%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Here is a picture (courtesy of Google Books)
The code might be
documentclass{article}
usepackage{amsmath,amssymb}
usepackage{graphicx}
newcommand{tautimplies}{vDash}
newcommand{tautimplied}{mathrel{text{reflectbox{$vDash$}}}}
newcommand{tauteq}{%
tautimplies
mathrel{mspace{1mu}}%
tautimplied
}
begin{document}
If (Sigma) is singleton ({sigma}), then we write
``(sigma tautimplies tau)'' in place of
``({sigma} tautimplies tau).'' If both (sigma tautimplies tau) and
(tau tautimplies sigma), then (sigma) and (tau) are said to be
emph{tautologically equivalent} (written (sigma tauteq tau)).
For example, in Section 1.0 we encountered the wffs
( (lnot(mathbf{C} lor mathbf{K})) ) and
( ((lnotmathbf{C}) land (lnotmathbf{K})) )
as alternative translations of an English sentence. We can now assert that
they are tautologically equivalent.
end{document}
add a comment |
Here is a picture (courtesy of Google Books)
The code might be
documentclass{article}
usepackage{amsmath,amssymb}
usepackage{graphicx}
newcommand{tautimplies}{vDash}
newcommand{tautimplied}{mathrel{text{reflectbox{$vDash$}}}}
newcommand{tauteq}{%
tautimplies
mathrel{mspace{1mu}}%
tautimplied
}
begin{document}
If (Sigma) is singleton ({sigma}), then we write
``(sigma tautimplies tau)'' in place of
``({sigma} tautimplies tau).'' If both (sigma tautimplies tau) and
(tau tautimplies sigma), then (sigma) and (tau) are said to be
emph{tautologically equivalent} (written (sigma tauteq tau)).
For example, in Section 1.0 we encountered the wffs
( (lnot(mathbf{C} lor mathbf{K})) ) and
( ((lnotmathbf{C}) land (lnotmathbf{K})) )
as alternative translations of an English sentence. We can now assert that
they are tautologically equivalent.
end{document}
add a comment |
Here is a picture (courtesy of Google Books)
The code might be
documentclass{article}
usepackage{amsmath,amssymb}
usepackage{graphicx}
newcommand{tautimplies}{vDash}
newcommand{tautimplied}{mathrel{text{reflectbox{$vDash$}}}}
newcommand{tauteq}{%
tautimplies
mathrel{mspace{1mu}}%
tautimplied
}
begin{document}
If (Sigma) is singleton ({sigma}), then we write
``(sigma tautimplies tau)'' in place of
``({sigma} tautimplies tau).'' If both (sigma tautimplies tau) and
(tau tautimplies sigma), then (sigma) and (tau) are said to be
emph{tautologically equivalent} (written (sigma tauteq tau)).
For example, in Section 1.0 we encountered the wffs
( (lnot(mathbf{C} lor mathbf{K})) ) and
( ((lnotmathbf{C}) land (lnotmathbf{K})) )
as alternative translations of an English sentence. We can now assert that
they are tautologically equivalent.
end{document}
Here is a picture (courtesy of Google Books)
The code might be
documentclass{article}
usepackage{amsmath,amssymb}
usepackage{graphicx}
newcommand{tautimplies}{vDash}
newcommand{tautimplied}{mathrel{text{reflectbox{$vDash$}}}}
newcommand{tauteq}{%
tautimplies
mathrel{mspace{1mu}}%
tautimplied
}
begin{document}
If (Sigma) is singleton ({sigma}), then we write
``(sigma tautimplies tau)'' in place of
``({sigma} tautimplies tau).'' If both (sigma tautimplies tau) and
(tau tautimplies sigma), then (sigma) and (tau) are said to be
emph{tautologically equivalent} (written (sigma tauteq tau)).
For example, in Section 1.0 we encountered the wffs
( (lnot(mathbf{C} lor mathbf{K})) ) and
( ((lnotmathbf{C}) land (lnotmathbf{K})) )
as alternative translations of an English sentence. We can now assert that
they are tautologically equivalent.
end{document}
answered Jan 22 at 8:45
egregegreg
716k8619023189
716k8619023189
add a comment |
add a comment |
I presume you mean the symbol on page 24 of the second edition of Herbert Enderton’s textbook, A Mathematical Introduction to Logic. Something like this symbol is ⧦ (U+29E6), gleichstark
in unicode-math
, and the following MWE reproduces the passage that defines it:
documentclass[varwidth=10cm, preview]{standalone}
usepackage{mathtools}
usepackage{unicode-math}
usepackage{microtype}
defaultfontfeatures{ Scale = MatchUppercase }
setmainfont[Scale = 1.0]{STIX Two Text}
setmathfont{STIX Two Math}
begin{document}
If (Sigma) is (operatorname{singleton}{σ}), then we write
“(σ vDash τ)” in place of “({σ} vDash τ).” If both (σ vDash τ) and
(τ vDash σ), then (σ) and (τ) are said to be emph{tautologically
equivalent} (written (σ gleichstark τ)).
For example, in Section 1.0 we encountered the wffs
( left(¬left(symbfup C ⋁ symbfup Kright)right) ) and
( left(left(¬symbfup Cright) ⋀ left(¬symbfup Kright)right) )
as alternative translations of an English sentence. We can now assert that
they are tautologically equivalent.
end{document}
This version of it is somewhat narrower than the one in the text, but you can look for a wider version in another font. You might also be able to use this definition:
newcommandtautequiv{mathrel{vDash mkern -2.5mu Dashv}}
Which with STIX Two Math as your math font, gives:
Some math fonts lack a usable Dashv
, in which case you can glue a reflectbox{$vDash$}
instead:
documentclass[varwidth=10cm, preview]{standalone}
usepackage{mathtools}
usepackage{unicode-math}
usepackage{microtype}
usepackage{graphicx}
defaultfontfeatures{ Scale = MatchUppercase }
setmainfont[Scale = 1.0]{TeX Gyre Pagella}
setmathfont{Asana Math}
newcommandtautimpl{vDash}
newcommandtautequiv{mathrel{vDash mkern -2.25mu
mathrel{reflectbox{ensuremathvDash}}}}
%newcommandtautequiv{gleichstark}
begin{document}
If (Sigma) is (operatorname{singleton}{σ}), then we write
“(σ tautimpl τ)” in place of “({σ} tautimpl τ).” If both
(σ tautimpl τ) and (τ tautimpl σ), then (σ) and (τ) are said to be
emph{tautologically equivalent} (written (σ tautequiv τ)).
For example, in Section 1.0 we encountered the wffs
( left(¬left(symbfup C ⋁ symbfup Kright)right) ) and
( left(left(¬symbfup Cright) ⋀ left(¬symbfup Kright)right) )
as alternative translations of an English sentence. We can now assert that
they are tautologically equivalent.
end{document}
To the best of my limited German, gleich stark literally means “equally strong” but connotes “very balanced.”
If you need to use PDFTeX rather than LuaLaTeX or XeLaTeX, try loading the stix2
package, replacing symbfup
with mathbf
, and possibly spelling out the remaining non-ASCII symbols.
2
+1, but Germans would not agree on "strongly equal". It is more "equally strong"…
– TeXnician
Jan 22 at 6:11
@TeXnician Thank you! I will correct.
– Davislor
Jan 22 at 6:19
add a comment |
I presume you mean the symbol on page 24 of the second edition of Herbert Enderton’s textbook, A Mathematical Introduction to Logic. Something like this symbol is ⧦ (U+29E6), gleichstark
in unicode-math
, and the following MWE reproduces the passage that defines it:
documentclass[varwidth=10cm, preview]{standalone}
usepackage{mathtools}
usepackage{unicode-math}
usepackage{microtype}
defaultfontfeatures{ Scale = MatchUppercase }
setmainfont[Scale = 1.0]{STIX Two Text}
setmathfont{STIX Two Math}
begin{document}
If (Sigma) is (operatorname{singleton}{σ}), then we write
“(σ vDash τ)” in place of “({σ} vDash τ).” If both (σ vDash τ) and
(τ vDash σ), then (σ) and (τ) are said to be emph{tautologically
equivalent} (written (σ gleichstark τ)).
For example, in Section 1.0 we encountered the wffs
( left(¬left(symbfup C ⋁ symbfup Kright)right) ) and
( left(left(¬symbfup Cright) ⋀ left(¬symbfup Kright)right) )
as alternative translations of an English sentence. We can now assert that
they are tautologically equivalent.
end{document}
This version of it is somewhat narrower than the one in the text, but you can look for a wider version in another font. You might also be able to use this definition:
newcommandtautequiv{mathrel{vDash mkern -2.5mu Dashv}}
Which with STIX Two Math as your math font, gives:
Some math fonts lack a usable Dashv
, in which case you can glue a reflectbox{$vDash$}
instead:
documentclass[varwidth=10cm, preview]{standalone}
usepackage{mathtools}
usepackage{unicode-math}
usepackage{microtype}
usepackage{graphicx}
defaultfontfeatures{ Scale = MatchUppercase }
setmainfont[Scale = 1.0]{TeX Gyre Pagella}
setmathfont{Asana Math}
newcommandtautimpl{vDash}
newcommandtautequiv{mathrel{vDash mkern -2.25mu
mathrel{reflectbox{ensuremathvDash}}}}
%newcommandtautequiv{gleichstark}
begin{document}
If (Sigma) is (operatorname{singleton}{σ}), then we write
“(σ tautimpl τ)” in place of “({σ} tautimpl τ).” If both
(σ tautimpl τ) and (τ tautimpl σ), then (σ) and (τ) are said to be
emph{tautologically equivalent} (written (σ tautequiv τ)).
For example, in Section 1.0 we encountered the wffs
( left(¬left(symbfup C ⋁ symbfup Kright)right) ) and
( left(left(¬symbfup Cright) ⋀ left(¬symbfup Kright)right) )
as alternative translations of an English sentence. We can now assert that
they are tautologically equivalent.
end{document}
To the best of my limited German, gleich stark literally means “equally strong” but connotes “very balanced.”
If you need to use PDFTeX rather than LuaLaTeX or XeLaTeX, try loading the stix2
package, replacing symbfup
with mathbf
, and possibly spelling out the remaining non-ASCII symbols.
2
+1, but Germans would not agree on "strongly equal". It is more "equally strong"…
– TeXnician
Jan 22 at 6:11
@TeXnician Thank you! I will correct.
– Davislor
Jan 22 at 6:19
add a comment |
I presume you mean the symbol on page 24 of the second edition of Herbert Enderton’s textbook, A Mathematical Introduction to Logic. Something like this symbol is ⧦ (U+29E6), gleichstark
in unicode-math
, and the following MWE reproduces the passage that defines it:
documentclass[varwidth=10cm, preview]{standalone}
usepackage{mathtools}
usepackage{unicode-math}
usepackage{microtype}
defaultfontfeatures{ Scale = MatchUppercase }
setmainfont[Scale = 1.0]{STIX Two Text}
setmathfont{STIX Two Math}
begin{document}
If (Sigma) is (operatorname{singleton}{σ}), then we write
“(σ vDash τ)” in place of “({σ} vDash τ).” If both (σ vDash τ) and
(τ vDash σ), then (σ) and (τ) are said to be emph{tautologically
equivalent} (written (σ gleichstark τ)).
For example, in Section 1.0 we encountered the wffs
( left(¬left(symbfup C ⋁ symbfup Kright)right) ) and
( left(left(¬symbfup Cright) ⋀ left(¬symbfup Kright)right) )
as alternative translations of an English sentence. We can now assert that
they are tautologically equivalent.
end{document}
This version of it is somewhat narrower than the one in the text, but you can look for a wider version in another font. You might also be able to use this definition:
newcommandtautequiv{mathrel{vDash mkern -2.5mu Dashv}}
Which with STIX Two Math as your math font, gives:
Some math fonts lack a usable Dashv
, in which case you can glue a reflectbox{$vDash$}
instead:
documentclass[varwidth=10cm, preview]{standalone}
usepackage{mathtools}
usepackage{unicode-math}
usepackage{microtype}
usepackage{graphicx}
defaultfontfeatures{ Scale = MatchUppercase }
setmainfont[Scale = 1.0]{TeX Gyre Pagella}
setmathfont{Asana Math}
newcommandtautimpl{vDash}
newcommandtautequiv{mathrel{vDash mkern -2.25mu
mathrel{reflectbox{ensuremathvDash}}}}
%newcommandtautequiv{gleichstark}
begin{document}
If (Sigma) is (operatorname{singleton}{σ}), then we write
“(σ tautimpl τ)” in place of “({σ} tautimpl τ).” If both
(σ tautimpl τ) and (τ tautimpl σ), then (σ) and (τ) are said to be
emph{tautologically equivalent} (written (σ tautequiv τ)).
For example, in Section 1.0 we encountered the wffs
( left(¬left(symbfup C ⋁ symbfup Kright)right) ) and
( left(left(¬symbfup Cright) ⋀ left(¬symbfup Kright)right) )
as alternative translations of an English sentence. We can now assert that
they are tautologically equivalent.
end{document}
To the best of my limited German, gleich stark literally means “equally strong” but connotes “very balanced.”
If you need to use PDFTeX rather than LuaLaTeX or XeLaTeX, try loading the stix2
package, replacing symbfup
with mathbf
, and possibly spelling out the remaining non-ASCII symbols.
I presume you mean the symbol on page 24 of the second edition of Herbert Enderton’s textbook, A Mathematical Introduction to Logic. Something like this symbol is ⧦ (U+29E6), gleichstark
in unicode-math
, and the following MWE reproduces the passage that defines it:
documentclass[varwidth=10cm, preview]{standalone}
usepackage{mathtools}
usepackage{unicode-math}
usepackage{microtype}
defaultfontfeatures{ Scale = MatchUppercase }
setmainfont[Scale = 1.0]{STIX Two Text}
setmathfont{STIX Two Math}
begin{document}
If (Sigma) is (operatorname{singleton}{σ}), then we write
“(σ vDash τ)” in place of “({σ} vDash τ).” If both (σ vDash τ) and
(τ vDash σ), then (σ) and (τ) are said to be emph{tautologically
equivalent} (written (σ gleichstark τ)).
For example, in Section 1.0 we encountered the wffs
( left(¬left(symbfup C ⋁ symbfup Kright)right) ) and
( left(left(¬symbfup Cright) ⋀ left(¬symbfup Kright)right) )
as alternative translations of an English sentence. We can now assert that
they are tautologically equivalent.
end{document}
This version of it is somewhat narrower than the one in the text, but you can look for a wider version in another font. You might also be able to use this definition:
newcommandtautequiv{mathrel{vDash mkern -2.5mu Dashv}}
Which with STIX Two Math as your math font, gives:
Some math fonts lack a usable Dashv
, in which case you can glue a reflectbox{$vDash$}
instead:
documentclass[varwidth=10cm, preview]{standalone}
usepackage{mathtools}
usepackage{unicode-math}
usepackage{microtype}
usepackage{graphicx}
defaultfontfeatures{ Scale = MatchUppercase }
setmainfont[Scale = 1.0]{TeX Gyre Pagella}
setmathfont{Asana Math}
newcommandtautimpl{vDash}
newcommandtautequiv{mathrel{vDash mkern -2.25mu
mathrel{reflectbox{ensuremathvDash}}}}
%newcommandtautequiv{gleichstark}
begin{document}
If (Sigma) is (operatorname{singleton}{σ}), then we write
“(σ tautimpl τ)” in place of “({σ} tautimpl τ).” If both
(σ tautimpl τ) and (τ tautimpl σ), then (σ) and (τ) are said to be
emph{tautologically equivalent} (written (σ tautequiv τ)).
For example, in Section 1.0 we encountered the wffs
( left(¬left(symbfup C ⋁ symbfup Kright)right) ) and
( left(left(¬symbfup Cright) ⋀ left(¬symbfup Kright)right) )
as alternative translations of an English sentence. We can now assert that
they are tautologically equivalent.
end{document}
To the best of my limited German, gleich stark literally means “equally strong” but connotes “very balanced.”
If you need to use PDFTeX rather than LuaLaTeX or XeLaTeX, try loading the stix2
package, replacing symbfup
with mathbf
, and possibly spelling out the remaining non-ASCII symbols.
edited Jan 22 at 7:11
answered Jan 22 at 5:25
DavislorDavislor
5,8171127
5,8171127
2
+1, but Germans would not agree on "strongly equal". It is more "equally strong"…
– TeXnician
Jan 22 at 6:11
@TeXnician Thank you! I will correct.
– Davislor
Jan 22 at 6:19
add a comment |
2
+1, but Germans would not agree on "strongly equal". It is more "equally strong"…
– TeXnician
Jan 22 at 6:11
@TeXnician Thank you! I will correct.
– Davislor
Jan 22 at 6:19
2
2
+1, but Germans would not agree on "strongly equal". It is more "equally strong"…
– TeXnician
Jan 22 at 6:11
+1, but Germans would not agree on "strongly equal". It is more "equally strong"…
– TeXnician
Jan 22 at 6:11
@TeXnician Thank you! I will correct.
– Davislor
Jan 22 at 6:19
@TeXnician Thank you! I will correct.
– Davislor
Jan 22 at 6:19
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f471229%2fendertons-tautologically-equivalent-symbol%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Do you mean the one on page 24 of his A Mathematical Introduction to Logic?
– Davislor
Jan 22 at 4:51
In the future, a good resource to check out is detexify. If you don't find it there, it’d usually be helpful to draw it as best you can, to give us the best chance of knowing what you mean.
– Davislor
Jan 22 at 4:52
Are you interested in something like this?
– Werner
Jan 22 at 4:59
Here’s the free preview, but I found it.
– Davislor
Jan 22 at 4:59
Yes. I mean that. Thanks @Davislor
– davymwax
Jan 22 at 5:52