نتایج جستجو برای: spectral mapping theorem

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

In this paper, we introduce the concepts of $2$-isometry, collinearity, $2$%-Lipschitz mapping in $2$-fuzzy $2$-normed linear spaces. Also, we give anew generalization of the Mazur-Ulam theorem when $X$ is a $2$-fuzzy $2$%-normed linear space or $Im (X)$ is a fuzzy $2$-normed linear space, thatis, the Mazur-Ulam theorem holds, when the $2$-isometry mapped to a $2$%-fuzzy $2$-normed linear space...

 The main purpose of this paper is to study the existence of afixed point in locally convex topology generated by fuzzy n-normed spaces.We prove our main results, a fixed point theorem for a self mapping and acommon xed point theorem for a pair of weakly compatible mappings inlocally convex topology generated by fuzzy n-normed spaces. Also we givesome remarks in locally convex topology generate...

2007
BY M. D. CHOI CHANDLER DAVIS

The spectral mapping theorem for joint approximate point spectrum is proved when A is an «-tuple of commuting operators on a Banach space and ƒ is any w-tuple of rational functions for which f (A) is defined. The purpose of the paper is to show how properties of parts of the joint spectrum can be obtained by use of spaces of sequences of vectors. The method (first used for general Banach spaces...

Zero point problems of the sum of two monotone mappings and fixed point problems of a strictly pseudocontractive mapping are investigated‎. ‎A strong convergence theorem for the common solutions of the problems is established in the framework of Hilbert spaces‎.

Journal: :bulletin of the iranian mathematical society 2014
hossein piri

‎a new approximation method for the set of common fixed points of‎ ‎nonexpansive mappings and the set of solutions of systems of‎ ‎variational inequalities is introduced and studied‎. ‎moreover‎, ‎we‎ ‎apply our main result to obtain strong convergence theorem to a‎ ‎common fixed point of a nonexpannsive mapping and solutions of ‎a ‎system of variational inequalities of an inverse strongly mono...

Generalized Geraghty type fuzzy mappings oncomplete metric spaces are introduced and a fixed point theorem thatgeneralizes some recent comparable results for fuzzy mappings incontemporary literature is obtained. Example is provided to show thevalidity of obtained results over comparable classical results for fuzzymappings in fixed point theory. As an application, existence of coincidencefuzzy p...

2010
S. K. berberian S. K. BERBERIAN

If T is a bounded linear mapping (briefly, operator) in a Hilbert space 3C, the numerical range of T is the set WiT) = {(Tx, x): |[x|| = l}; thus WiT) is convex [8, p. 131], and its closure clfW^r)] is compact and convex. Roughly speaking, in this note we observe that cl[TF(T)] can be uniquely defined for an element T of an abstract C*-algebra, while WiT) cannot. The C*-algebra setting yields a...

2007
RAÚL E. CURTO YOUNG MIN HAN

We find necessary and sufficient conditions for a Banach space operator T to satisfy the generalized Browder’s theorem. We also prove that the spectral mapping theorem holds for the Drazin spectrum and for analytic functions on an open neighborhood of σ(T ). As applications, we show that if T is algebraically M -hyponormal, or if T is algebraically paranormal, then the generalized Weyl’s theore...

Journal: :bulletin of the iranian mathematical society 2012
yi chen dezhu chen zhanmei lv

in this paper, we study a coupled system of nonlinear fractional differential equations with multi-point boundary condi- tions. the differential operator is taken in the riemann-liouville sense. applying the schauder fixed-point theorem and the contrac- tion mapping principle, two existence results are obtained for the following system d^{alpha}_{0+}x(t)=fleft(t,y(t),d^{p}_{0+}y(t)right), t in (0,...

Journal: :iranian journal of science and technology (sciences) 2012
kh. abd-rabou

in this paper, we prove a common fixed point theorem for six mappings (two set valued and four single valued mappings) without assuming compatibility and continuity of any mapping on non complete metric spaces. to prove the theorem, we use a non compatible condition, that is, weak commutativity of type (kb). we show that completeness of the whole space is not necessary for the existence and uni...

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

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

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"; } -->