نتایج جستجو برای: penot subdifferential

تعداد نتایج: 593  

Journal: :Journal of Mathematical Analysis and Applications 2011

1999
C. COMBARI M. LAGHDIR L. THIBAULT

The subdifferential formula for the sum of two convex functions defined on a locally convex space is proved under a general qualification condition. It is proved that all the similar results which are already known can be derivated from the formula.

2008
Radu Ioan Boţ Ernö Robert Csetnek

Motivated by a classical result concerning the ε-subdifferential of the sum of two proper, convex and lower semicontinuous functions, we give in this paper a similar result for the enlargement of the sum of two maximal monotone operators defined on a Banach space. This is done by establishing a necessary and sufficient condition for a bivariate inf-convolution formula.

2007
Aurelian Cernea A. Cernea

We prove the existence of viable solutions to the Cauchy problem x′′ ∈ F (x, x′), x(0) = x0, x′(0) = y0, where F is a set-valued map defined on a locally compact set M ⊂ R, contained in the Fréchet subdifferential of a φ-convex function of order two.

Journal: :J. Optimization Theory and Applications 2014
M. Oveisiha Jafar Zafarani

In this paper by using the scalarization method, we consider Stamppachia variational-like inequalities in terms of normal subdifferential for set-valued maps and study their relations with set-valued optimization problems. Furthermore, some characterizations of the solution sets of K-pseudoinvex extremum problems are given.

2010
Wee-Kee Tang

A class of convex functions where the sets of subdifferentials behave like the unit ball of the dual space of an Asplund space is found. These functions, which we called Asplund functions also possess some stability properties. We also give a sufficient condition for a function to be an Asplund function in terms of the upper-semicontinuity of the subdifferential map.

2003
DAVIDE LA TORRE

We introduce generalized definitions of Peano and Riemann directional derivatives in order to obtain second-order optimality conditions for vector optimization problems involving C 1,1 data. We show that these conditions are stronger than those in literature obtained by means of second-order Clarke subdifferential.

2017
Ludovic Rifford Yacine Chitour

Given a lower semicontinuous function f : Rn → R ∪ {+∞}, we prove that the set of points of Rn where the lower Dini subdifferential has convex dimension k is countably (n − k)-rectifiable. In this way, we extend a theorem of Benoist(see [1, Theorem 3.3]), and as a corollary we obtain a classical result concerning the singular set of locally semiconcave functions.

2007
Truong Q. Bao

The applicant develops new tools of variational analysis; in particular, two new versions of the Ekeland variational principle and subdifferential variational principle for set-valued mappings, as well as new constructions of extremal set systems. They play a significant role to studying an important class of constrained optimization problems called Multiobjective Optimization Problems with Equ...

Journal: :Math. Program. 2010
Jean-Pierre Crouzeix Andrew Eberhard Daniel Ralph

Generalised convexity is revisited from a geometrical point of view. A substitute to the subdifferential is proposed. Then generalised monotonicity is considered. A representation of generalised monotone maps allows to obtain a symmetry between maps and their inverses. Finally, maximality of generalised monotone maps is analysed.

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->