MRB constant: Difference between revisions
en>Helpful Pixie Bot m ISBNs (Build KE) |
en>Theopolisme fmt -- img to top so it doesn't cut off |
||
Line 1: | Line 1: | ||
'''''A Simple Algorithm for Constructing Szemerédi's Regularity Partition''''' is a paper by [[Alan M. Frieze]] and [[Ravi Kannan]] giving an [[algorithm]]ic version of the [[Szemerédi regularity lemma]] to find an ε-regular partition of a given graph. | |||
==Formal statement of the regularity lemma== | |||
The formal statement of '''Szemerédi's regularity lemma''' requires some definitions. Let ''G'' be a graph. The ''density'' ''d''(''X'',''Y'') of a pair of disjoint vertex sets ''X'', ''Y'' is defined as ''d''(''X'',''Y'')=|''E''(''X'',''Y'')|/|''X''||''Y''| | |||
where ''E''(''X'',''Y'') denotes the set of edges having one end vertex in ''X'' and one in ''Y''. For ε>0, a pair of vertex sets ''X'' and ''Y'' is called ε-regular, if for all subsets ''A''⊆''X'' and ''B''⊆''Y'' satisfying |''A''| ≥ε |''X''| and |''B''| ≥ ε |''Y''|, we have |''d''(''X'',''Y'')-''d''(''A'',''B'')| ≤ ε. | |||
A partition of the vertex set of ''G'' into ''k'' sets, ''V''<sub>1</sub>,...,''V''<sub>''k''</sub>, is called an ''equitable'' partition if for all <math>i, j</math>, ||''V''<sub>''i''</sub>|-|''V''<sub>''j''</sub>||≤1. An equitable partition is an <math>\epsilon</math>-''regular partition'', if for all but at most <math>\epsilon{k^2}</math> pairs (''i'',''j'') the pair <math>(V_i, V_j,)</math> is <math>\epsilon</math>-regular. | |||
Now we are ready to state the regularity lemma. | |||
'''Regularity lemma.''' For every <math>\epsilon > 0</math> and positive integer <math>m</math> there exist integers <math>N</math> and <math>M</math> such that if <math>G</math> is a graph with at least <math>N</math> vertices, there exists an integer <math>k</math> in the range <math>m </math> ≤ <math> k </math> ≤ <math> M</math> and an <math>\epsilon</math>-regular partition of the vertex set of <math>G</math> into <math>k</math> sets. | |||
It is a common variant in the definition of an <math>\epsilon</math>-regular partition to require that the vertex sets all have the same size, while collecting the leftover vertices in an "error"-set <math>V_0</math> whose size is at most an <math>\epsilon</math>-fraction of the size of the vertex set of <math>G</math>. | |||
Szemerédi's regularity lemma is one of the most powerful tools of extremal graph theory. It says that, in some sense, | |||
all graphs can be approximated by random-looking graphs. Therefore the lemma helps in proving theorems for arbitrary graphs whenever the corresponding result is easy for random graphs. The first constructive version was provided by Alon, Duke, Leffman, [[Vojtěch Rödl|Rödl]] and Yuster.<ref> | |||
{{cite journal | |||
|author=N. Alon and R. A. Duke and H. Lefmann and V. Rödl and R. Yuster, | |||
|title= The Algorithmic Aspects of the Regularity Lemma | |||
|journal= J. Algorithms | |||
|year= 1994 | |||
|id= {{citeseerx|10.1.1.102.681}}}} | |||
</ref> Subsequently Frieze and Kannan gave a different version and extended it to hypergraphs.<ref> | |||
{{ cite news | |||
|author= A. Frieze and R. Kannan, | |||
|title= The regularity lemma and approximation schemes for dense problems, | |||
|journal= FOCS '96: Proceedings of the 37th Annual Symposium on Foundations of Computer Science, | |||
|year= 1996, | |||
|url=http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=548459 }} | |||
</ref> The paper | |||
<ref>{{Cite document|title=Szemeredi's Regularity Lemma and its applications in graph theory|first1=János|last1=Komlós|author1-link=János Komlós (mathematician)|first2=Miklós|last2=Simonovits|author2-link=Miklós Simonovits| publisher=Technical Report: 96-10, [[DIMACS]]|year=1996|url=http://dimacs.rutgers.edu/TechnicalReports/abstracts/1996/96-10.html|postscript=<!--None-->}}.</ref> is a nice survey on regularity lemma and its various applications. Here we will briefly describe a different construction due to Alan Frieze and Ravi Kannan that uses singular values of matrices. | |||
==Constructive version of Szemerédi regularity lemma by Frieze and Kannan== | |||
The algorithm<ref> | |||
{{cite journal | |||
|author= A. Frieze and R. Kannan | |||
|title=A Simple Algorithm for Constructing Szemerédi's Regularity Partition | |||
|journal= Electr. J. Comb. | |||
|volume = 6 | |||
|year= 1999 | |||
|url=http://www.math.cmu.edu/~af1p/Texfiles/svreg.pdf}} | |||
</ref> is based on two crucial lemmas: | |||
'''Lemma 1:''' <br />Fix k and <math>\gamma</math> and let <math>G=(V,E)</math> be a graph with <math>n</math> vertices. Let <math>P</math> be an equitable partition of <math>V</math> in classes <math>V_0, V_1, ... ,V_k</math>. Assume <math>|V_1| > 4^{2k}</math> and <math>4^k >600 \gamma ^2</math>. Given proofs that more than <math>\gamma k^2</math> pairs <math>(V_r,V_s)</math> are not <math>\gamma</math>-regular, it is possible to find in O(n) time an equitable partition <math>P'</math> (which is a refinement of <math>P</math>) into <math>1+k4^k</math> classes, with an exceptional class of cardinality at most <math>|V_0|+n/4^k</math> and such that <math>ind(P')</math> ≥ <math>ind(P) + \gamma^5/20</math> | |||
'''Lemma 2:''' <br />Let <math>W</math> be a <math>R</math>×<math>C</math> matrix with <math>|R|=p</math>, <math>|C|=q</math> and <math>\|W\|_\inf\leq1</math> and <math>\gamma</math> be a positive real. | |||
<br />(a) If there exist <math>S</math> ⊆ <math>R</math>, <math>T</math> ⊆ <math>C</math> such that <math>|S|</math>≥<math>\gamma p</math>, <math>|T|</math>≥<math>\gamma q</math> and <math>|W(S,T)|</math>≥<math>\gamma |S||T|</math> then <math>\sigma_1(W)\geq\gamma^3\sqrt{pq}</math> | |||
<br />(b) If <math>\sigma_1(W)\geq\gamma\sqrt{pq}</math>, then there exist <math>S</math>⊆<math>R</math>, <math>T</math>⊆<math>C</math> such that <math>|S|</math>≥<math>\gamma'p</math>, <math>|T|</math>≥<math>\gamma'q</math> and <math>W(S,T)</math>≥<math>\gamma'|S||T|</math> where <math>\gamma'=\gamma^3/108</math>. Furthermore <math>S</math>, <math>T</math> can be constructed in polynomial time. | |||
These two lemmas are combined in the following algorithmic construction of the [[Szemerédi regularity lemma]]. | |||
'''[Step 1]''' Arbitrarily divide the vertices of <math>G</math> into an equitable partition <math>P_1</math> with classes <math>V_0,V_1,...,V_b</math> where <math>|V_i|=\lfloor n/b\rfloor</math> and hence <math>|V_0|<b</math>. denote <math>k_1=b</math>. | |||
<br />'''[Step 2]''' For every pair <math>(V_r,V_s)</math> of <math>P_i</math>, compute <math>\sigma_1(W_{r,s})</math>. If the pair <math>(V_r,V_s)</math> are not <math>\epsilon-</math>regular then by Lemma 2 we obtain a proof that they are not <math>\gamma=\epsilon^9/108-</math>regular. | |||
<br />'''[Step 3]''' If there are at most <math>\epsilon{k_1\choose 2}</math> pairs that produce proofs of non <math>\gamma-</math>regularity that halt. <math>P_i</math> is <math>\epsilon-</math>regular. | |||
<br />'''[Step 4]''' Apply Lemma 1 where <math>P=P_i</math>, <math>k=k_i</math>, <math>\gamma=\epsilon^9/108</math> and obtain <math>P'</math> with <math>1+k_i4^{k_i}</math> classes | |||
<br />'''[Step 5]''' Let <math>k_i+1 = k_i4^{k_i}</math>, <math>P_i+1=P'</math>, <math>i=i+1</math> and go to Step 2. | |||
The algorithm will terminate with an <math>\epsilon</math>-regular partition in <math>O(\epsilon^{-45})</math> steps since the improvement at each step is <math>\gamma^5/20=O(\epsilon^{45})</math>. | |||
==References== | |||
<references/> | |||
{{DEFAULTSORT:Algorithmic Version For Szemeredi Regularity Partition}} | |||
[[Category:Graph algorithms]] | |||
[[Category:Mathematics papers]] |
Revision as of 01:32, 18 October 2012
A Simple Algorithm for Constructing Szemerédi's Regularity Partition is a paper by Alan M. Frieze and Ravi Kannan giving an algorithmic version of the Szemerédi regularity lemma to find an ε-regular partition of a given graph.
Formal statement of the regularity lemma
The formal statement of Szemerédi's regularity lemma requires some definitions. Let G be a graph. The density d(X,Y) of a pair of disjoint vertex sets X, Y is defined as d(X,Y)=|E(X,Y)|/|X||Y| where E(X,Y) denotes the set of edges having one end vertex in X and one in Y. For ε>0, a pair of vertex sets X and Y is called ε-regular, if for all subsets A⊆X and B⊆Y satisfying |A| ≥ε |X| and |B| ≥ ε |Y|, we have |d(X,Y)-d(A,B)| ≤ ε.
A partition of the vertex set of G into k sets, V1,...,Vk, is called an equitable partition if for all , ||Vi|-|Vj||≤1. An equitable partition is an -regular partition, if for all but at most pairs (i,j) the pair is -regular.
Now we are ready to state the regularity lemma.
Regularity lemma. For every and positive integer there exist integers and such that if is a graph with at least vertices, there exists an integer in the range ≤ ≤ and an -regular partition of the vertex set of into sets.
It is a common variant in the definition of an -regular partition to require that the vertex sets all have the same size, while collecting the leftover vertices in an "error"-set whose size is at most an -fraction of the size of the vertex set of .
Szemerédi's regularity lemma is one of the most powerful tools of extremal graph theory. It says that, in some sense, all graphs can be approximated by random-looking graphs. Therefore the lemma helps in proving theorems for arbitrary graphs whenever the corresponding result is easy for random graphs. The first constructive version was provided by Alon, Duke, Leffman, Rödl and Yuster.[1] Subsequently Frieze and Kannan gave a different version and extended it to hypergraphs.[2] The paper [3] is a nice survey on regularity lemma and its various applications. Here we will briefly describe a different construction due to Alan Frieze and Ravi Kannan that uses singular values of matrices.
Constructive version of Szemerédi regularity lemma by Frieze and Kannan
The algorithm[4] is based on two crucial lemmas:
Lemma 1:
Fix k and and let be a graph with vertices. Let be an equitable partition of in classes . Assume and . Given proofs that more than pairs are not -regular, it is possible to find in O(n) time an equitable partition (which is a refinement of ) into classes, with an exceptional class of cardinality at most and such that ≥
Lemma 2:
Let be a × matrix with , and and be a positive real.
(a) If there exist ⊆ , ⊆ such that ≥, ≥ and ≥ then
(b) If , then there exist ⊆, ⊆ such that ≥, ≥ and ≥ where . Furthermore , can be constructed in polynomial time.
These two lemmas are combined in the following algorithmic construction of the Szemerédi regularity lemma.
[Step 1] Arbitrarily divide the vertices of into an equitable partition with classes where and hence . denote .
[Step 2] For every pair of , compute . If the pair are not regular then by Lemma 2 we obtain a proof that they are not regular.
[Step 3] If there are at most pairs that produce proofs of non regularity that halt. is regular.
[Step 4] Apply Lemma 1 where , , and obtain with classes
[Step 5] Let , , and go to Step 2.
The algorithm will terminate with an -regular partition in steps since the improvement at each step is .
References
- ↑
One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting
In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang
Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules
Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.
A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running
The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more
There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang - ↑ Template:Cite news
- ↑ Template:Cite document.
- ↑
One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting
In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang
Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules
Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.
A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running
The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more
There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang