Showing that the solution set of a system of linear equations is an affine set Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Convexity of k pointsPartial solution to linear algebra underdetermined systemConvex Hull definition and counterexample?Find a linear map $f_theta: mathbb R^2 to mathbb R^2$ which describes rotation by $theta$ in counterclockwise directionIs an expectation of a concave function still concaveHow to show that the convex hull of a set describes a polyhedron?Affine combination also in affine set: do one of the coefficients have to not be $1$?Every affine set can be expressed as the solution set of a system of linear equationsQuestion about proof of Affine Hull being the smallest Affine SetConvex Combination Generalized to Infinite Sums

Misunderstanding of Sylow theory

Is CEO the "profession" with the most psychopaths?

Getting prompted for verification code but where do I put it in?

Dyck paths with extra diagonals from valleys (Laser construction)

What order were files/directories output in dir?

Trademark violation for app?

Project Euler #1 in C++

How would a mousetrap for use in space work?

How could we fake a moon landing now?

How many time has Arya actually used Needle?

How to report t statistic from R

Putting class ranking in CV, but against dept guidelines

Does the Mueller report show a conspiracy between Russia and the Trump Campaign?

AppleTVs create a chatty alternate WiFi network

What makes a man succeed?

Deconstruction is ambiguous

What does Turing mean by this statement?

What is the chair depicted in Cesare Maccari's 1889 painting "Cicerone denuncia Catilina"?

Is there any word for a place full of confusion?

What is the difference between a "ranged attack" and a "ranged weapon attack"?

Draw 4 of the same figure in the same tikzpicture

Antipodal Land Area Calculation

How can I prevent/balance waiting and turtling as a response to cooldown mechanics

Is it possible for SQL statements to execute concurrently within a single session in SQL Server?



Showing that the solution set of a system of linear equations is an affine set



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Convexity of k pointsPartial solution to linear algebra underdetermined systemConvex Hull definition and counterexample?Find a linear map $f_theta: mathbb R^2 to mathbb R^2$ which describes rotation by $theta$ in counterclockwise directionIs an expectation of a concave function still concaveHow to show that the convex hull of a set describes a polyhedron?Affine combination also in affine set: do one of the coefficients have to not be $1$?Every affine set can be expressed as the solution set of a system of linear equationsQuestion about proof of Affine Hull being the smallest Affine SetConvex Combination Generalized to Infinite Sums










0












$begingroup$


I'm currently studying convex optimization using the textbook written by Boyd. I came across an example where the author demonstrates how an equivalent way to express affine sets is that they are a solution set for a system of linear equations.



The example given in the book is in two variables (i.e. $x_1$ and $x_2$). I was attempting to prove this using the same method used by the author, but this time in $k$ variables. I'm not sure if my approach is correct, however as it seems a bit naive and was hoping to get some feedback on it.



My Approach:



Suppose that $C = x $, $x_1, cdots , x_k in C$, and $theta_1, cdots , theta_k in BbbR$ with $sum_i = 1^k theta_i = 1$. Since each $x_i$ is in $C$, we can say that $Ax_k = b$. We want to show that $A(theta_1 x_1 + theta_2 x_2 + cdots + theta_k x_k) = b$.



We could rewrite the last equation as



$$A(theta_1 x_1 + (1 - theta_1)(fractheta_21 - theta_1x_2 + cdots + fractheta_k1 - theta_1 x_k))$$



which is



$$theta_1 Ax_1 + (1 - theta_1)A(fractheta_21 - theta_1x_2 + cdots + fractheta_k1 - theta_1x_k)$$



We can conclude that $A(fractheta_21 - theta_1x_2 + cdots + fractheta_k1 - theta_1x_k) in C$ because each $x_i$ is in $C$ and the coefficients are greater than $0$ and sum up to $1$. Thus, $A(fractheta_21 - theta_1x_2 + cdots + fractheta_k1 - theta_1x_k) = b$.



If we put these values into the previous equation we get



$$theta_1 Ax_1 + (1 - theta_1)A(fractheta_21 - theta_1x_2 + cdots + fractheta_k1 - theta_1x_k) = theta_1 b + (1 - theta_1)b = b$$



Thus we can conclude that this set is affine.



Is my approach correct? I'm not sure if the conclusion I drew that $A(fractheta_21 - theta_1x_2 + cdots + fractheta_k1 - theta_1x_k) = b$ is acceptable or not.



Thank you.










share|cite|improve this question









$endgroup$







  • 1




    $begingroup$
    You are using mathematical induction, so I suggest that you mention that explicitly at an appropriate place in the proof. But let me give you a hint for what could be a simpler proof: In $A(theta_1 x_1 + cdots theta_k x_k)$, All the $theta_i$ are scalars, and each $x_i in C$. So how can you rewrite this expression using the former, and what can you conclude from the latter (look at the definition of $C$ again if it helps)?
    $endgroup$
    – M. Vinay
    Apr 2 at 2:14















0












$begingroup$


I'm currently studying convex optimization using the textbook written by Boyd. I came across an example where the author demonstrates how an equivalent way to express affine sets is that they are a solution set for a system of linear equations.



The example given in the book is in two variables (i.e. $x_1$ and $x_2$). I was attempting to prove this using the same method used by the author, but this time in $k$ variables. I'm not sure if my approach is correct, however as it seems a bit naive and was hoping to get some feedback on it.



My Approach:



Suppose that $C = x $, $x_1, cdots , x_k in C$, and $theta_1, cdots , theta_k in BbbR$ with $sum_i = 1^k theta_i = 1$. Since each $x_i$ is in $C$, we can say that $Ax_k = b$. We want to show that $A(theta_1 x_1 + theta_2 x_2 + cdots + theta_k x_k) = b$.



We could rewrite the last equation as



$$A(theta_1 x_1 + (1 - theta_1)(fractheta_21 - theta_1x_2 + cdots + fractheta_k1 - theta_1 x_k))$$



which is



$$theta_1 Ax_1 + (1 - theta_1)A(fractheta_21 - theta_1x_2 + cdots + fractheta_k1 - theta_1x_k)$$



We can conclude that $A(fractheta_21 - theta_1x_2 + cdots + fractheta_k1 - theta_1x_k) in C$ because each $x_i$ is in $C$ and the coefficients are greater than $0$ and sum up to $1$. Thus, $A(fractheta_21 - theta_1x_2 + cdots + fractheta_k1 - theta_1x_k) = b$.



If we put these values into the previous equation we get



$$theta_1 Ax_1 + (1 - theta_1)A(fractheta_21 - theta_1x_2 + cdots + fractheta_k1 - theta_1x_k) = theta_1 b + (1 - theta_1)b = b$$



Thus we can conclude that this set is affine.



Is my approach correct? I'm not sure if the conclusion I drew that $A(fractheta_21 - theta_1x_2 + cdots + fractheta_k1 - theta_1x_k) = b$ is acceptable or not.



Thank you.










share|cite|improve this question









$endgroup$







  • 1




    $begingroup$
    You are using mathematical induction, so I suggest that you mention that explicitly at an appropriate place in the proof. But let me give you a hint for what could be a simpler proof: In $A(theta_1 x_1 + cdots theta_k x_k)$, All the $theta_i$ are scalars, and each $x_i in C$. So how can you rewrite this expression using the former, and what can you conclude from the latter (look at the definition of $C$ again if it helps)?
    $endgroup$
    – M. Vinay
    Apr 2 at 2:14













0












0








0





$begingroup$


I'm currently studying convex optimization using the textbook written by Boyd. I came across an example where the author demonstrates how an equivalent way to express affine sets is that they are a solution set for a system of linear equations.



The example given in the book is in two variables (i.e. $x_1$ and $x_2$). I was attempting to prove this using the same method used by the author, but this time in $k$ variables. I'm not sure if my approach is correct, however as it seems a bit naive and was hoping to get some feedback on it.



My Approach:



Suppose that $C = x $, $x_1, cdots , x_k in C$, and $theta_1, cdots , theta_k in BbbR$ with $sum_i = 1^k theta_i = 1$. Since each $x_i$ is in $C$, we can say that $Ax_k = b$. We want to show that $A(theta_1 x_1 + theta_2 x_2 + cdots + theta_k x_k) = b$.



We could rewrite the last equation as



$$A(theta_1 x_1 + (1 - theta_1)(fractheta_21 - theta_1x_2 + cdots + fractheta_k1 - theta_1 x_k))$$



which is



$$theta_1 Ax_1 + (1 - theta_1)A(fractheta_21 - theta_1x_2 + cdots + fractheta_k1 - theta_1x_k)$$



We can conclude that $A(fractheta_21 - theta_1x_2 + cdots + fractheta_k1 - theta_1x_k) in C$ because each $x_i$ is in $C$ and the coefficients are greater than $0$ and sum up to $1$. Thus, $A(fractheta_21 - theta_1x_2 + cdots + fractheta_k1 - theta_1x_k) = b$.



If we put these values into the previous equation we get



$$theta_1 Ax_1 + (1 - theta_1)A(fractheta_21 - theta_1x_2 + cdots + fractheta_k1 - theta_1x_k) = theta_1 b + (1 - theta_1)b = b$$



Thus we can conclude that this set is affine.



Is my approach correct? I'm not sure if the conclusion I drew that $A(fractheta_21 - theta_1x_2 + cdots + fractheta_k1 - theta_1x_k) = b$ is acceptable or not.



Thank you.










share|cite|improve this question









$endgroup$




I'm currently studying convex optimization using the textbook written by Boyd. I came across an example where the author demonstrates how an equivalent way to express affine sets is that they are a solution set for a system of linear equations.



The example given in the book is in two variables (i.e. $x_1$ and $x_2$). I was attempting to prove this using the same method used by the author, but this time in $k$ variables. I'm not sure if my approach is correct, however as it seems a bit naive and was hoping to get some feedback on it.



My Approach:



Suppose that $C = x $, $x_1, cdots , x_k in C$, and $theta_1, cdots , theta_k in BbbR$ with $sum_i = 1^k theta_i = 1$. Since each $x_i$ is in $C$, we can say that $Ax_k = b$. We want to show that $A(theta_1 x_1 + theta_2 x_2 + cdots + theta_k x_k) = b$.



We could rewrite the last equation as



$$A(theta_1 x_1 + (1 - theta_1)(fractheta_21 - theta_1x_2 + cdots + fractheta_k1 - theta_1 x_k))$$



which is



$$theta_1 Ax_1 + (1 - theta_1)A(fractheta_21 - theta_1x_2 + cdots + fractheta_k1 - theta_1x_k)$$



We can conclude that $A(fractheta_21 - theta_1x_2 + cdots + fractheta_k1 - theta_1x_k) in C$ because each $x_i$ is in $C$ and the coefficients are greater than $0$ and sum up to $1$. Thus, $A(fractheta_21 - theta_1x_2 + cdots + fractheta_k1 - theta_1x_k) = b$.



If we put these values into the previous equation we get



$$theta_1 Ax_1 + (1 - theta_1)A(fractheta_21 - theta_1x_2 + cdots + fractheta_k1 - theta_1x_k) = theta_1 b + (1 - theta_1)b = b$$



Thus we can conclude that this set is affine.



Is my approach correct? I'm not sure if the conclusion I drew that $A(fractheta_21 - theta_1x_2 + cdots + fractheta_k1 - theta_1x_k) = b$ is acceptable or not.



Thank you.







linear-algebra convex-optimization






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Apr 2 at 1:06









SeankalaSeankala

26511




26511







  • 1




    $begingroup$
    You are using mathematical induction, so I suggest that you mention that explicitly at an appropriate place in the proof. But let me give you a hint for what could be a simpler proof: In $A(theta_1 x_1 + cdots theta_k x_k)$, All the $theta_i$ are scalars, and each $x_i in C$. So how can you rewrite this expression using the former, and what can you conclude from the latter (look at the definition of $C$ again if it helps)?
    $endgroup$
    – M. Vinay
    Apr 2 at 2:14












  • 1




    $begingroup$
    You are using mathematical induction, so I suggest that you mention that explicitly at an appropriate place in the proof. But let me give you a hint for what could be a simpler proof: In $A(theta_1 x_1 + cdots theta_k x_k)$, All the $theta_i$ are scalars, and each $x_i in C$. So how can you rewrite this expression using the former, and what can you conclude from the latter (look at the definition of $C$ again if it helps)?
    $endgroup$
    – M. Vinay
    Apr 2 at 2:14







1




1




$begingroup$
You are using mathematical induction, so I suggest that you mention that explicitly at an appropriate place in the proof. But let me give you a hint for what could be a simpler proof: In $A(theta_1 x_1 + cdots theta_k x_k)$, All the $theta_i$ are scalars, and each $x_i in C$. So how can you rewrite this expression using the former, and what can you conclude from the latter (look at the definition of $C$ again if it helps)?
$endgroup$
– M. Vinay
Apr 2 at 2:14




$begingroup$
You are using mathematical induction, so I suggest that you mention that explicitly at an appropriate place in the proof. But let me give you a hint for what could be a simpler proof: In $A(theta_1 x_1 + cdots theta_k x_k)$, All the $theta_i$ are scalars, and each $x_i in C$. So how can you rewrite this expression using the former, and what can you conclude from the latter (look at the definition of $C$ again if it helps)?
$endgroup$
– M. Vinay
Apr 2 at 2:14










0






active

oldest

votes












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
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3171339%2fshowing-that-the-solution-set-of-a-system-of-linear-equations-is-an-affine-set%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3171339%2fshowing-that-the-solution-set-of-a-system-of-linear-equations-is-an-affine-set%23new-answer', 'question_page');

);

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







Popular posts from this blog

Triangular numbers and gcdProving sum of a set is $0 pmod n$ if $n$ is odd, or $fracn2 pmod n$ if $n$ is even?Is greatest common divisor of two numbers really their smallest linear combination?GCD, LCM RelationshipProve a set of nonnegative integers with greatest common divisor 1 and closed under addition has all but finite many nonnegative integers.all pairs of a and b in an equation containing gcdTriangular Numbers Modulo $k$ - Hit All Values?Understanding the Existence and Uniqueness of the GCDGCD and LCM with logical symbolsThe greatest common divisor of two positive integers less than 100 is equal to 3. Their least common multiple is twelve times one of the integers.Suppose that for all integers $x$, $x|a$ and $x|b$ if and only if $x|c$. Then $c = gcd(a,b)$Which is the gcd of 2 numbers which are multiplied and the result is 600000?

Ingelân Ynhâld Etymology | Geografy | Skiednis | Polityk en bestjoer | Ekonomy | Demografy | Kultuer | Klimaat | Sjoch ek | Keppelings om utens | Boarnen, noaten en referinsjes Navigaasjemenuwww.gov.ukOffisjele webside fan it regear fan it Feriene KeninkrykOffisjele webside fan it Britske FerkearsburoNederlânsktalige ynformaasje fan it Britske FerkearsburoOffisjele webside fan English Heritage, de organisaasje dy't him ynset foar it behâld fan it Ingelske kultuergoedYnwennertallen fan alle Britske stêden út 'e folkstelling fan 2011Notes en References, op dizze sideEngland

Հադիս Բովանդակություն Անվանում և նշանակություն | Դասակարգում | Աղբյուրներ | Նավարկման ցանկ