Is x*(1/x)=1 propositional logic?
$begingroup$
My book says variables cannot be used in propositional logic. Is this an exception? It can't be false so I know it is a tautology, but my book doesn't categorize tautology into a type of logic.
discrete-mathematics
$endgroup$
add a comment |
$begingroup$
My book says variables cannot be used in propositional logic. Is this an exception? It can't be false so I know it is a tautology, but my book doesn't categorize tautology into a type of logic.
discrete-mathematics
$endgroup$
$begingroup$
It is not propositional logic and it is not a tautology. It is a formula of arithmetic or algebra expressible in the language of predicate logic : $forall x (x * frac 1 x = 1)$.
$endgroup$
– Mauro ALLEGRANZA
Jan 14 at 8:48
add a comment |
$begingroup$
My book says variables cannot be used in propositional logic. Is this an exception? It can't be false so I know it is a tautology, but my book doesn't categorize tautology into a type of logic.
discrete-mathematics
$endgroup$
My book says variables cannot be used in propositional logic. Is this an exception? It can't be false so I know it is a tautology, but my book doesn't categorize tautology into a type of logic.
discrete-mathematics
discrete-mathematics
asked Jan 13 at 21:58
newtodiscretenewtodiscrete
31
31
$begingroup$
It is not propositional logic and it is not a tautology. It is a formula of arithmetic or algebra expressible in the language of predicate logic : $forall x (x * frac 1 x = 1)$.
$endgroup$
– Mauro ALLEGRANZA
Jan 14 at 8:48
add a comment |
$begingroup$
It is not propositional logic and it is not a tautology. It is a formula of arithmetic or algebra expressible in the language of predicate logic : $forall x (x * frac 1 x = 1)$.
$endgroup$
– Mauro ALLEGRANZA
Jan 14 at 8:48
$begingroup$
It is not propositional logic and it is not a tautology. It is a formula of arithmetic or algebra expressible in the language of predicate logic : $forall x (x * frac 1 x = 1)$.
$endgroup$
– Mauro ALLEGRANZA
Jan 14 at 8:48
$begingroup$
It is not propositional logic and it is not a tautology. It is a formula of arithmetic or algebra expressible in the language of predicate logic : $forall x (x * frac 1 x = 1)$.
$endgroup$
– Mauro ALLEGRANZA
Jan 14 at 8:48
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
There are multiple things going on here, so I'm going to unpack this.
$x cdot (frac{1}{x}) = 1$ is not necessarily true. If $x = 0$, then the left-hand side is nonsense.- When developing basic propositional logic, numbers don't yet exist. The numbers are (traditionally) built out of sets or directly out of axioms, but both of these approaches are dependent on logic. We have to define logic first and then define the numbers on top of it.
Of course, once the numbers are defined, you can "go back" and mix basic logic with the "new" machinery of numbers, so that it is perfectly reasonable to write $x < 3 vee x > 7$, for example. But then you're not working in "pure" propositional logic any more, because you've added axioms describing the numbers.
$endgroup$
add a comment |
$begingroup$
No, this is not a formula of propositional logic.
In propositional logic, the formulas are always either propositional letters or built from smaller formulas using logical connectives. That doesn't match here because your formula is something different.
(Note that in the jargon of mathematical logic, something like $xcdot(1/x)$ is not a "formula" but a "term". Formulas are just things that can be true or false).
$endgroup$
add a comment |
$begingroup$
This is not a propositional logic. It would be a propositional logic if it was:
$$xneq0 Rightarrow xfrac{1}{x} = 1$$
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
},
noCode: 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%2fmath.stackexchange.com%2fquestions%2f3072572%2fis-x1-x-1-propositional-logic%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
There are multiple things going on here, so I'm going to unpack this.
$x cdot (frac{1}{x}) = 1$ is not necessarily true. If $x = 0$, then the left-hand side is nonsense.- When developing basic propositional logic, numbers don't yet exist. The numbers are (traditionally) built out of sets or directly out of axioms, but both of these approaches are dependent on logic. We have to define logic first and then define the numbers on top of it.
Of course, once the numbers are defined, you can "go back" and mix basic logic with the "new" machinery of numbers, so that it is perfectly reasonable to write $x < 3 vee x > 7$, for example. But then you're not working in "pure" propositional logic any more, because you've added axioms describing the numbers.
$endgroup$
add a comment |
$begingroup$
There are multiple things going on here, so I'm going to unpack this.
$x cdot (frac{1}{x}) = 1$ is not necessarily true. If $x = 0$, then the left-hand side is nonsense.- When developing basic propositional logic, numbers don't yet exist. The numbers are (traditionally) built out of sets or directly out of axioms, but both of these approaches are dependent on logic. We have to define logic first and then define the numbers on top of it.
Of course, once the numbers are defined, you can "go back" and mix basic logic with the "new" machinery of numbers, so that it is perfectly reasonable to write $x < 3 vee x > 7$, for example. But then you're not working in "pure" propositional logic any more, because you've added axioms describing the numbers.
$endgroup$
add a comment |
$begingroup$
There are multiple things going on here, so I'm going to unpack this.
$x cdot (frac{1}{x}) = 1$ is not necessarily true. If $x = 0$, then the left-hand side is nonsense.- When developing basic propositional logic, numbers don't yet exist. The numbers are (traditionally) built out of sets or directly out of axioms, but both of these approaches are dependent on logic. We have to define logic first and then define the numbers on top of it.
Of course, once the numbers are defined, you can "go back" and mix basic logic with the "new" machinery of numbers, so that it is perfectly reasonable to write $x < 3 vee x > 7$, for example. But then you're not working in "pure" propositional logic any more, because you've added axioms describing the numbers.
$endgroup$
There are multiple things going on here, so I'm going to unpack this.
$x cdot (frac{1}{x}) = 1$ is not necessarily true. If $x = 0$, then the left-hand side is nonsense.- When developing basic propositional logic, numbers don't yet exist. The numbers are (traditionally) built out of sets or directly out of axioms, but both of these approaches are dependent on logic. We have to define logic first and then define the numbers on top of it.
Of course, once the numbers are defined, you can "go back" and mix basic logic with the "new" machinery of numbers, so that it is perfectly reasonable to write $x < 3 vee x > 7$, for example. But then you're not working in "pure" propositional logic any more, because you've added axioms describing the numbers.
answered Jan 13 at 22:11
KevinKevin
1,650722
1,650722
add a comment |
add a comment |
$begingroup$
No, this is not a formula of propositional logic.
In propositional logic, the formulas are always either propositional letters or built from smaller formulas using logical connectives. That doesn't match here because your formula is something different.
(Note that in the jargon of mathematical logic, something like $xcdot(1/x)$ is not a "formula" but a "term". Formulas are just things that can be true or false).
$endgroup$
add a comment |
$begingroup$
No, this is not a formula of propositional logic.
In propositional logic, the formulas are always either propositional letters or built from smaller formulas using logical connectives. That doesn't match here because your formula is something different.
(Note that in the jargon of mathematical logic, something like $xcdot(1/x)$ is not a "formula" but a "term". Formulas are just things that can be true or false).
$endgroup$
add a comment |
$begingroup$
No, this is not a formula of propositional logic.
In propositional logic, the formulas are always either propositional letters or built from smaller formulas using logical connectives. That doesn't match here because your formula is something different.
(Note that in the jargon of mathematical logic, something like $xcdot(1/x)$ is not a "formula" but a "term". Formulas are just things that can be true or false).
$endgroup$
No, this is not a formula of propositional logic.
In propositional logic, the formulas are always either propositional letters or built from smaller formulas using logical connectives. That doesn't match here because your formula is something different.
(Note that in the jargon of mathematical logic, something like $xcdot(1/x)$ is not a "formula" but a "term". Formulas are just things that can be true or false).
answered Jan 13 at 22:04
Henning MakholmHenning Makholm
240k17306543
240k17306543
add a comment |
add a comment |
$begingroup$
This is not a propositional logic. It would be a propositional logic if it was:
$$xneq0 Rightarrow xfrac{1}{x} = 1$$
$endgroup$
add a comment |
$begingroup$
This is not a propositional logic. It would be a propositional logic if it was:
$$xneq0 Rightarrow xfrac{1}{x} = 1$$
$endgroup$
add a comment |
$begingroup$
This is not a propositional logic. It would be a propositional logic if it was:
$$xneq0 Rightarrow xfrac{1}{x} = 1$$
$endgroup$
This is not a propositional logic. It would be a propositional logic if it was:
$$xneq0 Rightarrow xfrac{1}{x} = 1$$
answered Jan 13 at 22:18
Liuc ScaiLiuc Scai
11
11
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics 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.
Use MathJax to format equations. MathJax reference.
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%2fmath.stackexchange.com%2fquestions%2f3072572%2fis-x1-x-1-propositional-logic%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
$begingroup$
It is not propositional logic and it is not a tautology. It is a formula of arithmetic or algebra expressible in the language of predicate logic : $forall x (x * frac 1 x = 1)$.
$endgroup$
– Mauro ALLEGRANZA
Jan 14 at 8:48