About the supremum and the infimumInfimum and supremum of the set $ { (-1)^n + 1/m : n,m in mathbb N } cup...
Punishment in pacifist society
What is the definition of Product
Single vs Multiple Try Catch
Can a system of three stars exist?
Why do we need explainable AI?
When you have to wait for a short time
Blender - Alpha is Luminance equivalent
What is causing gaps in logs?
How can I improve my formal definitions?
Am I required to correct my opponent's assumptions about my morph creatures?
Do universities maintain secret textbooks?
How does the search space affect the speed of an ILP solver?
Given a specific computer system, is it possible to estimate the actual precise run time of a piece of Assembly code
How to correctly set logical high level on PS/2 port?
Ways you can end up paying interest on a credit card if you pay the full amount back in due time
Why didn't Thatcher give Hong Kong to Taiwan?
How do I get my neighbour to stop disturbing with loud music?
Displaying Time in HH:MM Format
Why don't "echo -e" commands seem to produce the right output?
How do you manage to study and have a balance in your life at the same time?
Tasha's Hideous Laughter used on a deaf person?
Using large parts of a research paper
How can an F-22 Raptor reach supersonic speeds without having supersonic inlets?
Doesn't the concept of marginal utility speak to a cardinal utility function?
About the supremum and the infimum
Infimum and supremum of the set $ { (-1)^n + 1/m : n,m in mathbb N } cup {-1}$compact set always contains its supremum and infimumchecking the answer for infimum and supremum of a setFind the supremum and infimumSupremum and infimum of set with absolute value$S_1 = [ |a -b| : a in A , b in B]$ What is the infimum and supremum of this set?Supremum and infimum of ${x, y ge 1 : frac{xy}{3x + 2y + 1}}$Supremum and infimum of a set
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
$begingroup$
I am learning about the supremum and infimum, I have however read a couple of things, that I did not understand.
1) is $A$ a two element containing set $A:={a,b}$ then we use the notation
$a lor b := Sup(A)$ and $a land b := Inf(A) $
Why does this notation represent Sup of A and inf A? what do logical and and or have to do here with the lowest and highest bounds?
2) Let $A$ be a none-empty subset of $mathcal P(X) $ then follows
$cup A = Sup (A) $
$cap A = Inf (A) $
I also fail to see the relation. I am not even sure what $cup A$ means. Is it the unification of all none empty subsets of the bigger set $X$? or is it the unification of the single elements of the subset $A$? in either case, how does that produce the Sup/Inf?
Thanks!
elementary-set-theory supremum-and-infimum
$endgroup$
add a comment |
$begingroup$
I am learning about the supremum and infimum, I have however read a couple of things, that I did not understand.
1) is $A$ a two element containing set $A:={a,b}$ then we use the notation
$a lor b := Sup(A)$ and $a land b := Inf(A) $
Why does this notation represent Sup of A and inf A? what do logical and and or have to do here with the lowest and highest bounds?
2) Let $A$ be a none-empty subset of $mathcal P(X) $ then follows
$cup A = Sup (A) $
$cap A = Inf (A) $
I also fail to see the relation. I am not even sure what $cup A$ means. Is it the unification of all none empty subsets of the bigger set $X$? or is it the unification of the single elements of the subset $A$? in either case, how does that produce the Sup/Inf?
Thanks!
elementary-set-theory supremum-and-infimum
$endgroup$
add a comment |
$begingroup$
I am learning about the supremum and infimum, I have however read a couple of things, that I did not understand.
1) is $A$ a two element containing set $A:={a,b}$ then we use the notation
$a lor b := Sup(A)$ and $a land b := Inf(A) $
Why does this notation represent Sup of A and inf A? what do logical and and or have to do here with the lowest and highest bounds?
2) Let $A$ be a none-empty subset of $mathcal P(X) $ then follows
$cup A = Sup (A) $
$cap A = Inf (A) $
I also fail to see the relation. I am not even sure what $cup A$ means. Is it the unification of all none empty subsets of the bigger set $X$? or is it the unification of the single elements of the subset $A$? in either case, how does that produce the Sup/Inf?
Thanks!
elementary-set-theory supremum-and-infimum
$endgroup$
I am learning about the supremum and infimum, I have however read a couple of things, that I did not understand.
1) is $A$ a two element containing set $A:={a,b}$ then we use the notation
$a lor b := Sup(A)$ and $a land b := Inf(A) $
Why does this notation represent Sup of A and inf A? what do logical and and or have to do here with the lowest and highest bounds?
2) Let $A$ be a none-empty subset of $mathcal P(X) $ then follows
$cup A = Sup (A) $
$cap A = Inf (A) $
I also fail to see the relation. I am not even sure what $cup A$ means. Is it the unification of all none empty subsets of the bigger set $X$? or is it the unification of the single elements of the subset $A$? in either case, how does that produce the Sup/Inf?
Thanks!
elementary-set-theory supremum-and-infimum
elementary-set-theory supremum-and-infimum
asked 8 hours ago
MadSpaceMemerMadSpaceMemer
889 bronze badges
889 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
The notation $alor b$ for supremum (or join) and $aland b$ for infimum (or meet) stems from Boolean algebra. If we consider the formulas of propositional logic, and order them by entailment (i.e. $phi$ is smaller than $psi$ when $phivdashpsi$), then $lor$ is exactly the notion of a supremum, and $land$ that of infimum.
Instead of using this notation just for Boolean algebras, the same symbols are used to describe the supremum and infimum for any kind of lattice. Depending on where your use of a lattice stems from, $land$ and $lor$ might have not much to do with logical conjunction or disjunction.
A power set algebra is a special kind of Boolean algebra, where we order the power set of some set by inclusion (i.e. if $A,Bsubset X$, then we say $A$ is less than $B$ if $Asubseteq B$). Translating supremum and infimum to sets, we see that they relate to union and intersection.
$bigcup A$ means to take the union of all sets in $A$. For example, if we consider $mathcal P({1,2,3})$, and we let $A={{1},{1,2}}$, then $bigcup A={1}cup{1,2}={1,2}$. So the supremum (or join, or union) of the sets ${1},{1,2}inmathcal P({1,2,3})$ is the set ${1,2}$.
It is probably helpful to verify these claims by proving that the notions of conjunction / disjunction in propositional logic, or of union / intersection in a power set, satisfy the axioms for a supremum / infimum (i.e., that they form a least upper bound / greatest lower bound with respect to the ordering).
$endgroup$
$begingroup$
If A :={ {1} } does it mean infimum = supremum = {1}?
$endgroup$
– MadSpaceMemer
8 hours ago
1
$begingroup$
@MadSpaceMemer Yes, it does. Similar to how the supremum and infimum of the set of numbers ${1}$ is $1$. In fact, the supremum and infimum of any single-element set are equal.
$endgroup$
– Vsotvep
7 hours ago
add a comment |
Your Answer
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%2f3341138%2fabout-the-supremum-and-the-infimum%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
The notation $alor b$ for supremum (or join) and $aland b$ for infimum (or meet) stems from Boolean algebra. If we consider the formulas of propositional logic, and order them by entailment (i.e. $phi$ is smaller than $psi$ when $phivdashpsi$), then $lor$ is exactly the notion of a supremum, and $land$ that of infimum.
Instead of using this notation just for Boolean algebras, the same symbols are used to describe the supremum and infimum for any kind of lattice. Depending on where your use of a lattice stems from, $land$ and $lor$ might have not much to do with logical conjunction or disjunction.
A power set algebra is a special kind of Boolean algebra, where we order the power set of some set by inclusion (i.e. if $A,Bsubset X$, then we say $A$ is less than $B$ if $Asubseteq B$). Translating supremum and infimum to sets, we see that they relate to union and intersection.
$bigcup A$ means to take the union of all sets in $A$. For example, if we consider $mathcal P({1,2,3})$, and we let $A={{1},{1,2}}$, then $bigcup A={1}cup{1,2}={1,2}$. So the supremum (or join, or union) of the sets ${1},{1,2}inmathcal P({1,2,3})$ is the set ${1,2}$.
It is probably helpful to verify these claims by proving that the notions of conjunction / disjunction in propositional logic, or of union / intersection in a power set, satisfy the axioms for a supremum / infimum (i.e., that they form a least upper bound / greatest lower bound with respect to the ordering).
$endgroup$
$begingroup$
If A :={ {1} } does it mean infimum = supremum = {1}?
$endgroup$
– MadSpaceMemer
8 hours ago
1
$begingroup$
@MadSpaceMemer Yes, it does. Similar to how the supremum and infimum of the set of numbers ${1}$ is $1$. In fact, the supremum and infimum of any single-element set are equal.
$endgroup$
– Vsotvep
7 hours ago
add a comment |
$begingroup$
The notation $alor b$ for supremum (or join) and $aland b$ for infimum (or meet) stems from Boolean algebra. If we consider the formulas of propositional logic, and order them by entailment (i.e. $phi$ is smaller than $psi$ when $phivdashpsi$), then $lor$ is exactly the notion of a supremum, and $land$ that of infimum.
Instead of using this notation just for Boolean algebras, the same symbols are used to describe the supremum and infimum for any kind of lattice. Depending on where your use of a lattice stems from, $land$ and $lor$ might have not much to do with logical conjunction or disjunction.
A power set algebra is a special kind of Boolean algebra, where we order the power set of some set by inclusion (i.e. if $A,Bsubset X$, then we say $A$ is less than $B$ if $Asubseteq B$). Translating supremum and infimum to sets, we see that they relate to union and intersection.
$bigcup A$ means to take the union of all sets in $A$. For example, if we consider $mathcal P({1,2,3})$, and we let $A={{1},{1,2}}$, then $bigcup A={1}cup{1,2}={1,2}$. So the supremum (or join, or union) of the sets ${1},{1,2}inmathcal P({1,2,3})$ is the set ${1,2}$.
It is probably helpful to verify these claims by proving that the notions of conjunction / disjunction in propositional logic, or of union / intersection in a power set, satisfy the axioms for a supremum / infimum (i.e., that they form a least upper bound / greatest lower bound with respect to the ordering).
$endgroup$
$begingroup$
If A :={ {1} } does it mean infimum = supremum = {1}?
$endgroup$
– MadSpaceMemer
8 hours ago
1
$begingroup$
@MadSpaceMemer Yes, it does. Similar to how the supremum and infimum of the set of numbers ${1}$ is $1$. In fact, the supremum and infimum of any single-element set are equal.
$endgroup$
– Vsotvep
7 hours ago
add a comment |
$begingroup$
The notation $alor b$ for supremum (or join) and $aland b$ for infimum (or meet) stems from Boolean algebra. If we consider the formulas of propositional logic, and order them by entailment (i.e. $phi$ is smaller than $psi$ when $phivdashpsi$), then $lor$ is exactly the notion of a supremum, and $land$ that of infimum.
Instead of using this notation just for Boolean algebras, the same symbols are used to describe the supremum and infimum for any kind of lattice. Depending on where your use of a lattice stems from, $land$ and $lor$ might have not much to do with logical conjunction or disjunction.
A power set algebra is a special kind of Boolean algebra, where we order the power set of some set by inclusion (i.e. if $A,Bsubset X$, then we say $A$ is less than $B$ if $Asubseteq B$). Translating supremum and infimum to sets, we see that they relate to union and intersection.
$bigcup A$ means to take the union of all sets in $A$. For example, if we consider $mathcal P({1,2,3})$, and we let $A={{1},{1,2}}$, then $bigcup A={1}cup{1,2}={1,2}$. So the supremum (or join, or union) of the sets ${1},{1,2}inmathcal P({1,2,3})$ is the set ${1,2}$.
It is probably helpful to verify these claims by proving that the notions of conjunction / disjunction in propositional logic, or of union / intersection in a power set, satisfy the axioms for a supremum / infimum (i.e., that they form a least upper bound / greatest lower bound with respect to the ordering).
$endgroup$
The notation $alor b$ for supremum (or join) and $aland b$ for infimum (or meet) stems from Boolean algebra. If we consider the formulas of propositional logic, and order them by entailment (i.e. $phi$ is smaller than $psi$ when $phivdashpsi$), then $lor$ is exactly the notion of a supremum, and $land$ that of infimum.
Instead of using this notation just for Boolean algebras, the same symbols are used to describe the supremum and infimum for any kind of lattice. Depending on where your use of a lattice stems from, $land$ and $lor$ might have not much to do with logical conjunction or disjunction.
A power set algebra is a special kind of Boolean algebra, where we order the power set of some set by inclusion (i.e. if $A,Bsubset X$, then we say $A$ is less than $B$ if $Asubseteq B$). Translating supremum and infimum to sets, we see that they relate to union and intersection.
$bigcup A$ means to take the union of all sets in $A$. For example, if we consider $mathcal P({1,2,3})$, and we let $A={{1},{1,2}}$, then $bigcup A={1}cup{1,2}={1,2}$. So the supremum (or join, or union) of the sets ${1},{1,2}inmathcal P({1,2,3})$ is the set ${1,2}$.
It is probably helpful to verify these claims by proving that the notions of conjunction / disjunction in propositional logic, or of union / intersection in a power set, satisfy the axioms for a supremum / infimum (i.e., that they form a least upper bound / greatest lower bound with respect to the ordering).
edited 8 hours ago
answered 8 hours ago
VsotvepVsotvep
2,0135 silver badges13 bronze badges
2,0135 silver badges13 bronze badges
$begingroup$
If A :={ {1} } does it mean infimum = supremum = {1}?
$endgroup$
– MadSpaceMemer
8 hours ago
1
$begingroup$
@MadSpaceMemer Yes, it does. Similar to how the supremum and infimum of the set of numbers ${1}$ is $1$. In fact, the supremum and infimum of any single-element set are equal.
$endgroup$
– Vsotvep
7 hours ago
add a comment |
$begingroup$
If A :={ {1} } does it mean infimum = supremum = {1}?
$endgroup$
– MadSpaceMemer
8 hours ago
1
$begingroup$
@MadSpaceMemer Yes, it does. Similar to how the supremum and infimum of the set of numbers ${1}$ is $1$. In fact, the supremum and infimum of any single-element set are equal.
$endgroup$
– Vsotvep
7 hours ago
$begingroup$
If A :={ {1} } does it mean infimum = supremum = {1}?
$endgroup$
– MadSpaceMemer
8 hours ago
$begingroup$
If A :={ {1} } does it mean infimum = supremum = {1}?
$endgroup$
– MadSpaceMemer
8 hours ago
1
1
$begingroup$
@MadSpaceMemer Yes, it does. Similar to how the supremum and infimum of the set of numbers ${1}$ is $1$. In fact, the supremum and infimum of any single-element set are equal.
$endgroup$
– Vsotvep
7 hours ago
$begingroup$
@MadSpaceMemer Yes, it does. Similar to how the supremum and infimum of the set of numbers ${1}$ is $1$. In fact, the supremum and infimum of any single-element set are equal.
$endgroup$
– Vsotvep
7 hours ago
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%2f3341138%2fabout-the-supremum-and-the-infimum%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